View Single Post
batch file running in the wrong directory
Old
Dennis Cosgrove
Alice Developer
 
Dennis Cosgrove's Avatar
 
Status: Offline
Posts: 33
Join Date: Jul 2005
Default batch file running in the wrong directory - 09-02-2011, 02:08 PM

i am sorry to hear you are experiencing problems.

this is strange. it appears that the batch file is running in a different directory ("C:\") than the installed directory ("C:\Program Files\Alice3Beta").

how are you launching the batch file? directly via Alice.bat in "C:\Program Files\Alice3Beta" or via the shortcut on the desktop? (either should work, but obviously something is failing.)

until we get to the bottom of this you could edit the batch to include the absolute path to java.

replace:

.\auxiliary\jre1.6.0_21\bin\java

with

"C:\Program Files\Alice3Beta\auxiliary\jre1.6.0_21\bin\java"

and see if that works.

good luck and please let me know how it goes.

Quote:
Originally Posted by arty-fishL View Post
I thought I would try out Alice 3 again (its been a while), but now I cant even get it started.

I've tried uninstalling, re-installing, manually ensuring all data is removed before re-installing, rebooting, repeating, running as administrator, in compatibility mode; but still nothing .

The error states it cant find something, but I have looked and the file is there - with the specified class inside, confused .

Here's the error
   
Reply With Quote