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

[719 byte] By [Legolas.wa] at [2007-11-27 9:16:32]
# 1
Do you have a C/C++ compiler?Do you know how to program in C/C++?Those would be the first steps.
jschella at 2007-7-12 22:06:23 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
Hithank you for reply.yes.
Legolas.wa at 2007-7-12 22:06:23 > top of Java-index,Java HotSpot Virtual Machine,Specifications...