So you can access .dll's?
Dr Brain - Wed Sep 17, 2003 4:53 pm
Post subject:
Of course. Java Native Interface uses DLLs to run native code.
It stops being cross platform when you do, but you can always include platform specific DLLs for each OS.
AlphaBoB - Wed Sep 17, 2003 6:35 pm
Post subject:
*learns Java*
Cyan~Fire - Wed Sep 17, 2003 6:56 pm
Post subject:
Heh yeah.
The only problem I have with Java is its inability to run standalone, you need to run it with a VM. You have to install VB dlls, but you can just run the programs like executables.
Dr Brain - Wed Sep 17, 2003 10:13 pm
Post subject:
You can run .jar file like .exes once the JRE is installed. But ya, that is a drawback.