On Mon, 26 Nov 2001 00:46:54, [EMAIL PROTECTED] (Richard) wrote: > On Sun, 25 Nov 2001 05:38:43, [EMAIL PROTECTED] (Richard) wrote: > > > I have warpzilla 9.5 (9.6 soon) and Java 1.3 > > > > But I can't get them to work together. Are they suposed to? > > > > If so, how can I make it happen. Any pointers welcome. > > Thanks to all. I now have several sugestions to work on. >
Hurray!! Progress WarpZilla (9.6) appears to be using Java 1.3 But Java 1.3 appears to be not working within WarpZilla, but I think I have a fix for that problem. First I placed npoji6.dll in the plugin directory. Then I built a command file to start WarpZilla - as follows 01--> SET MOZILLA_HOME=D:\WarpZilla0.9.6\bin 02--> SET PATH=D:\java13\jre\bin;D:\java13\jre\dll;%PATH% 03--> SET BEGINLIBPATH=D:\JAVA13\JRE\BIN;D:\JAVA13\JRE\DLL 04--> SET CLASSPATH= 05--> set java_home=D:\java13\jre 06--> java -version 07--> D: 08--> cd \WarpZilla0.9.6\bin 09--> start mozilla.exe 10--> exit I think lines two and three are redundent. I'll work on that. Line six is so I can check that it's working and not necessary. But you knew this all along. Thanks -- Richard
