Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2040909 | 1.4.0 | Alan Sommerer | P3 | Closed | Fixed | beta |
Name: yyT116575 Date: 02/21/2001
java version "1.3.0"
java (TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-c mixed mode)
The java.rmi.server.codebase propertie parameter (of the java compiler)is
pointing a directory which contains directory name with space. This prevents
the compiler from compiling.
Example: -Djava.rmi.server.codebase=file:C:\JBuilder4\Documents and
Settings\Jbuilder\project1\classes
The error displayed is this:
java.lang.NoClassDefFoundError: and
Exception in thread "main"
The 'Documents and Settings' directory name is causing the problem.
Could you please tell me whether there is some special character
that I can use to force it to accept the space character.
(Review ID: 117422)
======================================================================
- backported by
-
JDK-2040909 Java VM -D option does not support file name with space
-
- Closed
-