View Single Post
Old 9th December 2005, 10:41 AM   #8
Dennis
Senior Member
Professional user
 
Dennis's Avatar
 
Join Date: Jul 2003
Posts: 899
Default

It's probably throwing an error you're not seeing and the window is closing on you.

Try this:

Change the contents of arbaro.bat from this:

Code:
java -jar arbaro_gui.jar
to this:

Code:
java -jar arbaro_gui.jar
pause
This will allow you to see what's happening and perhaps offer a clue as to why the program isn't loading.

If you can post back the contents of this, maybe we can help. Hopefully it's not an issue where it doesn't like the 1.5 JRE...

Dennis
Dennis is offline   Reply With Quote