java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b82)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b82, mixed mode)
Running nio tests on windows 2000 results in an error dilog box. And after closing it following exception comes.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\j2sdk1.4.0-beta3\j
re\bin\nio.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1447)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1363)
at java.lang.Runtime.loadLibrary0(Runtime.java:775)
at java.lang.System.loadLibrary(System.java:835)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:225)
at sun.nio.ch.IOUtil.<clinit>(IOUtil.java:302)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:27)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:29
)
at EmptyRead.main(EmptyRead.java:18)
###@###.### 2001-10-03
The workaround for this problem is to incluse net.dll in the PATH.
###@###.### 2001-10-08
java version "1.4.0-internal"
Java(TM) 2 Runtime Environment, Standard Edition (build1.4.0-internal-iag_04_oct_2001_15_50)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b82, mixed mode)
Fix is verified in PIT build.
###@###.### 2001-10-16
verified in b83.
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b82)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b82, mixed mode)
Running nio tests on windows 2000 results in an error dilog box. And after closing it following exception comes.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\j2sdk1.4.0-beta3\j
re\bin\nio.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1447)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1363)
at java.lang.Runtime.loadLibrary0(Runtime.java:775)
at java.lang.System.loadLibrary(System.java:835)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:225)
at sun.nio.ch.IOUtil.<clinit>(IOUtil.java:302)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:27)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:29
)
at EmptyRead.main(EmptyRead.java:18)
###@###.### 2001-10-03
The workaround for this problem is to incluse net.dll in the PATH.
###@###.### 2001-10-08
java version "1.4.0-internal"
Java(TM) 2 Runtime Environment, Standard Edition (build1.4.0-internal-iag_04_oct_2001_15_50)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b82, mixed mode)
Fix is verified in PIT build.
###@###.### 2001-10-16
verified in b83.
- relates to
-
JDK-4505086 Dynamic link library net.dll is not found during a start of IDE (NetBeans)
-
- Closed
-