Skip to main content



      Home
Home » Newcomers » Newcomers » not relevant anymore
not relevant anymore [message #1761198] Mon, 08 May 2017 15:49 Go to next message
Eclipse UserFriend
not relevant anymore

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

Re: Question regarding how eclipse works. [message #1761283 is a reply to message #1761198] Tue, 09 May 2017 09:31 Go to previous message
Eclipse UserFriend
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: Mon Mar 17 05:16:09 EDT 2025

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

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

Back to the top