richeso / dataloadercliq

Automatically exported from code.google.com/p/dataloadercliq
0 stars 0 forks source link

Java Path Changed on 24.0 #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a process on Windows with DL 24.0
2. Run the process
3. You  will see an error.

Workaround
There will be a line like this in the <process>.bat file:
call %DLPATH%\_jvm\bin\java.exe

it needs to change to:
call %DLPATH%\Java\bin\java.exe

Original issue reported on code.google.com by vijay.swamidass@gmail.com on 23 Mar 2012 at 2:31

GoogleCodeExporter commented 9 years ago

Original comment by vijay.swamidass@gmail.com on 23 Mar 2012 at 11:37