Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-12-2008, 11:18 AM
antgaudi's Avatar
Member
 
Join Date: Sep 2008
Location: Houston-TX
Posts: 22
antgaudi is on a distinguished road
[SOLVED] Architecturally neutral?
If Java is architecturally neutral (runs on any OS), why are there several versions available to download of the Java SDK??
__________________
"The minute you settle for less than you deserve, you get even less than you settled for." Maureen Dowd
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-12-2008, 12:25 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,566
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Yes, Java application(simply a Java code) can run on any OS. But in some cases in development level you can't. I'll explain it in this way. Think about the System Tray in windows. Using Java you can write a simple application using SystemTray class. But on Mac OS it's not support. But that type of explanation is not give any idea about "Platform independent".

That's depends on how the OS handling the data. Basically how data transferring, like 23bits, 64bits.... And also it's depends on architecture of the OS kernel. So that's why we need different versions on different OSs.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Has someone helped you? Then you can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.

Want to make your IDE the best?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 10-12-2008, 02:02 PM
Senior Member
 
Join Date: Sep 2008
Posts: 235
Darryl.Burke is on a distinguished road
The Java API is cross platform. The JVM isn't.

db
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 10-12-2008, 04:46 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,566
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
JVM functionality depends on the way of OS behave.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Has someone helped you? Then you can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.

Want to make your IDE the best?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 10-13-2008, 08:15 AM
fishtoprecords's Avatar
Senior Member
 
Join Date: Jun 2008
Posts: 475
fishtoprecords is on a distinguished road
Quote:
Originally Posted by antgaudi View Post
If Java is architecturally neutral (runs on any OS), why are there several versions available to download of the Java SDK??
There are several versions because some have more cruft and unneeded functions than others. Of course, your application may need the functions and then you would not call them bloated.

Java and the runtime are OS neutral, but a lot of things that you may want to do are not. Picking up mouse actions, doing drag and drop functions, or emulating multi-touch are more or less dependant on the OS/platform.

Its easy to write Java applications that run exactly the same everywhere, but that usually means command line input and output, which many users won't use.

The fancier you want the application gets, video, music, gesture support, etc, the more you get tied into details of the platform.

For example, one of the separate versions of the Java Platform is targeteed at cell phones, smartphones, etc. These are unlikely to have 22" displays.
Or even fast network connections
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +3. The time now is 11:06 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org