Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » not relevant anymore
not relevant anymore [message #1761198] Mon, 08 May 2017 19:49 Go to next message
Eclipse UserFriend
not relevant anymore

[Updated on: Tue, 16 January 2024 12:46] by Moderator

Report message to a moderator

Re: Question regarding how eclipse works. [message #1761283 is a reply to message #1761198] Tue, 09 May 2017 13:31 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Eclipse does have it's own compiler, it does not use the JDK compiler (javac). However, Eclipse's compiler produces standard bytecode that complies with the Java Language Specification (JLS) and JVM Specification, so the compiled code it produces will work on any compliant JVM.
When running or debugging a program, Eclipse uses a JVM that's installed on your machine; it does not "interpret" the code at runtime as you describe. JIT is a function of the runtime JVM, not the compiler; nothing Eclipse's compiler does will prevent that.
Previous Topic:Could not find or load main class X
Next Topic:Eclipse RCP project getting Exception"org.eclipse.e4.core.di.InjectionException: org.eclipse.sw
Goto Forum:
  


Current Time: Wed Apr 24 20:52:54 GMT 2024

Powered by FUDForum. Page generated in 0.08749 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top