Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 01:22 AM
тАО01-07-2004 01:22 AM
I went to the site and under popular downloads it has
J2EE 1.4 SDK and also J2SE 1.4.2 SDK ...
What is the difference with them and which is the best route? Thanks again all...
Kyle
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 01:25 AM
тАО01-07-2004 01:25 AM
Re: j2sdk ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 01:27 AM
тАО01-07-2004 01:27 AM
Re: j2sdk ?
Is that Standard Edition you have that works fine compatable with RH 9.0?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 01:31 AM
тАО01-07-2004 01:31 AM
Re: j2sdk ?
If given the choice what is better between choosing to download a binary self-extracting file or a RPM version of the file.. Whats the difference and what do most people prefer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 01:33 AM
тАО01-07-2004 01:33 AM
Re: j2sdk ?
However, I think if you dig around on the site a bit more, you'll get a dynamically linked one specifically for Red Hat. This would be a better choice for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 01:39 AM
тАО01-07-2004 01:39 AM
Re: j2sdk ?
Personally, I wouldn't use RPM's at all but that's not to say I would suggest everybody do the same.
An RPM for the system you are running is probably the best approach to get things running quickly and simply and is probably what the majority of people do.
For me, finding out where RPM puts everything is so irritating that I'd rather get the vanilla package and build it myself and install it where I know where it is. Also, that way, I know I get the package as the project recommends, not one with updates and patches by Red Hat that might be incompatable with other versions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 01:42 AM
тАО01-07-2004 01:42 AM
Re: j2sdk ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 01:47 AM
тАО01-07-2004 01:47 AM
Re: j2sdk ?
Still do some pretty moronic things myself from time to time though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 01:49 AM
тАО01-07-2004 01:49 AM
Re: j2sdk ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 01:57 AM
тАО01-07-2004 01:57 AM
Re: j2sdk ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 02:05 AM
тАО01-07-2004 02:05 AM
SolutionThe sdk is the full, everything you need to develop and run java apps, I think the se just allows running java apps.
I brought all a multinational company's systems down with my knee once (swivelling around on a chair and hit the disk sub-systems power off button). Everybody thought that was pretty moronic at the time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 02:08 AM
тАО01-07-2004 02:08 AM
Re: j2sdk ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 02:11 AM
тАО01-07-2004 02:11 AM
Re: j2sdk ?
j2se is the base java software. you can download 2 different things.
j2se jdk -> the barebone version
j2se sdk -> the full version
J2EE is j2 enterprise edition ( hence j2EE ).
It contains enterprise java beans, framework stuff I think. Im not very familiar with that one but you shouldnt need it if you dont know exactly what you are doing.
So, J2se 1.4.2 SDK ( I think it is the latest release right now ) is your best bet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2004 02:14 AM
тАО01-07-2004 02:14 AM
Re: j2sdk ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2004 07:56 PM
тАО01-08-2004 07:56 PM
Re: j2sdk ?
J2EE sdk is to develop/run java web services, it includes SUNWappServer that is a J2EE web server based on Tomcat, is permits runnig servlets, jsp.
To install J2EE you need first install J2SE, as base Java plataform!
Joao Mendes