Hi, all. I am switching over to Solaris x86, and although I can run
jdbc40 fine on XP, on Solaris I get the same behavior I get on Linux: it
happily runs along and skips all tests.
I explicitly run the jdk 1.6 version of the java interpreter:
/usr/jdk/jdk1.6.0/bin/java
org.apache.derbyTesting.functionTests.harness.RunSuite jdbc40
but in the report it says it is running JDK 1.4:
------------------ Java Information ------------------
Java Version: 1.4.2_06
Java Vendor: Sun Microsystems Inc.
Java home: /usr/j2se/jre
[cut]
Test Run Started: 2006-05-08 17:13:16.0
Test Run Duration: 00:00:06
0 Tests Run
0% Pass (0 tests passed)
0% Fail (0 tests failed)
0 Suites skipped
My JAVA_HOME also points to jdk 1.6
How do I stop RunSuite from pointing to /usr/j2se/jre?
Thanks!
David