Challenging The OEMs on Java 181
There's a great Dan Gillmor article, from his blog [?] regarding the challenge issued by Tim O'Reilly and Clay Shirky to the computer OEMs, asking them to include the latest Java JRE. As Microsoft has said they won't be including Java in WinXP, but are cool with "letting" OEMs put in other programs, let's see the manufacturers strike a blow for competition, and compatibility, and including a non-"extended and embraced" JRE.
Re:Or... (Score:1)
Yes, C# just got a boost (Score:1)
That is in fact happening. I can tell you firsthand that at one of the top companies working on client-side Java, senior management just sent out an e-mail saying that if Java doesn't come bundled with new browsers we will start porting to C#.
Re:Java - Gone forever? (Score:1)
Re:Java - Gone forever? (Score:1)
Not considering settlement-admitting-guilt in later cases seems to me to be a bit like the patent office not considering prior art that wasn't in their own database...
Re:Boycott (Score:1)
The download and install are a joke in Internet Explorer, and it provides Applet cacheing! So after your first run, no more slow downloads.
It also makes it easy to update your code across all machines.
However, if you are looking to run full blown applications (no more sandbox)then look at Java Web Start. I have only worked with it for a little bit, but it seems cool.
Having said all this, I would still love for the OEM's to preload the Java runtime 1.3. If the 5 major OEM's did this then it would save the users the 5MB download. With hard drives over 20GB on new systems, who cares about 10MB more storage.
What percentage of users will ever do anything with it? Who knows.
Steve Michael
steve.michael@performancestrategies.com
Network Architect
Performance Strategies Inc
Indianapolis Indiana
Re:XP and Java (Score:1)
HA!
Lets call apples, apples people.
Java is really about having this layer over everything. SUN has this view of Java being the everything language of the internet. Java being the language all applications are written in... the 'format' in which all data is transferred (as a java object), the "operating system" in which everything runs (the JRE), the authentication system everything uses.
Java is about destroying diversity wherever it finds it... in the name of creating a "standard".
This, folks, is exactly what Micro$oft is about too... if you are talking about Sun vs. MS... the real question that should be asked is Which STANDARD do to like better?
It is not about freedom vs. oppression.
It is not about having choices.
What its about is two big mega-coprporations duking it out over whose vision will create the new standard in programming.
Re:On a related note... the moderators are stupid (Score:1)
The only thing funny about this is how retarded it is. That's just one dir up from the one Hemos posted which was the JRE. This link is to the SDK.
It's not as easy as it sounds. (Score:3)
I happen to work for one of said OEM's, and was part of the discussions to do this very thing. Suffice it to say, it's never as simple as 'just include it in the image, it's free dummy - look at the license' - not when we've both got lawyers and marketing and executives, etc. Not only that, Sun directly competes with the OEM's in a good number of cases (especially on the server, appliance server and storage side) - it's akin to Gateway asking Dell to put a piece of (albeit industry-standard) software on their systems with their name all over it. That just doesn't happen.
Obviously we decided not to include the JRE. FYI, Microsoft played no role in the decision that was made.
Re:Opera (Score:2)
Mind you, I'd like to see OEMs put a demo version of Opera , or a link to O's homepage, with the looser terms, on the desktop. Offer the consumer the choice. Of course, now that I think about it, most OEM's have everything default to 640x480; I dread to imagine all the icons that might be on the screen at once!!
Including Java is good, but one improvement (Score:5)
The JRE is an intelligent DLL under Windows in that it is not loaded until it's needed, unlike the underlying IE DLLs which are loaded at the start and take up memory even if not used. So it's not going to slow the user or comsume memory until it's needed.
The critical thing that needs to be done by Sun with regards to Java support is to have something like Windows Update or the Quicktime Updater: the ability to run one program that will grab the newest and latest files and install them, using a diff-like method instead of downloading *everything* again. If you tell a user that they can upgrade for a quick 500k download and to just press 'here', as opposed to telling them to download the newest JRE by going to some site, and downloading ANOTHER 8meg file, you'll have more people that stay current.
Re:Sun JVM won't transparently work in IE, will it (Score:3)
It depends on how Microsoft chooses to implement this choice. From the way they have been promoting the 'download any JVM you want' option, you'd think that they were going to make IE 6 use the OJVM standard for embedding third party JVM's in their web browser, as is supported on the Macintosh using Apple's Macintosh Runtime for Java standard.
I really doubt that this is the case, which means people wanting to use Sun's JVM will have to code their HTML to use the (much more complex) ActiveX/Netscape Plugin based Java Plug-in, rather than the old fashioned <APPLET> tag.
Really, though, for distribution of Java applications to the user's desktop, the best thing going right now is Sun's Java Web Start [sun.com], which makes it super, super easy and efficient to distribute Java applets and applications to Windows desktops.
I just put support for Java Web Start into Ganymede, and our users are loving it. No more having to start up a full web browser to get the Ganymede client going, no more having the Ganymede client killed off if they forget and quit their browser while the client is running.
Java Web Start is some wonderful stuff for free standing Java applications. If every IBM, Gateway, and Dell PC out there came with it I would be in seventh heaven. Unfortunately, Sun happens to be a hardware competitor to all of those companies, so it's not clear how much they would want to help Sun out with this.
- jon
Re:Who cares? (Score:1)
Not everything is a freedom issue. This is just a request.
Re:JAVA needs its own OS (Score:2)
I don't think this is true. In my experience it takes far more code to interface to an existing high-level interface than to reimplement it. My best example is X window managers, I have written both them and toolkits that talk to them. I would say 50% of the window manager is interfacing code to the applications, and the code the toolkit uses to talk to the window manager is 1.6 times larger than the code in the window manager to draw and drag windows. Thus if the window manager were eliminated we would all programs would have a piece replaced with a piece that is 1/1.6 in size, and ALL of the window manager is removed. This would result in significant savings overall.
Another way to look at it is to imagine the widgets in your JavaOS. Do you really think that at the widget point (like the interface to a text input field) Java would abrubtly stop being used, and the rest coded in assembler or C? Or, more likely, wouldn't the widget itself be in Java and talking to a lower-level interface that draw letters and rectangles. And then wouldn't that lower interface be well-documented and the "widget" just run in user space?
Of course it would work like this, because it would be about a million times easier to design such a system. The same thing is true when writing a toolkit to run on a system you don't control.
The problem with Java is not that it is a bad idea to program to a low level, but that the implementation itself is badly done and bloated. Swing could learn a lot from gtk or even (god forbid) mfc.
Re:A blatant troll... (Score:2)
Why only Java? (Score:4)
Heck, while you're at it, why not 'demand' that they include a Linux partition? Hard disk space is cheap these days.
two problems with link given (Score:2)
But far more importantly you only linked to one option, Sun... as if they were the only game in town, or even the best game in town. Try http://ibm.com/java [ibm.com] if you want a serious JVM.
Distribute the old way. (Score:3)
This is the original distribution method for both IE and Netscape.. They appeared on the cover disks of magazines.. With big titles proclaiming the latest releases
A lot of people still use dialups, and will be more than a little miffed that they're supposed to download such huge bits simply to view java..
However, putting an installer on a CD would be a bit of a sales booster for people not wanting to spend hours downloading over a 14.4 modem.
And it would also be able to proclaim all these new releases of Java, nudging people to stay current.
Malk
Re: (Score:1)
You are absolutely correct (Score:2)
While I boycott both of those industries, and have for over a year and a half now, it is because I personally have chosen to give up immediate consumer gratification in order to remain at least somewhat true to my conscience.
Slashdot, on the other hand, bemoans the attacks on one hand and actively markets their products on the other, indirectly putting even more money into the pockets of those who are financing litigious thuggary against free software volunteers. Despicable, but they have presumably decided that playing both sides against the middle enhances their bottom line in some fashion, perhaps through increased readership, add revinue, or some other less obvious mechanism. Or perhaps the editors are simply as unable to go without their instant consumer gratification as most of America is and thus are attending the opening night of movies like Final Fantasy the movie because they cannot be bothered to wait (when nearly every penny opening night goes to the hollywood studios rather than the local theatre, as opposed to seeing the movie 4 weeks later when nearly every penny goes to the local theatre instead) because they simply cannot live a day without their bread and circuses, never mind social, political, or economic consiquences.
Sites like slashdot and kuro5hin (which has seriously declined over the last few weeks, sufficiently so that I removed links to it on my own website) are not where we should be looking for "leadership" or even significant support. If any of us are really serious about reclaiming our rights we need to organize our own political action groups, and/or support existing ones such as the FSF and the EFF. K5, slashdot, and their ilk have shown themselves to be fair weather activists at best, ready to run back to the couch and submit to the mindless drone of the television and whatever the media moguls are feeding us at the first hint of seeing something new or shiny.
Slackware (Score:1)
Re:Java - Gone forever? (Score:1)
Actually no, it wasn't complete. It didn't include JNI, for example, instead using MS's own JDirect. That among other reasons was why Sun sued MS. And won, in case you've forgotten than. It was a fast interpreter, though; MS used a different GC system to that of Sun derived VM's of the time, and it did pay off in terms of speed.
But of course Sun wanted to keep everyone playing in their little sandboxes and sued MS to take those things out. So now Java has been taken out.
No, MS were not allowed to create anything beyond JDK 1.1.4 level (as I recall) by virtue of the court judgement. Sun generally don't object to extensions to the JDK, as long as the whole JDK is included. For example Apple's JDK for OS X has extra libraries for native access to Cocoa, but it still fully supports JFC/Swing.
Re:Just include install files (Score:2)
Personally I'd like to see OEM's include Netscape 6.x the latest and/or mozilla. As well as an option to install Linux. Or maybe offer dual boot systems off the get go and see how many people buy a dual boot. Or offer a trial vmware with other OSes installed. Or even includes some of the software for other apps.
I don't want a lot, I just want it all!
Flame away, I have a hose!
Re:Boycott (Score:1)
Re:Boycott (Score:1)
I think the difference is that Java is going to be much more useful to the average OEM Windows customer than Perl or Python. There are at least Java games (Atomica, anyone?) and some apps that they might want to use, but there's not a whole lot written for Win32+Perl/Python that the average user is going to want. On a Linux box, Perl and Python are definitely more important than Java, of course.
I don't think there's any fear of OEM Windows customers not getting the most recent VB runtime :)
Re:Who cares? (Score:1)
New machines will comes with XP, and only XP. Scenario: one of your customers, who is networked, buys a new computer, for whatever reason. (e.g. added an employee or old computer died). Now your customer has a computer running XP.
XP will come with latest MS applications. They give spreadsheet (created with Excel XP or whatever it'll be called) to Win98 Office 2000 user or Win95 Office 97 user, etc. Excel locks up the machine when it tries to load the latest document, or if they're lucky, display error message. They find out that the only fix is to "upgrade" their Win9x boxes to XP. (For some reason, it never occurs to them to "downgrade" the new machine. Besides, where are they going to get another Win9x license? They won't be for sale anymore.)
In less than a year, the customer's site is completely XP.
I have seen this happen at multiple customer sites, and twice (will probably be 3 times by end of year) at our largest customer's site. It's so sad to see people trash a perfectly good network. :( And the users complain, but they're just pawns...
---
Re:latest? (Score:2)
Release is scheduled for fourth quarter of 2001, ie RSN now
Cheers,
Tim
Stealth install via a Java3D game (Score:3)
This would also be cool for Linux people, since the game would run unchanged on linux
Re:Boycott (Score:4)
I wouldn't expect Slashdot to support a boycott of anything.
Apple already does :) (Score:2)
-m
Difference (Score:2)
Re:Difference (Score:2)
Which STANDARD do to like better? (Score:1)
I'll take Java, particularly when I can use IBM's.
Re:Including Java is good, but one improvement (Score:1)
How is this different from a regular dll that isn't loaded until its needed? I don't think the default behavior really qualifies it as "intelligent". Personally, in a time of flush computer resources, I think waking enough of myself up to be able to start quickly when the user needs me would make me "smarter" than laying up on my fat ass until somebody does need me.
Re:Java - Gone forever? (Score:1)
Users blame Java and Sun for how much Microsofts Java sucks.
Actually, most people blamed Netscape for how much their version of Java sucked - which is what turned people off from it in the first place.
And Microsoft's implementation was the fastest of the bunch - which is why Sun ended up cheating on the CaffeineMark benchmarks.
Simon
Java Web Start does this. (Score:1)
This is new in JRE 1.4 that uses a XML file to define packages that a full up application might need. As part of this it can automatically pull the latest required JDK if it is required.
A really good way to deploy java to the client side.
Re:Next: Include Open Office! (Score:1)
to which MS will say "The license for Windows will now cost you *MORE* than what you were paying for Windows and Office combined" - or words to that effect.
Re:Including Java is good, but one improvement (Score:1)
Re:It's not as easy as it sounds. (Score:1)
Or, what will your tech support say when they start getting calls from customers that a number of web sites that used to work no longer work with the new computer that they bought from you. If you get a number of these calls, won't the cost of tech support cut into your margins?
Regarding putting the technology of a competitor on your PC's. The JRE would be included mostly so that applets still work, i.e. a client-side technology. Do you really see Sun as competitors on the client-side? I would think that Sun is only viewed as a competitor in servers, where the installation of a JRE is probably not a big issue, since the administrators of that system are sophistocated users and can install whatever they need by themselves.
What I'm getting at is that I see putting the JRE on your PCs as a customer need that does not help out your competition (Sun) in a market that matters. Are there legal issues that keep you from putting the JRE on your systems? If Sun does not see the importance of clearing any legal hurdles so that there will be a JRE on every platform shipped, then they are too stupid to succeed!
Re:Why only Java? (Score:1)
Re:JRE is NOT freely redistributable! (Score:1)
It's subpara (i) that you quoted that causes us grief (and is in a different form in the 1.1 license)
(i) you distribute the Software complete and unmodified and only bundled as part of, and for the sole purpose of running, your Programs
We're not redistributing JRE to run our program, we're redistributing it to run the user's programs, ergo we're out of luck.
If you can come up with a different intrepretation, please email me at west@hsa.on.ca. (It's not like anybody at Sun is ever going to notice or care whether JRE ships with our product or not, but it's my responsibility to make certain we are completely compliant with any applicable licenses).
JRE is NOT freely redistributable! (Score:5)
In other words, you can't give JRE to somebody else to allow them to run their program.
How do I know this? I've been trying to get permission from somebody at Sun to redistribute the JRE with our educational Java IDE [holtsoft.com] for months. So far, no go. Even worse, you can't even purchase a license to redistribute it because it's "freely redistributable" and there is no provision at Sun for licensing it
My sales guy at Sun has tried heroically, but the lawyers have the final say.
Now, we're just small (well, miniscule) fry compared to the manufacturers, but it certainly means prolonged negotiation with Sun before obtaining permission to put it on their machines.
Re:Java - Gone forever? (Score:1)
good uses for applets:
Invisible applet web bugs with the ability to open sockets to the server from which they came.
This still has lots of potential.
Intranet "fat" clients. Give you a manner to distribute the client from a single source, no
need to run all over and update software on the client machines.
Units in a distributed system. No fancy GUI, just the real deal. This gives ease of access, people
can join eg. distributed.net with literally only a click in their browser - no installation needed.
Having said this, I also agree that applets are not the killer application they were made to be
6 years ago. I believe Flash makes a better frontend for GUIs, I believe RealPlayer is a better
streaming media client. Why should a JRE be treated differently from another pluggable
browser element? People will need to get as used to upgrade their JRE as they are to upgrading
their Flash/RealPlayer/Whatever.
Re:Why only Java? (Score:2)
I say ask every OEM for everything you can. We are not MS and can not threaten them with financial penalties but maybe if enough people demand and ask we will get our voices heard too. Why should the bullies be the only people getting their way.
Re:A blatant troll... (Score:2)
I remember when slashdot was actually for open source now it's for microsoft.
Re:Erm, why the change of heart guys? (Score:2)
"First, why all this pleading that Java should be considered a vital part of the OS?"
LIE. Nobody said anything like this. Nobody said it should be part of the OS they said it should be pre-installed by the OEM. Go learn english and re-read the posts.
"Yet here is Microsoft removing the JRE from the OS ('unbundling', if you will), leaving you free to install any version from any vendor, and everyone is complaining about it"
LIE. Nobody is complaining about anything they are urging the OEMs to pre-install the JRE. Not only are you a liar but you seem to be profoundly confused about the difference between bundling a ham sandwith with your OS and calling it innovation and the PC manufacturers pre-installing applications. A stupid liar.
"Finally, isn't this how Microsoft's much-hyped new OEM licensing should work?"
Here you are just plain stupid. Well duh you brickhead of course this is the way the OEMs shoudl work. All bundling should be done at the OEM level and the OEMs should be free to bundle and UNBUNDLE any thing they want. People are asking the OEMs to bundle their favorite thingie why do you have a problem with that?
"All in all, this is something that's more in line with the philosophy that
Whoo hoo here you are just babling incorently. See if you can understand this simple concept really I'll try and use small words. We want the OEMs to listen to us because WE ARE THEIR CUSTOMERS. Did you get that? WE ARE BUYING THE PC NOT MICROSOFT. Why should the OEM listen the OS manufacturer when they should be listening to their customers.
"It seems to me that the consistency of arguments on
Well this is the biggest lie of all. Your post got moderated up because it bashed slashdot and defends MS. There are numerous other examples of that on this topic alone. The days of slashdot being an open source community are long gone. Now it's full of astro-turfers and MS shills like yourself.
Of course I will be moderated down for actually pointing out that you are liar and critisizing Microsoft.
Re:It's not as easy as it sounds. (Score:1)
So you've made the choice that you are going to use your position in the market to keep a perfectly good technology from being accepted. Not only that, your action is diminishing the consumer's benefit for buying your product.
You just made the same decision that MS did. Maybe the Justice Department should sue you for unfair buisness practices.
Re:It's not as easy as it sounds. (Score:1)
Well, no products for the PC, but you might remember that they also make an OS called Windows that competes directly with the Sun model of Hardware+OS(Solaris) for servers. They definitely compete with MS in the OS market.
OEM's should - for their customers (Score:2)
I think any computer distributor who really had their customers' interests in mind would distribute a JRE, given the volume of web pages their customers will encounter that needs one.
----------------------------------
Re:Who cares? (Score:1)
I though Windows 95 didn't have a hope in hell of getting anywhere. Its architecture was crap, it was unstable, it sucked resources up like a hoover in overdrive... It looked OK, but I just couldn't see why a user would move up to Windows 95.
I reasoned that for the vast majority of users, there would be no benefit to moving. Most of them write short documents or use small spreadsheets. How many people were ACTUALLY having problems with resources under Wndows 3.x? And those few that did have problems could always run under WinNT instead...
I reckoned without two things:
People were spending up to 300 pounds just to run Windows 95.
I had this contant vision of users fititng their RAM, doing the upgrade, finishng it and then lookign at the screen. They click on the Start button. They "oooh!" and "aaah!" at it for a while. And then they start Word, and it runs no faster. Maybe even slower. But by this time, they're not going to admit they've wasted money. They're happy with it. Even if they did gain nothing except a documents menu and an emptier bank balance. (And the documents menu is duplicated with the MRU list on the Word file menu anyway, but never mind that.)
The average user gained nothin initially. And by the time Windows 95 was a viable platform, they still gained little. To really gain, they had to buy a new machine, with hardware designed for 95 and powerful enough to run software designed for 95.
Windows XP is the same. Most machines out there are under-specced for it. (It requires 128Mb of RAM to work well, IMHO.) The only difference is that, being based on Windows 2000, Windows XP should be stable. But the home edition lacks the security features. The new interface will make people "oooh!" and "aaah!" a bit, and then they'll rationalise their investment by appreciating the new colour scheme. (Blue! How, um, blue! Very. Blue.)
Microsoft is going to throw money at marketing this thing. People will by it. Nothing can stop that, because the only way is to educate people not to do it. But none of the media will do that - to tell people they won't need Windows XP would be a wonderful way to never see a pre-release or beta ever again, for any computer magazine. Or website. Or TV program. Microsoft will pull all the stops.
I never believed it could be done the first time.
I admit I was wrong, and I'm humbled by the experience. I've learnt my lesson - Never Underestimate Microsoft.
Re:Opera (Score:2)
Erm, why the change of heart guys? (Score:3)
Second,
Finally, isn't this how Microsoft's much-hyped new OEM licensing should work? While I admit it's a bit of a sop to the antitrust lobby rather than a serious concession, surely removing Java is completely in line with this? By removing Java, OEMs who believe there is a market for a PC with Windows 2000/XP and Java are free to include the JRE.
All in all, this is something that's more in line with the philosophy that
Re:On a related note... (Score:1)
Ha! Believe it when you see it. (Score:1)
While they are restricted against denying the manufacters the right to change the desktop, they aren't restricted in how they can price things, nor what they can do with marketing money. And money is a huge bargaining chip.
As a result I would be surprised if any of the large PC manufacturers ended up bundling the JRE.
I also don't think it much matters, Java is terrible in the browser (this from someone who has been writing Java almost exclusively since 1995). If I'm writing applications rather than applets I'll just ship the JRE with the installer.
jim frost
Re:Erm, why the change of heart guys? (Score:1)
Re:JRE is NOT freely redistributable! (Score:1)
Why not include a nice little "Hello, world" example program with your IDE? Then the user would need the JRE to run your program. Of course, it would also be installed when they went to run their programs, too, but that's coincidental, right? ;^>
Not really a surprise (Score:5)
Remember, most of these folks are die-hard Microsoft developers, who have been using MS J++ to develop enterprise applications (and yes, applets). I think Microsoft hopes that in a couple of years, everybody will be using C# and this whole Java thing will have been a bad dream. The most recent move of not including the JRE is no surprise, considering this strategy. Next will be not making it available from Microsoft at all.
Of course, Sun could have won the day by announcing during the conference that they were releasing Java to a standards committee, but that was just wishful thinking. I imagine that Cold Fusion will be the next target, XP somehow causing CF pages to be mysteriously broken or a "security risk" (hint: Use ASP+ instead).
I'm not a big Microsoft "conspirist". Frankly, a conspiracy implies some sort of subterfuge or cleverness in my opinion. Microsoft is far too heavy-handed to rate that title. They're just bullies, nothing more.
Smilodon
V V
A blatant troll... (Score:1)
Come on
Re:It's not as easy as it sounds. (Score:2)
Solaris on the server, Sun clients running Solaris on the desktop, vs Windows. iPlanet servers on the server, vs IIS. There are probably a couple more, though.
--
Re:On a related note... (Score:1)
Re:Opera (Score:2)
As has been pointed out before, Opera and Netscape and other browsers have been crying in their milk for years about the level of IE integration, when they could have been doing something about it.
Internet Explorer is two parts: a bundle of COM objects that adhere to a public and fixed com interface, and a bundle of glue that uses those COM objects together to make it a single application.
Netscape could have implemented these same COM interfaces, and have gotten at least half of the integration that IE did. By depending on the APIs, Microsoft would have likely cleaned it up to allow more seamless replacement, as they have cleaned up DirectX about eight times.
But no, Netscape sued Microsoft (oh, wait, Netscape asked the Feds to sue Microsoft), so of course the IE COM interfaces are still a little rough and incomplete.
Remember when Lotus bitched and moaned about how it was impossible to write a "real" program on Windows, because their 1-2-3W version 1.0 sucked bigtime? Remember how Philippe Kahn, hardly the friend of Redmond, told him to shut up because he didn't know what he was talking about?
Obligatory Slashdot Disclaimer: yes, Microsoft is vicious, ruthless, and large. It is exactly for these reasons that they often lose in court, and in many cases, they deserve to lose. I don't work for them, nor do I care what OS is monopolistic in ten years.
Don't win by litigation, win by quality products. Netscape, Adobe, Sun, they may win little battles with the help of a judge. You're not going to win a court war against a multi-billion-per-quarter revenue machine. You're going to win a war by making Microsoft irrelevant, one market at a time. But Microsoft is more vulnerable if you just write better code and use every interface they expose to integrate and replace their features.
Re:Next: Include Open Office! (Score:2)
"I may not have morals, but I have standards."
Re:Stealth install via a Java3D game (Score:2)
"I may not have morals, but I have standards."
sigh, what a bunch of trolls (Score:2)
OEMs should dump MS altogether. A preconfigured Red Hat box is no more difficult to operate than a preconfigured MS box. Bundled up with something like Star Office, even the pointiest haired boss would appreciate it. With 5% of all desktops, linux is as mainstream as Apple. A few of these boxes on display at CompUSA and on sale at Dell would end all of this Monopoly liscence and compatibility BS forever.
pooh-head! (Score:2)
There, see, you said it not me.
Java was not part of MS OS like IE was because you could remove java and still work your computer. Remember the comingiling article you saw on Slashdot today? Ever tried to run an MS poluted PC without Exploder? It works just a little worse than one with Exploder.
Don't worry too much, there is no new microsoft. No one who uses MS or writes code for MS is free.
Re:Java - Gone forever? (Score:5)
Sun creates a cross platform language called Java.
Microsoft does not like cross platform becouse it != WIndows!
Microsoft "supports" Java becouse people want it and it's a buzz term that gets press.
Microsoft's version of Java is left incomplete, slow, and broken.
Users blame Java and Sun for how much Microsofts Java sucks.
Microsoft removes it's broken software from Windows siting "Security Concerns".
Users don't care becuse "Java sucks anyway"
Microsoft crushes a another competitor.
Yeah. Boy, I'm sure glad MS did the "right thing" because no one enjoys "webpages with Java"
Sun JVM won't transparently work in IE, will it?? (Score:2)
what costs? Re:Costs for computer makers (Score:3)
The JRE is about as stone simple as you can get in terms of installation[1]. They don't need to understand jack squat about how the JVM works as long as the person making the disk image can click through a few dialog boxes to install it. Analogy: do you understand how a glow plug works? Can you drive a car with a diesel engine?
Besides, don't you think Sun or IBM would jump all over themselves providing technical info to OEMs willing to try this with their JREs?
Regarding Microsoft support of OEM installations (either of MS products or otherwise): hahahahahahahahahahahahahahahahahahahahahahahahaha hahahaha.
thanks, I haven't laughed that way in a long time.
[1]Well, unless you're using Mozilla. But I don't see OEMs shipping a beta product as the main browser anytime soon.
--
News for geeks in Austin: www.geekaustin.org [geekaustin.org]
Costs for computer makers (Score:2)
What's being asked is that the computer makers thoroughly test and understand the workings of the JRE being packaged. Then what? Incure the cost for this themselves? It was easy when Microsoft included the software and something broke -- microsoft tech support is more than willing to assist you with your problems.
Opera (Score:5)
Like it or not, Opera really isn't a maintstream browser. If the PC is shipped with anything other than Explorer, the PC maker is going to have to deal with the expense of a lot more tech. support calls from people asking what happened to Explorer.
Java support, on the other hand, just makes thing work that wouldn't have, and doesn't change the rest (except for taking up 0.05% of the hard drive space). If somebody hits a web site that tells them they need Java, and they have to download it over a dial-up, they're going to be mad at the PC maker for giving them an incomplete system. Since it's free, on top of all that, there's really no reason for any PC maker not to include a JRE.
I think Microsoft has just given themselves a black eye for no good reason here. They get another round of bad PR, but Java support will still be put on the PC's by Dell, GateWay, Micron, IBM, etc., plus AOL.
Next: Include Open Office! (Score:3)
If its good anouth most people would even have to get MS Office and could put a big dent in MS sales.
Java not gone... (Score:2)
Cheers... .*shrc is
--
$HOME is where the
Java options for Windows still plentiful (Score:2)
Re:Depends on consumers demand for java. (Score:2)
Sorta like the gimmick .99 cents added to the end of any price on sale items.
First, I think you meant the gimmick 99 cents, or .99 dollars. I'm not trying to give you a hard time; it's just a pet peeve of mine. Next, it's really more like a gimmick 1 cent that's subtracted. Psychological studies have shown that when dealing with numbers, most people don't want to bother with more than a couple of digits of precision, and prefer to truncate, rather than round. Thus, a lot of people see "5.99" and think "5". If you're mathematically inclined, this sounds crazy, but I've seen it in action. Most of the people I know generally don't fall for this, except with gasoline prices. They see "1.379" and think (and say) "1.37".
Re:You mean latest? (Score:2)
All Sun needs is an auto update tool that gets run every month or week to let you now when a new version is out. Every other little tray icon application does something like that, so no reason Sun can't include a little something that does the same.
On the other hand, you have Java apps that might work with 1.1 and not with 1.4. Having end users casually perform upgrades may not be something developers want, which could cause more headaches than its worth. Updating the JRE could be left to individual developers and as long as its in a common place (C:\jdk, C:\jre, etc) they won't need to duplicate work.
Re:Java - Gone forever? (Score:2)
Re:Depends on consumers demand for java. (Score:2)
depends on OEMs demand for lower XP prices (Score:2)
MS office became standard because oem's wanted cheaper prices for dos/windows 3.1. Microsoft holds all the keys for software distribution sadly enough. If I were Michael Dell, I would make sure no computer would come with java at all. I would email Gates about the java issue and hope for a discount. If I could get a %10 price decrese I could make alot more money in such tight economic times. This is really sad and is proof that Microsoft is really a monopoly. Why do you think HP and Dell do not even advertise desktops with linux pre-installed outside of linux tradeshows? Also Sun's staroffice is free. WHy are no OEMs acknowledging its existance? It costs them nothing? The answer is it just might anger MS.
Compaq killed alpha and refused to benchmark alpha vs pentiumIII running NT because they might anger intel. So they killed it and now can recieve greater profits by having lower intel prices.
If I were Michael Dell and if the Microsoft's OEM LEGAL AGREEMENT did not have a clause on not installing sun's java on all pc's, I would still not install it. Even for free. It makes good bussiness sense but it means bad news for consumers and sun.
JRE is not a language (Score:2)
Re:Erm, why the change of heart guys? (Score:3)
There's one consistent philosophy that all /.ers support? Could somebody write it up and put it on a web page? How am I supposed to know what to think if nobody tells me?
On a related note... (Score:5)
Re:Surely Sun wasn't surprised by this.. (Score:2)
In fact, Mac IE doesn't have a JVM at all. It just interfaces to Apple's virtual machine.
Of course, the result is that it gets better Java support than (Mac) Netscape. How odd. ;)
New Product, Old Parts (Score:3)
According to the settlement with SUN a little while back, M$ is not allowed to update any of their existing Java JVM technology, only to use what they wrote a few years ago. Under these conditions it seems reasonable that they do not want to include these old (incompatible?) DLL files with the new OS.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ the real world is much simpler ~~
Re:Opera (Score:2)
Opera is good for opening alot of browser windows while only taking up one task's worth of my taskbar. It also has a nice builtin google search field. It's pretty much better than Netscape in all ways except the aforementioned. (As of yesterday i just use Mozilla 0.9.2, though, because it includes an email client and is nicer than Netscape 4.77.)
Surely Sun wasn't surprised by this.. (Score:2)
And afaik IE5.01 and 5.5 as a standard install don't install the JVM either but will prompt you with the option to download it if needed.
I doubt this will affect Java much - considering it seems to be moving into the embedded space in any case =).
--
not just applets (Score:3)
What if I said the best thing that could happen to all of us is a complete backoff of all the bundling beyond what's specified in the W3C definition of the Web. Take Flash out. Take Java out...
Are we sure that we're just talking about the web here? The JRE gives the ability to run both applets [koobifora.com] in browser and normal Java apps... and it's not like there's a shortage [sourceforge.net] of [apache.org] those [limewire.com]
Re:JAVA needs its own OS (Score:2)
You make some good points. I would tend to disagree on the whole Swing performance issue, though. True, Swing is piggy in its cycle consumption, but this is being offset by beefier hardware to the point where I'm not sure I care about this too much anymore. At my company (large N.A. bank) we run quite a number of Java client apps (e.g. a call center desktop) and performance is fine.
Anyways, the real point of my note is regarding the demise of JavaOS. I happened to be working with IBM labs at the time IBM had pitched in to bring JavaOS to market. The reason JavaOS died (according to my peers at IBM) were:
Of course, there were likely other political intrigues here...
Depends on consumers demand for java. (Score:3)
If you have not noticed the news on the sales of new computers being very low as of late then it might suprise you that OEMs will do anything to cut costs and unless there is a huge public outcry they will not bother with it. Some might just do it to make it seem like they are adding features that others do not. Sorta like the gimmick
Re:You mean latest? (Score:2)
Dancin Santa
No different than any other plugin (Score:2)
For example, visit one of the Java plug-in demos [192.9.48.9] and see how easy it is to install the silly thing.
[Hm, having done just that, it's not quite as easy as Flash, but oh well. Maybe Sun will wise up.]
Re:Hidden fees, Java uses (Score:2)
Instead of just making a statement like this, could you provide a little more information? Why would it cost another $50 per license? Are you referring to labor for including the JRE in the image? Some sort of hidden license fee that nobody knows about? Some sort of evil action you expect M$ to take in response?
GreyPoopon
--
Re:Next: Include Open Office! (Score:2)
This idea is interesting... with one change. Most people buying a computer right now get a choice between Microsoft Office or Microsoft Works. It's rare for anybody to buy a new system with no office software at all. Based on this, OEMs may now have the incentive to provide a slightly lower-cost package to the user (assuming that Microsoft Works has a per-license cost). They could perhaps shave another $50 or $100 off the cost of their computer if the user chooses Open Office instead of the other two. But in order to know whether that will fly, you must find out what kind of wierd license agreements OEMs have with Microsoft.
GreyPoopon
--
Re:Boycott (Score:5)
Name one other VM language that has been, up to this point, included with every mainstream browser install. That's where the loss is. I honestly don't care whether or not all browsers come with Java. But I can write currently write applets that will work on almost any browser since V 3.0 of Netscape and Internet Explorer. And it'll even work on Opera.
Having a JRE available as an option works fine if the browser will always be downloaded in the first place. But users who can download and install a new browser aren't the ones I worry about. It's those that buy their computer with Windows pre-installed and don't know how to really change anything. If I design web pages with java applets, I want to be sure that pretty much anybody can see them. (with the obvious exception of Lynx users)
Like I said, I don't care WHAT the language is, but it needs to have most of the same capabilities as Java. And it needs to be multi-platform, multi-browser capable. Oh, and it needs to ALREADY be installed and running on the older browsers. Let me know when you figure out how to solve that problem.
GreyPoopon
--
Is this really a problem? (Score:4)
When developing applets for clients I will no longer need to explain to them that IE has a JVM that is 5 years old and that they need to download a new one - I simple have say, visit Sun [sun.com] and get the latest JVM.
This is what I have to do when developing an application and people seem fairly happy with that.
I just really hope that this move doesn't convince good Java developers to switch to C#... there really is no need unless you want to stick with MS
I think O'Reilly has the right idea though - have OEMs include the latest JRE on any machines they distribute - that way customers will have a reasonable up to date runtime which they can use as they see fit.
Pete
Adding JRE's a stupid idea (Score:2)
Right. So I can ruin an already fragile (yet functioning) Windows XP with even more restriction-bashing code. Give me a break.
These are the same people who argue against bloat by MS, but when it's bloat by a 3rd-party company (other than AOL), and it might wreck even further hell on the system's stability, they're all for it.
Why don't we throw g++ in there, while we're at it? And Perl? Let's fill the whole hard drive with interpreters and engines.
Re:Java - Gone forever? (Score:2)
There's a reason why MS is even honoring the notion that they can drop Java, and it isn't just the war between Sun and itself. So few sites use Java nowadays that most Windows users never touch it. If it were a different story (like the AOL debacle) MS would be more or less forced to provide it because of the sheer numbers.
Face it. The war is over. Java was a great academic language, and it's "fun" to code in, but it's not going to take over c++ on the desktop and HTML on the web anytime soon.
Re:You mean latest? (Score:2)
Re:JRE is NOT freely redistributable! (Score:2)
I had a similar need, and I had no problem in terms of dealing with Sun.
Re:Who Needs This? (Score:2)
Who cares? (Score:4)
First off, I don't think everyone will be running out and buying Windows XP anytime soon. Why? Because it really is unnecessary for most. The expenditure isn't justified.
Lastly, I do agree with the person who said that its a matter of choice. If the JRE is needed to be installed, then it can be downloaded and installed. That's it.
Forcing a company to include anything in their distros really violates the very priniciples that most "freedom in software" people (including myself) uphold.
Trust me, people. Microsoft is going to dig their own grave... soon enough. Just a matter of time.
What about Linux? (Score:2)