Hello,

The name of the dll for the Java virtual machine on Windows needs needs to be 
corrected in jni.ijs (line 308):



libjvm=. '"', '"',~ jvm, (('Darwin'-:UNAME) + 
IFUNIX){::'libjvm.dll';'libjvm.so';'libjvm.dylib'



should be changed to:



libjvm=. '"', '"',~ jvm, (('Darwin'-:UNAME) + 
IFUNIX){::'jvm.dll';'libjvm.so';'libjvm.dylib'





Philip




----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to