English 中文(简体)
MESSAGE 启动Eclipse平台[复制]
原标题:MESSAGE Exception launching the Eclipse Platform [duplicate]
  • 时间:2010-09-16 07:42:52
  •  标签:
  • java
  • eclipse
This question already has an answer here:
Closed 12 years ago.

Possible Duplicate:
could not find framework in eclipse RCP application

!SESSION Wed Sep 15 15:57:56 CAT 2010 ------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Sep 15, 2010 15:57:56.342
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.RuntimeException: Could not find framework
 at org.eclipse.core.launcher.Main.getBootPath(Main.java:395)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:174)
 at org.eclipse.core.launcher.Main.run(Main.java:704)
 at org.eclipse.core.launcher.Main.main(Main.java:688)
问题回答

就像ec子的配置被打破一样。 核对其他单体复印件,即组合/组合中的财产。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签