JDK-4511849 : b82, running java program will get error "couldn't find the class"
  • Type: Bug
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2001-10-08
  • Updated: 2001-10-09
  • Resolved: 2001-10-09
Related Reports
Duplicate :  
Description
merlin b82, solaris 8/sun4u, zh locale

#java -version
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)

#ControlPanel

Exception in thread "main" java.lang.NoClassDefFoundError: sun/plugin/panel/ControlPanel

even a class under current directory, then using java to run it will get the error like ControlPanel's error.

but if run as fellow will ok:
#env LANG=C ControlPanel

Comments
EVALUATION I believe this is a duplicate of 4510701 java fails to launch in some non-English locales (b82), which is a regression due to erroneous fix of 4429040. ###@###.### 2001-10-08
08-10-2001