| Author |
ECLIPSE IDE
|
jorge zapata
Greenhorn
Joined: Oct 04, 2001
Posts: 18
|
|
Thanks in advance to responding. I have been developing with JBuilder 5.0 and using ANT to build my projects. I want to start using Eclipse. I installed it and try to run my build.xml file for ANT and I get the following error: "Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK" Not sure what I have set up wrong. I have tried so many things to try and compile my project and to run it from ANT, but nothing seems to work. I think it's an internal classpath setting with eclipse. Thanks, jorge
|
SCJP, IBM Certified Specialist (WebSphere v3.5)
|
 |
Rene Larsen
Ranch Hand
Joined: Oct 12, 2001
Posts: 1177
|
|
Try this post: http://www.coderanch.com/t/101861/vc/Ant-Eclipse Rene
|
Regards, Rene Larsen
Dropbox Invite
|
 |
Ajith Kallambella
Sheriff
Joined: Mar 17, 2000
Posts: 5781
|
|
|
Moving to IDEs and other tools forum...
|
Open Group Certified Master IT Architect.
Sun Certified Architect(SCEA).
|
 |
jorge zapata
Greenhorn
Joined: Oct 04, 2001
Posts: 18
|
|
eclipse's ANT runtime does include tools.jar. I also have my JAVA_HOME set to C:\jdk1.3 All my environment variable do work when working with JBuilder and ANT to build my apps. I think it's just a small little thing I have to do. Please advise and thank you in advance. Jorge
|
 |
Rene Larsen
Ranch Hand
Joined: Oct 12, 2001
Posts: 1177
|
|
You need to add 'tools.jar' inside Eclipse: 'Window->Preferences->Ant->Runtime' in the 'Runtime classpath' should the ref. to 'tools.jar' be. Rene
|
 |
Ashik Uzzaman
Ranch Hand
Joined: Jul 05, 2001
Posts: 2370
|
|
Well, where can I get the history of Eclipse? In short what I know is that Eclipse was developed by IBM and then later open sourced. A little lights on its strngth (is it plugin development?) and weaknesses are most welcome. I am also looking for a plugin (otherwise to develop) for Eclipse that will connect to Sun One Studio/Application Server, say for checkin-checkout.
|
Ashik Uzzaman
Senior Member of Technical Staff,
Salesforce.com, San Francisco, CA, USA.
|
 |
Axel Janssen
Ranch Hand
Joined: Jan 08, 2001
Posts: 2164
|
|
short history don't know. the info is spread over a few pages. Those I found most usefull: the wiki was quite usefull: http://eclipsewiki.swiki.net/1 and this site: http://www.3plus4software.de/eclipse/index_en.html here's overview over existing plug-ins: http://eclipse-plugins.2y.net/eclipse/index.jsp Manning is offering a brand new ebook, which I'll buy soon: http://www.manning.com/gallardo/index.html has a chapter about plugin-dev.
|
 |
Ashik Uzzaman
Ranch Hand
Joined: Jul 05, 2001
Posts: 2370
|
|
Thank you Axel, thank yu very much. I got a sample chapter in manning book on plugin devt.
|
 |
 |
|
|
subject: ECLIPSE IDE
|
|
|