我刚刚在IntelliJ 7 32位操作系统上安装了Windows社区版11.0.2。当我第一次尝试运行它时,我得到了以下信息
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 moreJDK版本为1.6.0_30-b12。有什么想法吗?
发布于 2012-02-25 16:13:19
想法终于开始了。好像是要安装的文件夹名称有问题。我尝试将其安装在D:!install_dir目录中,但无法启动应用程序,但当我将其安装在D:\Program Files\目录中时,它启动时没有任何问题。所以我认为是感叹号导致了这个问题。很奇怪,但我没有其他的解释。
https://stackoverflow.com/questions/9437034
复制相似问题