Other |
---|
1.2.0 1.2beta3Fixed |
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
In the most recent build of JDK 1.2 beta3, javac generates class literals that refer to private static fields of a parent class. This becomes an issue as we turn on the strict VM checking in JDK beta3. The following program breaks: public class Bar { public static void main(String[] args) throws Exception { java.rmi.server.RMIClassLoader.loadClass("sun.rmi.server.ActivationGroup Impl"); } }
|