I installed jdk se 32bit on windows 7 x64. At "http://www.oracle.com/technetwork/java/javase/downloads/index.html" for windows.
我在Windows 7 x64上安装了jdk se 32bit。在Windows的“http://www.oracle.com/technetwork/java/javase/downloads/index.html”。
And I got this error message.
我收到此错误消息。
C:\Users\Administrator>javac -version Error occurred during initialization of VM java.lang.ClassNotFoundException: error in opening JAR file d:\Program Files (x8 6)\prg_java\jdk1.6.0_26\jre\lib\rt.jar at java.security.AccessControlContext.(AccessControlContext.java :77) at java.security.AccessController.getStackAccessControlContext(Native Me thod) at java.security.AccessController.getContext(AccessController.java:484) at java.lang.Thread.init(Thread.java:358) at java.lang.Thread.(Thread.java:476)
C:\ Users \ Administrator> javac -version VM初始化期间发生错误java.lang.ClassNotFoundException:打开JAR文件时出错d:\ Program Files(x8 6)\ prg_java \ jdk1.6.0_26 \ jre \ lib \ rt。 java.security.AccessControlContext上的jar。(AccessControlContext.java:77)java.security.AccessController.getStackAccessControlContext(Native Me thod),位于java.security.AccessController.getContext(AccessController.java:484),位于java.lang.Thread。 init(Thread.java:358)在java.lang.Thread。(Thread.java:476)
java.lang.ClassNotFoundException: error in opening JAR file jdk1.6.0_26\jre\lib\rt.jar
java.lang.ClassNotFoundException:打开JAR文件jdk1.6.0_26 \ jre \ lib \ rt.jar时出错
How can I solve this problem?
我怎么解决这个问题?
Thanks in advance.
提前致谢。
1 个解决方案
#1
7
This problem occurs due to corrupt files in the JAVA SE you are using.
由于您正在使用的JAVA SE中的文件损坏,会出现此问题。
- Uninstall the jdk you are using
- Download the jdk setup file (which ever release you need)
- Install the jdk. Change the env vars correctly.
卸载您正在使用的jdk
下载jdk安装文件(您需要的版本)
安装jdk。正确更改env vars。
Now you won't get this error.
现在你不会得到这个错误。
#1
7
This problem occurs due to corrupt files in the JAVA SE you are using.
由于您正在使用的JAVA SE中的文件损坏,会出现此问题。
- Uninstall the jdk you are using
- Download the jdk setup file (which ever release you need)
- Install the jdk. Change the env vars correctly.
卸载您正在使用的jdk
下载jdk安装文件(您需要的版本)
安装jdk。正确更改env vars。
Now you won't get this error.
现在你不会得到这个错误。