And when I got it to load up it had a # of errors.
Error #1
Error #2
Error #3
Also, after those errors it entered the program, however it would hang completely on loading up a .LVL file and would not make a new file.
Does anyone know how to fix these errors?
Bak - Sun Sep 18, 2005 6:38 pm
Post subject:
run it so that your current working directory is the one with the .jar file in it, instead of running it from a foreign directory:
java.exe -jar C:\Games\Continuum\edit\CLIT\ContinuumLevelIniTool_8-30-05.jar |
Make sure java.exe is on your PATH and browse to "C:\Games\Continuum\edit\CLIT\" and do java.exe -jar Continuum_Level_Ini_Tool_8-30-05.jar
Donkano - Sun Sep 18, 2005 7:16 pm
Post subject:
Okay, it works that way, but not the other way. Perhaps you should make a .EXE lauch program for it.
D1st0rt - Sun Sep 18, 2005 8:20 pm
Post subject:
A batch file should work fine. just copy that into a text file and rename it .bat
Cyan~Fire - Sun Sep 18, 2005 8:50 pm
Post subject:
You should in fact be able to execute the jar through the shell.
Bak - Mon Sep 19, 2005 2:17 am
Post subject:
you should be able to just double click the .jar file and windows should execute it.
if not, check my instructions for setting up your registry to allow you to execute by double clicking the .jar file: http://forums.minegoboom.com/viewtopic.php?t=3251&postdays=0&postorder=asc&start=136
Donkano - Mon Sep 19, 2005 9:53 am
Post subject:
Thanks Distort for the Batch idea and Bak for the registry idea.
I chose the regisitry editor way.