Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 313557

Summary: Workbench - setenv.cmd file should include set before DRIVER_CLASSPATH
Product: z_Archived Reporter: Karen Butzke <karenfbutzke>
Component: EclipselinkAssignee: Nobody - feel free to take it <nobody>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: les.davis, michael.norman
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
fix setenv none

Description Karen Butzke CLA 2010-05-19 11:44:00 EDT
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 ...
Comment 1 Karen Butzke CLA 2010-05-19 11:51:47 EDT
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.
Comment 2 Karen Butzke CLA 2010-05-19 14:00:39 EDT
CC'ing Mike since you made the change that removed the set DRIVER_CLASSPATH line from setenv.cmd
Comment 3 Mike Norman CLA 2010-05-19 14:41:46 EDT
Created attachment 169181 [details]
fix setenv
Comment 4 Mike Norman CLA 2010-05-25 11:48:44 EDT
trivial fix - SVN revision 7362
Comment 5 Eclipse Webmaster CLA 2022-06-09 10:29:48 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink