Hi Christoph Works fine on my system:-
ecS 1.02, Mozilla (Build 2002060216), Java 1.3.1 (javainrt_517.exe, Java update from ecomstation), AMD Athlon 1200. As I still have Java 118 as my default JVM I use the following Rexx script to set Java paths and start Mozilla with the Profile Manager:- /* mozstart.cmd - Rexx script to start Warpzilla with the ProfileManager */ /* Add any necessary PATH type statements */ '@SET MOZILLA_HOME=j:\' '@set PATH=H:\JAVA131\JRE\bin;%path%' '@set BEGINLIBPATH=H:\JAVA131\JRE\bin;H:\JAVA131\JRE\dll;j:\Moz1RC\bin;' '@SET CLASSPATH=' '@set java_home=H:\JAVA131\JRE' If you want to give the above script a try do not forget to change Drive:\Directories to suit your system. Hope that helps. Pete /* Start Mozilla with Profile Manager as parameter */ '@j:\Moz1RC\bin\mozilla.EXE -l en_US -ProfileManager' Christoph Wingender wrote: > I try to open > > http://www.treffnachneun.de/ > > and get the following Message: > > =================================== > JVM Startup failure. > Unable to create pipe connection to JVM. > RC = [0x000000004] > =================================== > > and then Mozilla crashes. > > Mozilla 1.0 > Java 1.3.1 > eCS 1.02 > AMD K7 > SET JAVA_COMPILER=xxx > > >
