facebook

How Eclipse uses multiple Java environments concurrently

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #217272 Reply

    Tom
    Member

    Hi guys – Do I have this complete and correct about the concurrent Java environments which Eclipse supports?

    A) Eclipse only requires a JRE at JAVA_HOME to run.
    B) Some Eclipse Plugins require an external compiler – Ant and the Struts and JSF Consoles for instance, so rather than just installing a JRE so Eclipse itself can run, one can install a JDK at JAVA_HOME.
    C) Eclipse comes with an internal compiler – possibly Jikes – which is used to flag coding errors as one types.
    B) The JRE under “Installed JREs” is used by Eclipse Run and Debug, but one can also add a JDK there if a Project requires it (for some reason).

    Thanks!!!!

    #217278 Reply

    Riyad Kalla
    Member

    Tom,
    Everything is exactly right except C), the thing that finds errors real-time as you type is the reconciler. It seems like a compiler in the Java editor because its so smart, but in JSP pages, its a lot less advanced (too expensive) so real-time errors and compile-time errors become much more apparent.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How Eclipse uses multiple Java environments concurrently

You must be logged in to post in the forum log in