Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Exe Problem

In the future, you'll want to ask these type of questions in the Eclipse newsgroups.

I expect that JBuilder has changed your Java Home configuration. Oracle does something similar. What you need to do is explicitly tell Eclipse where to find the JDK like so -vm c:/j2sdk1.4.2_02/bin/javaw. This tells Eclipse to use the JDK located in c:/j2sdk1.4.2_02/bin/javaw. If you are using Ant, you'll want to make sure that you use a JDK and not a JRM. The ANT plugin needs access to the Tools.jar file.

HTH,

Jeff Duska


Back to the top