Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 313557 - Workbench - setenv.cmd file should include set before DRIVER_CLASSPATH
Summary: Workbench - setenv.cmd file should include set before DRIVER_CLASSPATH
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 11:44 EDT by Karen Butzke CLA
Modified: 2022-06-09 10:29 EDT (History)
2 users (show)

See Also:


Attachments
fix setenv (1.59 KB, patch)
2010-05-19 14:41 EDT, Mike Norman CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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