[ http://issues.apache.org/jira/browse/DERBY-1444?page=comments#action_12417761 ]
Andreas Korneliussen commented on DERBY-1444: --------------------------------------------- I will first test and commit this to the 10.2 branch. The patch also applied cleanly on 10.1.3 branch, however right now I am short on testing machines, so I am not able to test on 10.1.3 yet. > 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 > Assignee: Vemund Østgaard > Priority: Minor > Attachments: 1444-diff, 1444-diff.stat > > 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
