Community
Participate
Working Groups
In the setenv.cmd file the example DRIVER_CLASSPATH that is commented out does not include the set command. I am used to editing a cmd file by just uncommenting the appropriate lines and editing them. I did not notice that it was missing the set. @REM DRIVER_CLASSPATH=c:\some_dir\jdbc\ojdbc14.jar;c:\some_other_dir\j2c\aqapi.jar change to: @REM set DRIVER_CLASSPATH ...
Looks like back in August the file was changed, it used to have the following: @REM configured in the Mapping Workbench project. set DRIVER_CLASSPATH= So the fix could be to change the line I mentioned before, or to put the above line back in and comment it out.
CC'ing Mike since you made the change that removed the set DRIVER_CLASSPATH line from setenv.cmd
Created attachment 169181 [details] fix setenv
trivial fix - SVN revision 7362
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink