English 中文(简体)
Eclipse Indigo
原标题:Problems running Eclipse Indigo
  • 时间:2011-11-23 04:37:21
  •  标签:
  • eclipse
  • java

I m试图操作Eclipse Indigo,但每次点击申请(Clipsec)时,都发现了这一错误:

A Java Runtime Enviroment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: C:UsersEricDesktopEclipse Indigo SR1eclipsejreinjava.exe java.exe in your current PATH

I installed both a JRE and a JDK, but it still won t run. I m trying to make sure i m not making a mistake. When I installed the JRE and JDK, I let them install normally, without changing the install location. After that failed, I installed the JRE to my eclipse folder (C:UsersEricDesktopEclipse Indigo SR1eclipse). All that did was add the files to the folder along with this application file: jdk-7u1-windows-i586. I ve pretty much given up on this. Anyone know what i m doing wrong? I m running 64-bit Windows 7 Pro.

EDIT:Forgot补充的是,我的双手缺乏,但有一个。

问题回答

Try this article FAQ:我如何操作Eclipse。 注意“合并联合核查机制”这一段——它描述了——vm备选办法,你可以用来明确界定联合核查机制的地点。





相关问题
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 ...

热门标签