can i use eclipse JAVA ee instead of the version below of it,,
coz i see lots of packages that the eclipse JAVA EE offers than than the other one...
im JAVA SE user. is it the same? or its just have lots of features than the rest.?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
can i use eclipse JAVA ee instead of the version below of it,,
coz i see lots of packages that the eclipse JAVA EE offers than than the other one...
im JAVA SE user. is it the same? or its just have lots of features than the rest.?
The Eclipse Java SE IDE is designed for use with Java SE.
The Eclipse Java EE IDE is designed for use with Java Enterprise edition.
If you are a SE user then you need to stick with the EclipseIDE designed for Java SE.Java Enterprise edition is largely web based applications. Servlets, JSPs, Java Beans, etc.
Each Eclipse IDE has lots of different packages and plugins suited for the version of Java you will be developing.
There is no reason you cannot download both and have a play with them. But for now, you are getting in way over your head. You do not need to worry about all the different packages and plugins until you have the Java/Eclipse basics mastered.
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.