Using -Djvmflags option causes NoClassDefFoundError
----------------------------------------------------
Key: DERBY-1444
URL: http://issues.apache.org/jira/browse/DERBY-1444
Project: Derby
Type: Bug
Components: Test
Environment: Suns jvm 1.5
Reporter: Vemund Østgaard
Assigned to: Vemund Østgaard
Priority: Minor
When starting tests with the -Djvmflags option, the harness (RunList class)
places "" around the argument to -Djvmflags when executing the java launcher to
start a new jvm. This is (at least by suns java launcher) interpreted as a
Class and not as a command line option, because of the "". Because of this I
get a NoClassDefFoundError.
I believe this is a problem that happens only when using Suns java launcher.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira