Compiling C++ classes on Linux
843829Jun 10 2001 — edited Jun 12 2001Thanks in advance for your help!
I'm trying to compile a C++ class (that calls another class) with JNI. It compiles but the functions don't seem to be in the .o file.
The HelloWorld example runs fine.
Any ideas?