2012-02-24 684 views
1

我剛剛在Windows 7 32位操作系統上安裝了IntelliJ IDEA Community Edition 11.0.2。在嘗試第一次運行時,我得到以下內容無法啓動安裝的IntelliJ IDEA

java.lang.ExceptionInInitializerError 
    at com.intellij.util.lang.UrlClassLoader.<init>(UrlClassLoader.java:56) 
    at com.intellij.util.lang.UrlClassLoader.<init>(UrlClassLoader.java:50) 
    at com.intellij.ide.ClassloaderUtil.initClassloader(ClassloaderUtil.java:122) 
    at com.intellij.ide.Bootstrap.main(Bootstrap.java:38) 
    at com.intellij.ide.Bootstrap.main(Bootstrap.java:34) 
    at com.intellij.idea.Main.main(Main.java:92) 
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    at java.lang.reflect.Method.invoke(Method.java:597) 
    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) 
    at com.exe4j.runtime.WinLauncher.main(Unknown Source) 
Caused by: java.lang.IllegalArgumentException: Argument 0 for @NotNull parameter of  com/intellij/openapi/util/io/FileUtil.toSystemIndependentName must not be null 
at com.intellij.openapi.util.io.FileUtil.toSystemIndependentName(FileUtil.java) 
at com.intellij.util.lang.ClassPath.<clinit>(ClassPath.java:55) 
... 12 more 

JDK版本是1.6.0_30-b12。有任何想法嗎?

+1

嘗試再次下載並重新安裝,看起來像您的安裝已損壞。問題也可能是由防病毒造成的。如果它無法提供完整的日誌文件:http://devnet.jetbrains.net/docs/DOC-181。 – CrazyCoder 2012-02-24 21:04:37

回答

0

最後IDEA已經開始。似乎是與安裝文件夾的名稱是一個問題。我試圖將它安裝在D:!install_dir目錄中,然後無法啓動應用程序,但是當我將它安裝在D:\ Program Files \目錄中時,它啓動時沒有任何問題。所以我認爲感嘆號引起了這個問題。很奇怪,但我沒有別的解釋。