|
Duplicate :
|
|
|
Relates :
|
|
|
Relates :
|
If there is a pound sign ('#") anywhere in the path of a java program,
when you try to run the program you get:
Exception in thread "main" java.lang.NoClassDefFoundError
A pound sign in a path isn't that unusual. Volume Management (vold)
seems to sometimes use them when creating directory names:
% ls /cdrom
cdrom1@ sol_8_sparc_2#1/
In the above example, I am unable to run any of the java installation
wizards on the mounted cd.
See also bug 4261416.
|