Click here to Skip to main content
15,893,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai,...

My questions are,..

1) how do the C/C++ based applications (particularly OS like most mobile OS) executes java application(jar,jad).

2) Is only JVM is required to execute such java applications in C/C++ based application.

3)How to include JVM support in my program.

4)If other than JVM support is required,..then what are they...

Please answer,...

Thank you....
Posted
Comments
Richard MacCutchan 12-Oct-10 11:37am    
Sorry, but I do not understand your comment to my answer. Try updating your original question and clarify what you are asking.
Dinesh Balu 12-Oct-10 12:07pm    
did you understand my question..........

1 solution

Most computer based systems include a Java Virtual Machine which runs the Java programs. If you write a Java program then you will need the Java SDK to build it and it should then run on any Java enabled device. If you are trying to use a Java library from C++ or call a C++ library from Java then you need to use JNI[^] or JNA[^].
 
Share this answer
 
Comments
Dinesh Balu 12-Oct-10 10:10am    
C/C++ based Mobile phone OS like Nokia's Symbian OS . Like Nokia Mobile Phones runs java based Games and application right!...How is that.... Like that I want to ....

Thank you....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900