-
Bug
-
Resolution: Won't Fix
-
P2
-
None
-
1.4.0
-
x86
-
windows_nt, windows_2000
Name: rmT116609 Date: 03/12/2002
DESCRIPTION OF THE PROBLEM :
JRE 1.4.0 installation does not contain subdirectory "server" under bin directory.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Install JRE1.4.0 (Windows(all languages))
2. C:\Program Files\Java\j2re1.4.0\bin>java -server -version
Error: no `server' JVM at `C:\Program Files\Java\j2re1.4.0\bin\server\jvm.dll'.
3. the directory "server" is not there
FULL OPERATING SYSTEM VERSION : Windows 2000
This bug can be reproduced always.
(Review ID: 144068)
======================================================================
Name: rmT116609 Date: 03/15/2002
DESCRIPTION OF THE PROBLEM :
Having read the documentation for the new Java 1.4 release, it states that the server VM is included within the 1.4 release and does not have to be separately installed. However, when I install the 1.4 JRE on Windows NT and then execute a "java -server -version" command, the server VM is unknown:
Error: no `server' JVM at `d:\Program Files\Java\j2re1.4.0
\bin\server\jvm.dll'.
In the installation, there is no "server" directory within the bin directory.
If I do "java -version" then I get the Client VM.
(Review ID: 144219)
======================================================================