1

Eclipseを開始すると、次のメッセージが表示されてクラッシュします。

An error has occurred.  See the log file
/home/binoy/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1339005865980.log

ここにあり1339005865980.logます:

$ cat /home/binoy/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1339005865980.log
!SESSION Wed Jun 06 23:34:25 IST 2012 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2012-06-06 23:34:25.991
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.InternalError: internal error: SHA-1 not available.
    at sun.security.provider.SecureRandom.init(SecureRandom.java:105)
    at sun.security.provider.SecureRandom.<init>(SecureRandom.java:84)
    at java.security.SecureRandom.getDefaultPRNG(SecureRandom.java:186)
    at java.security.SecureRandom.<init>(SecureRandom.java:150)
    at java.io.File$LazyInitialization.<clinit>(File.java:1681)
    at java.io.File.generateFile(File.java:1694)
    at java.io.File.createTempFile(File.java:1803)
    at org.eclipse.equinox.launcher.Main.canWrite(Main.java:1290)
    at org.eclipse.equinox.launcher.Main.checkConfigurationLocation(Main.java:691)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:568)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

ここでの問題は何ですか?何か案が?私はUbuntu12.04とOpenJDK1.7.0を使用しています。

4

1 に答える 1

6

OpenJDKをアンインストールして再インストールすることで修正しました。

sudo apt-get purge openjdk-6-jre
sudo apt-get install openjdk-6-jre
于 2012-06-23T23:46:53.033 に答える