[java-dev] Java search path for libraries
topher lafata
topher at topher.com
Wed Aug 15 14:25:58 MDT 2007
- Previous message: [java-dev] Java search path for libraries
- Next message: [java-dev] Re: Java search path for libraries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
One more thing. I forgot about the System.load() method.It takes a path. You could maybe do maxSystem.locateFile for your jnilib and try via that route. 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 > >
- Previous message: [java-dev] Java search path for libraries
- Next message: [java-dev] Re: Java search path for libraries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
