XML Feeds

.

[java-dev] Java search path for libraries

topher lafata topher at topher.com
Wed Aug 15 14:21:24 MDT 2007


In the java config file you can pass jvm startup arguments.
try something like.:
|-Djava.library.path=/whatever/you/want:/other/path|||||

maybe that helps.

setting this variable dynamically is not possible as far as i can tell 
so having it in the same directory as the patch might be
impossible.

topher


Rick Burnett wrote:
> Currently I have been installing my jnilib into /Library/Java/Externals.  However, I'd like to make it sit in the same directory as my patch.
>
> I know there is the java config file, I am just unsure how to tell it to look in the same location as a patch loading up when the class is laded in the mxj.
>
> Any thoughts on this?
>
> Rick
> _______________________________________________
> java-dev mailing list
> java-dev at cycling74.com
> http://www.cycling74.com/mailman/listinfo/java-dev
>
>   



More information about the java-dev mailing list