how to use JNI to load some classes and use them ?
HI
Thank you for reading my post
by default i run an applicaton using foolowing command, now i want to have access to the objects from within the native applications.
here is the code that i used to run the application using normal commands, how can some one tell me how i can run it using native application by means of JNI?
java"some param""some param" -Djava.util.logging.manager=com.sun.enterprise.server.logging.ACCLogManager -classpath"" com.sun.enterprise.appclient.Main"-configxml""/home/conf.xml""/home/ac.jar"
thanks

