Re: Problem start JSWAT
Nathan Fiedler <[email protected]> 10 Sep 2003 17:57:16 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <1063241836.2050.12.camel@nuts> |
I haven't heard of this sort of problem before. If JSwat was unable to find the JPDA it would print out a message, or if an exception occurred you should see a stack trace. Otherwise, it should start normally and display a window. So you say it gets stuck on startup. Does that mean it exits without error or that the program seems to hang indefinitely? On a slow machine it may take a minute to start up and display the main window. While you could try JSwat 1.7.1, it may make no difference. n On Wed, 2003-09-10 at 16:18, Mark Arnold wrote: > Hi, > > I downloaded JSwat and tried starting it, but it does not come up - it gets stuck right away withouyt opening a second window or > printing any output. > I tried running it under JDK 1.3.1 but it didnt have the logging classes available (part of JDK 1.4 I guess...) > So I downloaded and installed JDK 1.4.2 and now it does not start up, but I dont get any errors either. > > Since I need JDK 1.3.1 for my IDEs etc, overwrote java.exe and javaw.exe in the system32 directory with the old 1.3.1 versions and > also changed the CurrentVersion pointers in the registry back to 1.3 > I then run the 1.4.2 java.exe directly by calling > "C:\progra~1\Development\jdk1.4.2\bin\java" -Djava.ext.dirs="C:\progra~1\Development\jdk1.4.2\lib" -jar > "c:\progra~1\Development\jswat-2.17\jswat.jar" > > This should work, I can call "C:\progra~1\Development\jdk1.4.2\bin\java -version" and java runs and prints the version info for > 1.4.2... > It's just JSwat that doesnt start up. using javaw.exe instead of java.exe just exits right away without errors > > Does anybody have any ideas? > > In case this is related to my modifications of the JDK installation, what other way is there to run JSwat under JDK 1.4 while > running all the programs I want to debug under JDK 1.3? Or can I download an older version of JSwat that runs under 1.3.1? > > > Thanks, > > MARK