Visual C++
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Why do you really want to use the java library in C++? AFAIK , You will need to host the JVM for that .. Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
You can run jar file if and only if you are hosted JVM. But you can open, view, read and modify the Jar file from VC++ since Jar file has the same file format as ZIP file. http://www.artpol-software.com/index\_zip.html Here is library which can be used for accessing zip archives. Benoy Bose