3

I'm trying to install the Java Enterprise Edition 6 on my workstation. I downloaded the installer from the Sun website. Whenever I get to the option in the installer "JDK Selection" I'm told to manually select a JDK. I gave it my path (C:\IBM\rad7\jdk\), and was told it is invalid. What do I need to do to successfully install JEE6?

2 Answers 2

2

Try to install and use the Sun JDK instead.

Sign up to request clarification or add additional context in comments.

2 Comments

If you really need JEE6, This answer is great. Otherwise use JEE5.
Keep in mind that Java EE is an abstract specification. Sun Glassfish (also known as Sun Java Application Server) is one of the concrete implementations. The JEE6 download link provided at Sun.com is in fact just the Glassfish AS (along with a bunch of documentation, tutorials, examples, and optionally also Netbeans). It indeed requires the Sun JDK. But for other (yet to come) JEE6 (web profile) implementations like Tomcat 7, Websphere 8(?), JBoss AS 6, etcetera I think you don't necessarily need the Sun JDK since they ships with their own compiler (at least, they currently do).
0

I used version 5 instead of version 6. Rad 7.X does not come with the version 6 JDK.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.