Can't find answers to basic question [message #178304] |
Fri, 03 November 2006 18:02  |
Eclipse User |
|
|
|
Originally posted by: user.example.net
Hello,
I'm considering to start working with Eclipse IDE
for the purpose of automating my OOo documents.
Currently I'm in the researching phase to be finally able to
make the decision: Eclipse or Netbeans.
I will use Eclipse platform as IDE but not participate in its
development.
Unfortunately I can't find in the Eclipse portal no answers
to some basic questions.
- Eclipse download is available as SDK. Do I need SDK for my
requirements ? Or is SDK only in development of Eclipse
only necessary ?
- Does creating Java applications using Eclipse platform base
on Java JDK, or does Eclipse include some own bundle of Java
development tools in form of plug-in ?
Thanks for all your hints in advance.
Regards
|
|
|
|
|
|
Re: Can't find answers to basic question [message #178583 is a reply to message #178372] |
Mon, 06 November 2006 10:36   |
Eclipse User |
|
|
|
Originally posted by: eclipse4.rizzoweb.com
exquisitus wrote:
> Andrew Cornwall wrote:
>
>> The Java runtime is not included, and must be downloaded separately.
>> Most of the Java tools (compiler, etc.) are included with Eclipse.
>> More of the C++ tools are implemented as calls to executable utilities.
>
> So I need JRE to be able to run created applications.
> And I need Eclipse IDE only to be able to implement those, cause
> "Most of the Java tools (compiler, etc.) are included with Eclipse".
>
> How about if I wish use Eclipse together with Sun Java JDK ?
> Any restrictions, incompatibility issues ?
You need a JRE (or better, a JDK) to run Eclipse itself and to build
your Java programs. The by-far most common choice is the Sun JDK.
If you were to find an incompatibility between code compiled with
Eclipse and code compiled with plain-old JDK, it would be a bug and the
community would expect you to report it so it could be corrected ASAP.
It seems as if you might be asking if using Eclipse to build your Java
programs will introduce any proprietary, non-standard, or incompatible
stuff into your program. The answer to that is "no" (unless you choose
to build a program based on Eclipse itself). Eclipse is NOT like the old
J++ that had all kinds of proprietary junk.
Hope this helps,
Eric
|
|
|
|
|
|
Re: Can't find answers to basic question [message #178905 is a reply to message #178873] |
Tue, 07 November 2006 17:29  |
Eclipse User |
|
|
|
Originally posted by: eclipse4.rizzoweb.com
exquisitus wrote:
> Hendrik Maryns wrote:
>> Just like with NetBeans, you will need a JDK, though, since Eclipse
>> itself
>> needs Java to run.
> Maybe you mean here the JRE - Java Runtime Environment needed to run
> Java applications ?
Either a JRE or a JDK will work, but for developing Java applications
you will find it better if you have the JDK as opposed to a plain JRE -
JDK provides you with source and JavaDoc for the core Java libraries,
which is very useful during development. Plus, you'll need the JDK in
order to compile your code outside of Eclipse, if you ever want to do so.
Hope this helps,
Eric
|
|
|
Powered by
FUDForum. Page generated in 0.08170 seconds