I am writing a C++ application that launches java class files and ran into a
little problem. I need to add the option -Djava.library.path=<path> but
when I do, it stops using java extension in the system folder. I think it
might be best to get the system property for that option first, then append
my path to the end, but I can't figure out how to get that property in C++.
The java call is java.lang.System.getProperty.
Thanks,
Jared Plumb
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden