I'm looking for a good way to call j.dll - I'm using version 602 - from a Java 
application. I've found some advices for previous versions, but not a good 
enough solution for 602, so may be more recent version is easier in this aspect.

As I understood, the idea is to mark some routines in j.dll as native in Java -

native void JDo(String cmd);

load the library -

System.load("c:\\j602\\bin\\j.dll");

and then call the wrappers, but some details seem to be missing.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to