In Windows for b80, it is required to set the path for net.dll to execute GlobalSuite(a jtreg based Test Suite).
Even after setting the above path of jdk/jre/bin for the net.dll,
Following Test Cases viz.
test/nio/Channels/NewCSWriter.java
test/unicode/surrogate/FilestreamArgSurrogateTest.java &
test/unicode/surrogate/FilestreamSurrogateTest.java
when executed threw NoClassDefFound Exception(Error File Attached), when executed through GlobalSuite(and not when executed individually, explicitly giving the path)
To replicate the above bug untar the enclosed GS_b80.tar and execute the above Test Cases individually e.g.
sh run_gs.sh -jdk:JDK_HOME test/nio/Channels/NewCSWriter.java on b80 and verify the Test Results under JTwork/test/nio/Channels/TestCase name(NewCSWriter).jtr
Even after setting the above path of jdk/jre/bin for the net.dll,
Following Test Cases viz.
test/nio/Channels/NewCSWriter.java
test/unicode/surrogate/FilestreamArgSurrogateTest.java &
test/unicode/surrogate/FilestreamSurrogateTest.java
when executed threw NoClassDefFound Exception(Error File Attached), when executed through GlobalSuite(and not when executed individually, explicitly giving the path)
To replicate the above bug untar the enclosed GS_b80.tar and execute the above Test Cases individually e.g.
sh run_gs.sh -jdk:JDK_HOME test/nio/Channels/NewCSWriter.java on b80 and verify the Test Results under JTwork/test/nio/Channels/TestCase name(NewCSWriter).jtr
- duplicates
-
JDK-4505086 Dynamic link library net.dll is not found during a start of IDE (NetBeans)
-
- Closed
-
- relates to
-
JDK-4505008 Java.exe throws "net.dll not found" error while running an application
-
- Closed
-