Originally posted by: znaps
I don't know of any IDEs that install using Webstart.
Due to the nature of IDEs, it wouldn't make sense to use Webstart. Why not install a 1.4.2 JDK, then Eclipse?
and by the way, Eclipse *does* come with a compiler (not Sun's), but you need a JRE to run it so you might as well install the JDK anyway to get Sun's compiler and the JRE.
Originally posted by: znaps
What's the error? You might need to tell Eclipse where to find your JRE.
Check out point number 5 in the "Getting Started" section on this page: http://www.eclipse.org/eclipse/faq/eclipse-faq.html
Originally posted by: znaps
Open the Java perspective then create a new Java project.
Eclipse doesn't use the file concept. You need to create projects and packages. Once you get used to that concept it's a breeze.