[
https://issues.apache.org/jira/browse/DERBY-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Myrna van Lunteren updated DERBY-2277:
--------------------------------------
Derby Info: (was: [Patch Available])
I looked at the patch, and ran supersimple with j9 and jdk14, and it all looked
good, so I committed the patch with revision 501994
An appropriate entry in the java/testing/Readme.htm would be good.
> Make it possible to run the testsuite with jdk1.7
> -------------------------------------------------
>
> Key: DERBY-2277
> URL: https://issues.apache.org/jira/browse/DERBY-2277
> Project: Derby
> Issue Type: Test
> Components: Test
> Environment: jdk1.7
> Reporter: Vemund Østgaard
> Assigned To: Vemund Østgaard
> Priority: Trivial
> Attachments: 2277-diff, 2277-diff.stat
>
>
> Today if you try to run the testsuite with jdk1.7 you get a
> ClassNotFoundException:
> Process exception: java.lang.ClassNotFoundException:
> org.apache.derbyTesting.functionTests.harness.jdk17
> Exception in thread "main" java.lang.ClassNotFoundException:
> org.apache.derbyTesting.functionTests.harness.jdk17
> at java.net.URLClassLoader$1.run(URLClassLoader.java:203)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:191)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:169)
> at org.apache.derbyTesting.functionTests.harness.jvm.getJvm(Unknown Source)
> at
> org.apache.derbyTesting.functionTests.harness.RunTest.buildTestCommand(Unknown
> Source)
> at org.apache.derbyTesting.functionTests.harness.RunTest.testRun(Unknown
> Source)
> at org.apache.derbyTesting.functionTests.harness.RunTest.main(Unknown
> Source)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.