Slashdot Mirror


Sun will Open Java's Source

bckrispi writes "An announcement from Sun spokesman Raghavan Srinivas indicates that, contrary to what we've heard in the past, Java will be Open-sourced. "We haven't worked out how to open-source Java, but at some point it will happen," Srinivas said."

85 of 584 comments (clear)

  1. Boon by TWooster · · Score: 4, Insightful

    This is an excellent boon for open source software. Even if we only get small portions of it, having open-source Java can only benefit the community.

    Thanks, Sun!

    1. Re:Boon by ajs318 · · Score: 5, Insightful
      Depends what licence they use.
      • If they use the "sharing is not theft" BSD licence, then someone conceivably could take Java, modify it just enough to make it incompatible with the old version, and release their modified version -- let's call it EvilJava because I can't think of anything better -- closed-source. By writing plenty of code that only runs on EvilJava, someone can effectively usurp control of the market -- this, presumably, is the "nightmare scenario" Sun is keenest to avoid.
      • If they use the "not sharing is theft" GPL, then nobody can release a closed-source modification. Somebody could conceivably write a "JavaTwoPlus" incompatible with plain old Java, but it would necessarily be GPL. We have to assume that GPL automatically means cross-platform, since there would be nothing to prevent Sun themselves from porting JavaTwoPlus to any other platform for which a version of GCC exists.
      • If they go for a Pine-like licence, then nobody will be allowed to release modified binaries to the general public -- whether EvilJava or JavaTwoPlus -- in such a way that they could be confused with the "official" Java. Anyone wishing to create an improved Java would be confined to releasing patches for the source. As wonderful as this looks in theory, it's a nightmare in practice because of the problems it creates for distributors. Some Linux distros already don't include Pine, precisely for fear of running afoul of its licencing terms {You typically have to modify any source package ever so slightly to get it to work with your own distribution; that's what the configure process is about. The actual Pine licence doesn't make it clear that such modification is permitted. Even if the University of Washington turns a blind eye to some distros putting out a patched pine, there is nothing to say that one day it won't start coming down hard on distributors}. Sun presumably wants Java to be distributed widely, so should word the licence very carefully if following this route -- there is a real risk of alienating distributors.
      The question boils one of balance between code integrity and the benefits of Open Source. BSD doesn't assure code integrity or cross-platform-ness. Pine-like assures integrity but impacts negatively on distributability. GPL blocks any outright threats to code integrity and cross-platform compatibility -- but potentially leaves Sun with hard work to do.

      All that being said, if Java has enough functionality already then nobody will really feel the need to add anything else -- which, of course, is where the greatest single threat to cross-platform-ness comes from. Those few who do have special requirements which can best be met through modifications, probably will not be releasing their modified Java versions into the mainstream.

      Sun has up to now played the role of a protective parent, shielding the child (Java) from the worst elements of the outside, adult world (closed-source vendors who would take a beautiful product and distort it for their own ends). But children do eventually grow up; and after a point, when they have learned the dangers of the world, it becomes wrong not to set them free into that very world -- for all its dangers, it is still a beautiful place. If Sun has done everything right -- or even done just enough right -- then there is nothing to fear when Java makes the transistion from tightly-reined, closed-source child to well-balanced, Open Source adult with an existence of its own that does not depend on Sun.
      --
      Je fume. Tu fumes. Nous fûmes!
  2. eh by Josh_Borke · · Score: 5, Interesting

    so, java and solaris will be open source, and hardware will be free. so basically we'll be paying for our work?

    1. Re:eh by newhoggy · · Score: 5, Informative

      ESR has something to say about free hardware.

  3. In other news by pavon · · Score: 3, Funny

    Sun just announced that they have just created a new gaming division which is expected to release it's first title "Duke Nukem Forever" in the near future. The title will run exclusively on Unix systems including Solaris, and the Java Desktop, but may later be ported to other operating systems when the source as well as all artwork is released to the public domain. When asked how Sun can possibly give away every product they own and still make money, Scott McNeily made vague indications of revenue possibilies from their recently patented method of solidifing plazma in deep subterranean lairs.

    1. Re:In other news by Anonymous Coward · · Score: 5, Insightful

      Very Funny!

      People often don't realize how expensive/lucrative Enterprise Support is compared to the cost of H/W and S/w. Companies charge as much as 29-35% of the product cost as support per year and support is never discounted. i.e companies give away s/w and h/w worth a million and charge say 290k per year in support.

      Support/services is often the number 1 consideration in purchasing.

      So, I would not be surprised if sun's net revnues do not decrese after they opensource all of their s/w, including OS.

      Besides, why does Sun want to fix a bug for which there is no revenue tied? Sun might rather fix an obscure bug from a paid customer than fix the most popular bug. By opensourcing Java/ or OS, they will be opening a new maintenance channel for their platform while still making the same service revenues.

      In our company, Sun support team is respected and our IS claims it is worth all the cost.

    2. Re:In other news by carambola5 · · Score: 4, Funny
      When asked how Sun can possibly give away every product they own and still make money, Scott McNeily

      replied: "Simple... Volume."
      --
      IWARS.
      People, in general, disappoint me. Politicians even more so.
  4. opening questions by rd4tech · · Score: 3, Insightful

    The Java community is split over whether open-sourcing Java is beneficial.
    I will probably be marked troll on this one, but I have to ask:
    How in the world can you be split over something like that?
    I mean, people will basiclly poke at the code and report you bugs.
    Other developers will request tons of features that they will point how easy are to be done.
    Everyone will be happy.
    It's not as if they are charging people for using the pure java language right now.

    However, others, including Sun, believe the main hurdle and concern is the future of the Java brand and compatibility.
    So, they are planning to be constantly changing the language then? What are they smoking?

    We haven't worked out how to open-source Java -- but at some point it will happen," Srinivas said. However, he noted "it might be today, tomorrow or two years down the road".
    Well, you start with a 19$ .com name, 200+$ /month for the hosting plan, and about scores of thousands $ for a 2 pages legal agreement. It shouldn't be that hard....

    1. Re:opening questions by Anonymous Coward · · Score: 4, Insightful

      So, they are planning to be constantly changing the language then? What are they smoking?
      I think they're worried about someone forking it. What they ought to do is release the Java code under the GPL but not give up their trademark on the Java name. That way, forked versions can't call themselves Java unless they meet Sun's existing compatibility criteria.

    2. Re:opening questions by Chester+K · · Score: 3, Insightful

      How in the world can you be split over something like that?

      The fear of a fork is what keeps the community split. A truly open source Java would have no restrictions against someone taking Java and extending it in a way that's incompatible with existing Java (remember when Microsoft tried to do that?). It would completely undermine the idea of Java as a stable universally-compatible platform to build on.

      --

      NO CARRIER
  5. This is news? by Tesser · · Score: 5, Insightful

    Not to be a cynic, but "at some point" they will "somehow" figure out how to open source Java?

    And at some point I'll somehow figure out how to make a million dollars while sitting at home playing my Playstation, too.

    I fail to see how this qualifies as news.

  6. Bah! Tell me when it actually happens! by mrchaotica · · Score: 5, Insightful
    "We haven't worked out how to open-source Java -- but at some point it will happen," Srinivas said. However, he noted "it might be today, tomorrow or two years down the road".
    This is useless. Considering how often Sun changes its mind, there's no reason to believe anything they say. It'll only be newsworthy when Sun actually does it!
    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    1. Re:Bah! Tell me when it actually happens! by Bricklets · · Score: 4, Interesting

      This is useless. Considering how often Sun changes its mind, there's no reason to believe anything they say. It'll only be newsworthy when Sun actually does it!

      Considering just a month/few months ago Sun was saying no to open sourcing Java, this IS news. It represents a public shift in their coporate strategy. Call it what you will, this is newsworthy.

      --
      Little Bricklets
  7. faces of a coin by Anonymous Coward · · Score: 3, Insightful
    the optimist in me says "alright, about time." the pessimist in me says, "wait until it happens before rejoicing."

    I really hope they do open source java. it would let OSS improve the VM. it would make it evolve faster and allow more people to improve it.

  8. ANSI/ISO by NitsujTPU · · Score: 3, Insightful

    Java is nice and all, but I still prefer that my programming languages be managed by a standards organization.

    1. Re:ANSI/ISO by warkda+rrior · · Score: 4, Funny

      On the other hand, I prefer that my programming languages be managed by a garbage collector.

      --
      You need to install an RTFM interface.
    2. Re:ANSI/ISO by heathm · · Score: 5, Insightful

      Java is managed by a standards organization. It's call the Java Community Process. Any individual can join for free and contribute to the Java standards. Companies can join for a reasonable cost. Everything that goes into Java is standardized by the JCP and every JCP standard is freely implementable.

      Explain to me why we need ANSI or ISO?

      A colleague of mine insists that .NET is better because it's an ECMA standard. He's too dense to understand that not all of .NET is part of the ECMA standard and it's not truly an open standard because although I can freely implement what the ECMA standard says, I can't do jack crap to change what's in the ECMA standard. The standard is controlled wholly by Microsoft.

      Explain to me how this is better than the JCP?

      The JCP is already slow enough. The last thing Java needs is some bloated organization like ANSI or ISO to get involved.

  9. Re:Yeah, by IBM. by 0racle · · Score: 5, Insightful

    I really can't see any good reason for Sun to open Java or Solaris. They won't accept patches unless the copyright is assigned to them, and Sun will have a license that wont allow code from GPL work to enter Solaris or Java and vice-versa. If they really did, I would take it as more of a "We Give-Up" move just before everything falls apart. I personally would hate to see Sun go.

    --
    "I use a Mac because I'm just better than you are."
  10. Re:Benefits? by MrWim · · Score: 3, Interesting

    Bug fixing, performance enhancements, porting to more platforms, inclusion in free software only (assuming thay release it under a free software liscence rather than just an open source one) distributions [read: debian] to name just a few of the advantages.

    Also, if it's free more people are likley to use it for developing free software

  11. Do it where it counts! by newhoggy · · Score: 5, Insightful
    "We haven't worked out how to open-source Java -- but at some point it will happen," Srinivas said. However, he noted "it might be today, tomorrow or two years down the road"

    Instead of waiting two years, do it now when it counts most. If Sun feels some degree of uncertainty, then test the waters by open sourcing selective parts of the JDK - especially the parts of the Java libraries that are widely perceived to be neglected.

  12. Indonesia and the Pacific by Anonymous Coward · · Score: 5, Funny

    The true source of java has been known for many long years now: "The best Java coffee is grown on the far eastern end of the island on five estates established by the Dutch government." Evidence.

    warmest regards,
    Juan Valdez

  13. It's just another step towards obsolesence... by iamwill · · Score: 5, Funny

    You gotta admire the effort Sun is making to even maintain Java, anymore... Bless their hearts.

  14. Re:Not much of an announcement by k4_pacific · · Score: 5, Insightful

    It doesn't sound that challenging. Slap a CPL on it and dump it on SourceForge. I think they are trying to figure out a way to make it Open Source, yet still retain control over it and derive revenue from it. Sooner or later, they are going to realise that they only have three choices, none of which are very good (for Sun):

    1. Java is not open-sourced and falls out of use like most closed standards eventually do.

    2. Java is released as open-source and they lose control of it.

    3. Java is released under a pussyfoot-shared-source-with-lots-of-restrictions- but-we'll-call-it-open-source license which alienates the OSS crowd and causes open rebellion. Same outcome as #1, only quicker.

    Overall, it doesn't look like Sun can win with this.

    --
    Unknown host pong.
  15. Not really that big by leshert · · Score: 4, Insightful

    It's not nearly as big a deal as open-sourcing, say, Solaris, simply because it's not going to wreck a primary revenue stream for Java.

    I've wondered for a while where Sun makes money from Java, particularly enough to recoup what they spend on it. I can't imagine it affects sales of Solaris boxes that much.

  16. Re:Benefits? by iamwill · · Score: 4, Insightful

    Not quite an accurate analogy... Java's a platform, so if they release the platform code, there's the potential that a grassroots inititive might cut the fat, and release Java Lite (Decaf). If not, just look for additional branches in the java hardware support tree. Linux is strong because it's fundamentally higher in the operating system food chain, running off a highly optimized kernel, on platform specific assemblers. Up until recently there haven't been many processors that have supported a native Java runtime, so everything's been run in a JVM. If anything, it's about performance and community involvement.

  17. Re:Not much of an announcement by shaitand · · Score: 4, Insightful

    I disagree, there really is no value in sun controlling java itself.

    Sun own's the java brandname and wants to exploit that, that is there asset. If you want proof, look at the sun java desktop which has not the slightest thing to do with java.

    If turned over to the open source crowd java will be powerful and popular in no time. That means the word java will be used all the time, making sun's brand more powerful.

  18. Java for amiga anyone? by tcc · · Score: 3, Interesting

    Does that mean that finally, 10 years later, my amiga 1200 will finally have support for not only frames but java too? :)

    I remember the browsing frustrations I had in my last years on that platform, at one point we were in advance for just about everything possible, then lost to 3d gaming, then 16bits audio, then lost all the cool hacks like running a multi-line BBS routed through both telnet and dialup at the same time without even being a programmer, to being a slow about to die dog exept for playing speedball... Oh well.. better late than never I guess..

    --
    --- Metamoderating abusive downgraders since my 300th post.
  19. Re:Wow, this is huge news! by mrfibbi · · Score: 5, Insightful

    I think that people who worry themselves over the ominous and supposedly inevitable "fragmentation" really need to take a second look at things.

    1-There are numerous examples of open source programming languages that have remained centralized and unfragmented, like Perl and Python.

    2-Because java depends on a uniform standard and VM, any attempts to split off or fork the source tree will die miserably due to a lack of compatibility with the massive pool of existing code and classes.

    3-In fact, there is actually LESS chance of fragmentation when Java lies in the hands of the public, first because it means that no one will start up a competing "openjava", a venture that would almost certainly lead to incompatibilities, and second because, as the example of the death of xfree86 shows, too much central and absolute control over software by a small group will inevitably anger developers and users alike, leading them to search for an alternative.

    Honestly, this is slashdot. You people should have more faith in OSS.

  20. Compile once, run anywhere (even a fedora box) by j1m+5n0w · · Score: 4, Insightful
    How will this benefit Java?

    It will certainly increase its adoption, especially in the open source world, thus fulfilling its original purpose: write once, run anywhere.

    -jim

  21. Too little, too late. by digitaltraveller · · Score: 5, Interesting

    Let's assume this isn't horseshit fed to the masses to keep using Java technology.

    (eg. like dressing up in a Penguin suit while handing SCO a paper bag full of money under the table.)

    From a business point of view, what's the point?

    Mono is nearing release 1.0 and is a very attractive platform for developers. Releasing Java open source 3 years ago would have screwed Microsoft hard, but now I'm not so sure.

    I still think open sourcing is the best strategic move for Sun, but I think they have no clue on how to exploit it. They will probably do something silly like release it under the IBM CPL since that's what their competitors are doing.

    The best move for them is obviously to GPL it, and use a Trolltech style licensing model. GNU Classpath will naturally get in the way. (again, should have did it 3 years ago).

    However, the COO, Johnathan Schwartz recently teased in the media that they might release Looking Glass, Sun's new 3D desktop widget toolkit as open source. I've seen it, it looks great.

    If they GPL'd that as well, Sun might have a chance at getting a serious revenue stream happening.

    I doubt this will happen though. Sun will keep withering out of fear and inertia. It's the nature of the beast.

    1. Re:Too little, too late. by Jotham · · Score: 4, Insightful

      Mono beta 2 now includes a Java VM. "allows Java and .NET code to run side-by-side. It contains the latest release of IKVM.

      Sun's Java Class Libraries are very nice and full featured, if Java was open-sourced, I'd see Mono and Java merging together quite nicely. Write in whichever language is most comfortable, and call whichever API does the job the best.

      I see this as a good solution for Sun which is seeing developers leaving for .NET, turn to them and say, you can still use Java.

  22. Why it might take some time... by stienman · · Score: 5, Insightful

    The reason they don't know how long it'll take is likely due to licensing agreements, patent royalties, and other little issues encumbering the code, on top of the normal burocracy.

    Inevitibly, in large organizations with large projects, some manager attempts to (and often succeeds in) shortcutting the development time by licensing or purchasing some outside code or technology. I would be surprised if Sun's implementation of Java was completely developed in house and/or completely owned without exception by Sun. They have to vet all the code and modules to be certian that they have the right to release Java. I doubt they'll release the unencumbered parts before it's all ready.

    Further, there are likely to be patent and legal encumberances to the code which may prevent immediate release. It could even be that people along the line have said, "I'll patent this technique later, for right now it's a trade secret." There may yet be code in there which they can capitalize off of by patenting, while allowing for usage within java without charge.

    And, of course, they have to make sure the company lawyers and accountants are satisfied with whatever terms they release it under. They may even wait until the SCO thing blows over if they really want to use the GPL (Unlikely).

    So don't hold your breath. The ideal outcome would make one able to compile it for platforms which it does not yet run on natively and stable.

    -Adam

  23. Re:Not much of an announcement by Snoopy77 · · Score: 5, Insightful

    It seems from analyzing sourceforge that Java seems to be doing quite all right within the OSS community just as they are. Coming a clear third behind C++ and C is not bad in terms of language use.

    There is enough OSS built around Java to keep it alive in the OSS community and popularity as a whole is right across the board.

    They do have real concerns about losing control. Usually, without too much hassle, Java can live up to its write once, (test and then) run everywhere. Will this be so if there are forked projects?

    It would be great to get the OSS community in on improving Java but I can see why Sun want to remain in control.

    --
    "She's a West Texas girl, just like me" - G.W Bush Iraqis
  24. Re:Yeah, by IBM. by whereiswaldo · · Score: 3, Insightful

    I really can't see any good reason for Sun to open Java or Solaris.

    Me neither. Where the hell is the value in their company? Solaris doesn't have the greatest market share, and I see Java as their biggest strength. They want to give it away why? Don't they have a responsibility to the shareholders?

    People run all kinds of Microsoft-made technologies and don't gripe. What's with the shitstorm about Java not being open source?
    Who cares?

  25. It IS hard to open source java.... by bigman921 · · Score: 5, Informative

    Remember that java isn't just the jvm or the class library source. It also includes JSSE, java's encryption framework which probably can't be open sourced (comercial restrictions, export laws, legal liabilities of possible changes to shipped trusted certificates...). I am sure there are other pieces that are sensitive as well. You wouldn't be able to use SSL out of the box with a JRE that didn't have a JSSE implementation.

    --
    "So you call this your free contry, tell me why it costs so much to live?" - Three Doors Down
  26. Re:Yeah, by IBM. by Gerdts · · Score: 3, Insightful
    Absolutely right. That mechanism would never work.
    Before incorporating significant changes, make sure that the person who wrote the changes has signed copyright papers and that the Free Software Foundation has received and signed them. We may also need a disclaimer from the person's employer.
  27. Sun Benefits? by eeg3 · · Score: 3, Insightful

    Of course the opening of Java's source will be neat for "the community," but it doesn't seem like a very smart business move for Sun. There might be some temporary benefits in publicity, but no real benefits in the long run. Atleast if they keep it closed, they'll retain some control, and have the ability to possibly make money off of it.

    However, i'm sure they know this, and that's why it's not being released now, and it probably never will be, unless they somehow conjure up a way to release the source and retain complete control of it.

    ...Which seems impossible to me.

  28. jvm by sumdumass · · Score: 4, Insightful

    I would be happy if they just opensourced the virtual machine so distros can include it instead of me having to jump thru hoops getting it installed and working. Aslo this might allow different distro's to tweak the VM so it can run smoother and faster on thier version of linux while still supporting the develope once run anywere model. I'm not sure what else is in sun's java offering, I asume there would be an aplication server, a developers ide and maybe some other stuff.

    Sun is giving the VM away as it is, It would be nice to have it gpl compatable so it can be used right after an install.

  29. Re:Not much of an announcement by bwy · · Score: 4, Insightful

    Good points.

    I wonder, with something as big as the whole Java world is right now, if you're not right.

    Take an OS, for example. Look at the difference between OS X and Linux. Linux is going in every which direction but has more potential than just about anything on the planet.

    Apple, however, took Free BSD and put a super nice wrapper on it. They've got managers who keep developers focused and executive officers who keep managers focused. Often, the open source community has a very narrow and selfish view when it comes to certain things. Like, why make software easy to install, like OS X? No need- any Linux user (present or future) is smart enough to compile his own software, resolve dependencies, etc.

    A person has to ask- could the OSS community ever have produced a gem like OS X? Could it have produced Java? OSS has the skillset, some of the sharpest folks on the planet. But who is keeping them coordinated? Who is the CEO with a single, cohesive vision?

    Don't get me wrong on OSS here. It has produced cool, big things like the Linux Kernel, Gnome, KDE, XFree86, etc., etc. All wonderful pieces of a puzzle that just doesn't seem to fit together quite as well as they need to when it comes to building a complete OS platform.

  30. JMF Comes to Mind by ink · · Score: 3, Interesting

    Poor JMF; it's all but abandonded by Sun -- and the reference implementation pretty much only works on Windows for anything other than simple audio. IBM seems to be doing more development on JMF than Sun does anymore. The JMF forums are full of questions with very few answers. This would be an excellent library to open source.

    --
    The wheel is turning, but the hamster is dead.
  31. Open source, public source, or shared source? by Anonymous Coward · · Score: 3, Insightful

    It makes perfect sense if Sun is doing this for the same reason Apple open sources the internals of Mac OS X.

    Allowing their users access to the source to Solaris-- even if the license is "poisoned" to prevent it from being mixed with GPLed code-- would help Sun's users. They would be able to adapt the OS to strange fine-tuned uses and arcane hardware, or more easily debug kernel plugins. A shop that might otherwise have gone "well, we like solaris, but we don't want to be limited to sparc and x86, so we'll go with linux" might be dissuaded.

    Allowing their users access to the source to the JVM-- even under a GPL-incompatible license-- would do the same. It would allow Sun's users to port the JVM to those few platforms Sun doesn't support yet, or more easily debug JNI software.

    This is definitely a benefit for Sun's users. It makes both Java and Solaris more attractive. It makes a lot of sense.

    If they really did, I would take it as more of a "We Give-Up" move just before everything falls apart.

    Sun refuses to open source Java: Slashdotters interpret this as a sign they are dying.

    Sun agrees to open source Java: Slashdotters interpret this as a sign they are dying.

    Hmm.

  32. Re:Yeah, by IBM. by sumdumass · · Score: 5, Insightful

    Well, i'm not sure how sun is making a ton of money off of java now. They give the virtual machine as well as the web client away as it is. Maybe it is somethign to do with thier java desktop wich I asume won't be gpl'ed. Maybe if "opening the source" will get things runing faster and a little smoother There would be more of an market for thier desktop system.

    AS far as running microsoft and liking it? Thats because it is there. Most people won't even look under the hood and care, with java, people are going out ang getting it so they know what is there and more of the people using it are the ones that would bitch about microsoft. The difference is the amount visible to the public. Microsofts users would have more that didn't care where java users would have more that did care.

  33. actually, by jbellis · · Score: 4, Insightful

    When Jonathan Schwartz spoke at the Utah Java Users' Group he said Java drives a LOT of server sales for Sun. He specifically mentioned embedded java, e.g. in cell phones, as opening new revenue areas for servers. Java licening fees themselves are a drop in the bucket relatively.

    It will be interesting to see what kind of license Sun goes with given their oft-given fear of forking Java. Seems to me that something like the Qt license would be the way to go.

  34. Re:Yeah, by IBM. by gabebear · · Score: 4, Insightful
    The shitstorms are because Die-Hard Linux geeks/distros want to have everything on their computer/CDs under the GPL. If they don't put it out under a GPL compatable license then this exercise will be utterly pointless.

    IF they release it under the GPL, I see this making the open-source world a lot friendlier to Java. IF thy release it under a GPL licence, then KDE/GNOME will integrate java more closely(I.E. standardize).

    I think the smartest move would be for Sun to relase Java's source under the plain old GPL, but not let any implementation use the Java trademark unless it meets their criteria( so they can keep Java from fragmenting)

  35. Re:Not much of an announcement by Mag7 · · Score: 3, Insightful

    1. Java is not open-sourced and falls out of use like most closed standards eventually do.

    Wha..? Java is not a closed standard. See the Java Community Process. Sun's implementation is closed. I disagree that "most" closed standards fall out of use. Many survive.

    2. Java is released as open-source and they lose control of it.

    Well, the Linux kernal is open-source and yet Linus maintains quite a lot of control over it. No doubt Sun's people would still have a lot of control because they're the most familiar with it, and it is/was their baby. This happens with a lot of open source projects.

    3. Java is released under a pussyfoot-shared-source-with-lots-of-restrictions- but-we'll-call-it-open-source license which alienates the OSS crowd and causes open rebellion. Same outcome as #1, only quicker.

    Unfortunately I think that we'll see something like this. Rebellion? Well, no, people are using it now under its closed paradigm. Many people will use it regardless of its closed or openess (or varying levels in between).

  36. What's the problem, exactly? by mi · · Score: 5, Informative
    FreeBSD ports of JDK 1.3 and 1.4 both build from source. Yes, you have to download the source manually from Sun, but it is available, and has been for years...

    Is it really that important to be able to distribute the built binaries for people? Without paying Sun for it, that is?

    --
    In Soviet Washington the swamp drains you.
    1. Re:What's the problem, exactly? by samhalliday · · Score: 3, Informative
      further than all that... even the binary license is strict; if you distribute the SUN java in your OS distro... then you are not allowed to distribute ANY other replacement, i.e. gcj. thats pretty much why debian don't even have it in non-free and you have to add unofficial mirrors in your download lists

      "open sourcing" java doesn't really excite me too much... but, along the same lines as what you are saying, making it "free" (as in freedom) and GPL compatible would be a tremendous step, and i might actually start to learn some java! open sourcing somethign does not necessarily imply th freedoms that we are used to in the GNU and BSD worlds, despite all of those applications falling undert the open source umbrella (i consider open source tp be the supersets of all licenses which allow you to see the source code... but do not necessarily grant you the freedom to use it).

  37. Re:Yeah, by IBM. by CallMeCal · · Score: 5, Interesting
    I'm no coder, but I believe that the GPL is the only thing that can save the (virtual) world. Saving the world, virtual or not, is bloody inconvenient.

    By a strange set of circumstances I found myself, a little over a year ago, sitting in a small room with RMS and a standard-issue complement of corporate Win32 support slaves. A FOSS missionary had brought us all together.

    I've been a GNU/Linux user since 1997. At home I am now exclusively a G/L user. Am gunning for that at work.

    Yet, when RMS told the gathered geeks and semi-interested bystanders (and I paraphrase) I think one should be willing to use inferior free software instead of superior closed software (/paraphrase) I thought Bull fucking shit.

    That was before SCO filed suit. That was before I paid enough attention to what's going down in the patent realm. That was before Redhat sold out freedom for whatever it is they think they're getting in exchange for freedom. (The money ain't worth it, guys. You know in your souls -- if you haven't sold them -- that it ain't.)

    I was running Redhat then. I'm running Debian now. It's inferior in many respects. It's maddening in many respects. It's free. I'm free.

    People who have more chops than I compile their own custom kernels and their own sets of GNU & other FOSS. That's not just freeom. That's power. That's one future that any user is free to choose.

    I'm so grateful to those who code in the name of freedom. I am writing this to you on a computer that's as free as I know how to make it, because of Richard Stallman, Linus Torvalds and thousands of like-minded coders.

    If, in order to stay free, I have to sign an effing affidavit every time I log on, I will do it.

    And I know the coders who believe in what they have taught me to believe in will take the time to certify their code. It's a *very* small price for freedom.

  38. You're not thinking. by SatanicPuppy · · Score: 4, Insightful

    If you develop in java, you don't have to pay sun any money. Sun uses what they call a "protected source" license, which basically says, "Anyone can use this, but only we can make changes, or release new distributions."

    Open sourcing java wouldn't really hurt them, and god knows java could use it.

    --
    ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    1. Re:You're not thinking. by Anonymous Coward · · Score: 3, Funny

      and god knows java could use it

      Actually since god has never used a computer and wouldn't give a shit about Java, and since he's a figment of your imagination anyway, he actually doesn't know that Java could do with being open sourced. Hard to believe, I know. But that's the truth of it.

    2. Re:You're not thinking. by Decaff · · Score: 4, Insightful

      Open sourcing java wouldn't really hurt them, and god knows java could use it.

      Why?

      Is Java suffering at all due to lack of demand?
      No.

      Is the Java licencing restricting its implementation on different platforms?
      No.

      Is Java on Linux suffering as a result of this licencing?
      No - Linux is one of the main deployment platforms for Java.

      Is the demand for Java in the job market decreasing?
      No.

      I fully support open sourcing Java, but it does not take much understanding of the IT industry to realise that Java certainly doesn't need open sourcing - its phenomenally successful.

  39. java or the JVM? by acomj · · Score: 4, Insightful

    I keep wondering if they mean the java class libraries or the Java virtual machine (which runs those java applications)?

    Opensourcing can only help java. It will definetly spread its adoption to be standard on many linuxes.

  40. Re:Not much of an announcement by Snoopy77 · · Score: 4, Insightful

    But as I understand it I can compile my java code under gcj, kaffee, jikes, javac and it will work. But what if someone, let's say Microsoft, comes along and uses their monopoly within let's say the OS market to push their own version of the java language and call it ... um ... J++. So people are out the writing J++ compaitable programs that won't run on anything but Windows. But they think they are writing in java cause it looks just the same.

    This is not what Sun wants.

    --
    "She's a West Texas girl, just like me" - G.W Bush Iraqis
  41. Re:Yeah, by IBM. by Bull999999 · · Score: 4, Interesting

    Apache isn't GPLed but that didn't stop most distros from making the Apache the standard web server for Linux.

    --
    1f u c4n r34d th1s u r34lly n33d t0 g37 l41d
  42. Don't fear the fork by ChiralSoftware · · Score: 4, Interesting
    Everyone is so afraid of forks. I think a fork would be great. How about KDE-Java, which is a Java distro for writing KDE apps? Why shouldn't I be able to write Qt apps in a safe, easy-to-use language like Java? Sure, it's a fork and that QtJava app won't work on any other Java, but that exists already. I'm told that a bunch of OSX apps are actually written in Java and the system has good support for that. What would be bad is tampering with the java.* packages, but there is no need to. Just make a Jaav distro with a trolltech.* tree built in and ship that with KDE... that would be great. Another option would be a Java fork that implements Swing using Qt for its rendering, instead of using X calls directly. That would also be a fork, because it would introduce a dependency on the Qt libraries into Java, but Java apps wouldn't change.

    These are just some examples of what Open Source Java could bring, and why forking is good.

    ----------
    Create a WAP server

    1. Re:Don't fear the fork by damiam · · Score: 5, Informative

      QT/KDE Java already exists.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
  43. Re:Yeah, by IBM. by anshil · · Score: 3, Insightful

    I can see a good reason, having a real OpenSource license for java would give it a significant popularity and usage thrust. Something they could really use in the battle against .Net

    Java to be successful in the long term needs to be standarized and opened like C has been!

    --

    --
    Karma 50, and all I got was this lousy T-Shirt.
  44. Re:Yeah, by IBM. by 0racle · · Score: 4, Insightful

    ...a significant popularity. You mean just like Mono, or WindowMaker, GNUStep, DragonFlyBSD? Its a miracle when any piece of software, no matter what it is or what license its under, becomes popular. Simply taking a closed or heavily guarded app or language, remember the specs and Java API's are there for anyone to read, and turning that into an OSS project is not going to make it more popular, but will make it a lot less useful to Sun. If Microsoft suddenly opened Windows tomorrow, would that make Windows magically better then it was today? Would you spend the time submitting patches to a system that you would have to give up to Microsoft?

    Java is Sun. While that probably doesn't mean all that much to most people, it does to Sun and everyone whose spent the time and money to certify there apps as J2EE Certified. Sun would have to be smoking some really good stuff to think that giving that up would be a good thing. Java and C were made for very different reasons, C was to be the prefered language for Unix development, so it was stupid not to have it open and standardized as Unix went down the same path, Java was always concieved as something that Sun would keep, leverage it and open it enough that it would be used, but still Sun would have control.

    --
    "I use a Mac because I'm just better than you are."
  45. trolling for mono... by Kunta+Kinte · · Score: 4, Interesting
    From a business point of view, what's the point?

    Mono is nearing release 1.0 and is a very attractive platform for developers. Releasing Java open source 3 years ago would have screwed Microsoft hard, but now I'm not so sure.

    First you ask what's the point, from a business-point-of-view no less. Then you bring up the legal blackhole that is mono?

    The point is not basing your development on a technology owned by a ruthless competitor that has promised to squash you.

    The point is having a development environment that is equally supported on multiple platforms by the core designers themselves.

    The point is not to have the threat of patent suits looming over you for using an unauthorized and patented language/API/Runtime/Whatever-else-they-patented stack.

    If they GPL'd that as well, Sun might have a chance at getting a serious revenue stream happening.

    Oh yeah, the money just rolls in when companies GPL software, doesn't it.

    Ahhh... Only on Slashdot :)

    --
    Based on upvotes, Ageism is the only "-ism" Slashdotters care about and think isn't SJW
  46. Re:Yeah, by IBM. by glwtta · · Score: 4, Funny
    People run all kinds of Microsoft-made technologies and don't gripe.

    Uh? I thought the whole purpose of this site was to gripe about microsoft products.

    --
    sic transit gloria mundi
  47. Re:Not much of an announcement by dbarclay10 · · Score: 3, Insightful
    Often, the open source community has a very narrow and selfish view when it comes to certain things. Like, why make software easy to install, like OS X? No need- any Linux user (present or future) is smart enough to compile his own software, resolve dependencies, etc.

    1996 called. They wanted to know why you're compiling from scratch as opposed to using a distribution and its package manager. (*cough* Debian, Red Hat, SuSE, Mandrake, Connectiva, Slackware, hell even Gentoo *cough*)

    --

    Barclay family motto:
    Aut agere aut mori.
    (Either action or death.)
  48. Two corrections by SuperKendall · · Score: 4, Interesting

    3-In fact, there is actually LESS chance of fragmentation when Java lies in the hands of the public, first because it means that no one will start up a competing "openjava", a venture that would almost certainly lead to incompatibilities, and second because, as the example of the death of xfree86 shows, too much central and absolute control over software by a small group will inevitably anger developers and users alike, leading them to search for an alternative.

    Say, isn't "OpenJava" called .Net? Same difference to me, extremely similar platforms with huge amount of duplicated code (Ant and NAnt, JUnit and NUnit, etc.). What you said about the issues with forks is true until someone big enough does it, and we are seeing the result in front of our very eyes.

    As for control by the public - Java is already controlled by the public at large through the JCP. I do think opening the source could get some people more fired up about some things though, as the JCP can be rather slow.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  49. Re:Yeah, by IBM. by cammoblammo · · Score: 3, Informative

    Umm, how are Linus and RMS like minded? Whilst they both support Freedom of software, they're completely different in their philosophies, ethics and favourite programming languages. Saying they're like minded is like saying that Microsoft and the Salvation Army are like minded because they both happen to produce goods and sell them.

    --

    Cogito, ergo sig.

  50. Re:Wow, this is huge news! by RAMMS+EIN · · Score: 5, Insightful

    ``That said, I hope java doesn't end up fragmented.''

    You mean, more fragmented than it already is with Sun, Microsoft, Apple, Kaffe, gcj, Latte, Jikes, and so on and so forth all providing their own implementations?

    ``One of the really nice things about java is that despite a few problems, it's very portable.''

    Oh yes. About as portable as C, Python, Fortran, ADA, Pascal, Common LISP, Scheme, PHP, Ocaml and a plethora of other languages.

    ``I've never personally had a problem moving my code from one machine to another.''

    You lucky bastard. You must never have moved your code developed with a modern Sun JDK to a machine using Microsoft's VM. Or an old (1.0.x or 1.1.x) Sun JVM, for that matter. Or tried running AWT code on pretty much any of the open source JVMs, which are kind of your only choice if your machine is not x86, PowerPC or SPARC, or the operating system is anyting besides GNU/Linux, Solaris, Mac OS, OS X, or Windows.

    Java is a dream that never came true:

    1. Write once, run everywhere is a myth, because you need a good VM and class libraries, which are only available for a few platforms.

    2. The official distribution is bloated to the top and runs slow even with JIT compilation. Java programs use lots of memory. This makes Java unnatractive even if you can guaratee it will work on your target system.

    3. GUIs in Java are a nightmare. AWT can be a bitch to code for, lacking many useful components. Swing uses "pure Java" widgets, which are slow and don't fit well with the native widgets on your system. SWT ought to be better, but is not included in the distribution, so if you want it, you need more bloat.

    4. High performance apps are out. GUI apps are a nightmare. What's left? Simple command line utilities? Nah, much better written in a different language. Whomever heard of multi-second startup time for hello world, and BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); before you can do something useful with standard input?

    Oh yeah, it runs on cellphones. At least, the very much scaled down J2ME does. But don't expect good performance, and don't expect software written for some cellphone to run on yours. It's the same story again.

    Java has failed.

    --
    Please correct me if I got my facts wrong.
  51. Re:Yeah, by IBM. by cammoblammo · · Score: 3, Informative

    Okay, I know, I'm getting off topic. But here's a link telling us how RMS views other FOSS advocates anyway.

    --

    Cogito, ergo sig.

  52. Re:No reason to open-source Sun's Java implementat by zerblat · · Score: 3, Interesting
    Java is not just a compiler. There already are free Java compilers and JVMs. The important part is the class library. Reimplementing all the classes and keeping compatible is a huge task (which GNU Classpath is working on).

    My point is, a free, forkable implementation of Java will happen -- with or without support from Sun. If free software people could use Sun's classes, the risk of having incompatible versions of Java (because of subtle differences in implementations or because some classes haven't been implemented yet) would be lower than it is now.

    Besides, having a complete and free Java environment perhaps could keep some free software developers away from C#/.Net

    --
    Please alter my pants as fashion dictates.
  53. Re:Not much of an announcement by FooBarWidget · · Score: 4, Interesting

    "Often, the open source community has a very narrow and selfish view when it comes to certain things. Like, why make software easy to install, like OS X? No need- any Linux user (present or future) is smart enough to compile his own software, resolve dependencies, etc."

    Sigh... don't give me stupid stereotypes like that. I've been working for more than 2 years on the autopackage project, which is exactly trying to make Linux software installation easier. I've put many man hours into the project and you come up with a dumb stereotype!? I'm very insulted! I'm sure all the people who put a lot of efford into GNOME and KDE would feel the same way too.

    I swear, if Linux ever fails on the desktop, it'll be because people like you keep insulting developers with dumb stereotypes.

    "A person has to ask- could the OSS community ever have produced a gem like OS X? Could it have produced Java? OSS has the skillset, some of the sharpest folks on the planet."

    Yeah. How about Mono? Everybody who has tried .NET is bragging about how great it is. How about GCJ? It can produce native executables from Java source code. Perl and Python are also very nice and powerful languages.

    "But who is keeping them coordinated? Who is the CEO with a single, cohesive vision?"

    How about the project maintainer? The BSDs has a clear visiion of what it's supposed to be. Inkscape's maintainer has a clear vision of the future. There are good and bad maintainers, but there are also good and bad CEOs. Don't act like corporate control is some kind of bliss.

  54. Closed standards by jmorris42 · · Score: 4, Insightful

    > I disagree that "most" closed standards fall out of use. Many survive.

    Outside the IT world you have a point. But name ONE major IT standard that is still relevant that is a) closed and b) not a microsoft 'standard'. I exclude MS because they are a convicted monopolist and have certain unfair influences on the marketplace that has permitted them to maintain closed standards for a little longer than everyone else.

    Networking standards are the obvious example where closed has been the kiss of death. Closed information services were crushed by the Internet, all non-IP network protocols are now in legact maintaince mode. How many email systems are left other than SMTP/POP/IMAP? Instant messaging is the one holdout because Jabber couldn't get their act together to the point where every ISP became expected to host a Jabber locator server just like they host a mail/dns/news/etc server.

    File protocols are rapidly converting to open, with the notable exception of MIcrosoft and their Office formats. A host of closed graphics formats fell to GIF, JPEG and PNG. The myriad audio and video formats have all but collapsed to WAV/MP3/MPEG/AVI/WMV/OGG. Even the MS standards are fairly open (for MS tech) with the exception of rights restricted flavors of WMV. MP3 and MPEG are artifacts of a day when RAND licensing was considered open.

    JAVA must open or face a decline. It is the only current language with any real restrictions on implementations. Anyone is free to write a C compiler, and many do in school. Anyone if free to rewrite Perl, but would be daft to try. :) JAVA is the only language with a corporation full of lawyers threatening to sue anyone who releases an implementation they don't like.

    Even worse, with the current situation Linux distributors can't include a JVM (Sun's or IBM's) in their collection, even those who are willing to bundle closed apps, so no JAVA app can ever be a core app in the Linux or BSD worlds, and considering the state of affairs in Windows land it isn't likely to happen there either. That Sun can't see that widespread, unfettered distribution of the runtime is a plus for all Java advocates doesn't bode well for a real Open Source release of the JDK.

    But anyway, JAVA the language probably has a future but JAVA the emulator/VM really doesn't. Sun can slow the evolution down through skilled lawyering but native compilation similar to what GCC is now doing is the future, one where JAVA is just another language and source gets compiled to native code and depends on the normal system libraries.

    The only reason for the emulator was to allow closed source apps to be semi portable, but as closed source becomes less of an issue there will be less and less reason to pay the emulation penalty of the JVM. In the Open Source world portability is achieved with GNU autoconf, not by compiling all code to run on a mythical platform which is then emulated on whatever host it happens to be running on today.

    --
    Democrat delenda est
  55. Forking JAVA by jmorris42 · · Score: 3, Insightful

    > I think they're worried about someone forking it.

    Oh bull. How many incompatible forks of C++ are there? Not all compilers implement all of the latest ANSI standard but are all working toward compliance as fast as they can lest they lose relevence in the marketplace. Ok, how about Perl? It has been GPL from the start of it's life and there has been exactly ZERO forks. Python? Nope, no evil forks there. How about the granddaddy of them all, C? Yes, but the ANSI standard keeps pulling them all back into line, so it hasn't been a problem. Every time C shows its age the compiler writers start innovating and the good ideas get standaridized.

    Sun is still trying to think of a way to make JAVA a cash cow and is afraid that if they Open Source it that when they have the "Ah Ha!" moment that it won'y work because they opened it.

    And anyway, the idea of compile once, emulate everywhere is not exactly a great one if you live in the OS/FS world. Won't bother me a bit when Java becomes just another language that GCC compiles to native code and it's bundled libraries are sitting in /usr/lib with the rest. When programmers decide whether to use the bundled crossplatform graphic toolkit or use java bindings to Win32/Qt/Gtk/wxWindows/SDL/etc. When Python programmers are deciding whether to use Tk or Swing. Or in a bumper sticker size phrase, when Java is just another OO language instead of a religion.

    --
    Democrat delenda est
  56. Re:It will be beneficial to Java in the long term. by Dj · · Score: 4, Insightful

    So you've gone and confused generics with autoboxing. And we're supposed to listen to you demand someone does templates. Uhuh.

    --
    "You know you want me baby!" - Crow T Robot
  57. Re:It will be beneficial to Java in the long term. by StrawberryFrog · · Score: 5, Insightful

    There are various implementations of Java with truly good enhancements, like real templates, design-by-contract and other good stuff

    There are two dangers to this:

    1) Incompatible forks. Java is supposed to be "write once, run anywhere". Different implementations of a common standard can be good. Diverging language features can't be.

    2) At heart (without the class libraries) Java is still a small, simple, clean, readable, easy to learn language. Enough well-meaning enhancements, and it could end up looking like perl. Ugg.

    --

    My Karma: ran over your Dogma
    StrawberryFrog

  58. QT license by MysteriousMystery · · Score: 3, Interesting

    A QT style license that requires purchasing tools and rights from Sun for commercial use, while allowing free software (under an acceptable license) to be developed for free would be the best idea in my opinion. I'm sure there will be great debate at Sun over how profitable this will be, but in the long run this is definitely the way to go.

  59. Re:Yeah, by IBM. by cozziewozzie · · Score: 3, Informative

    Actually, the Java Desktop is a Linux distro running GNOME. That's the only GPL part there is (and it has no connection to Java other than coming with a Java VM).

  60. Why the hatred against our ally?!? by Baki · · Score: 4, Insightful

    Why do I sense so much hatred and ungrattitude against SUN? It has been one of the pillars of UNIX, has given away many technologies that today define UNIX/Linux. Without SUN UNIX would have been irrelevant long ago, and with it Linux would have been just as irrelevant.

    Why don't people see the strategic importance of the UNIX world (which includes Linux) holding together and fight against the real enemy?

    I do have my concenrs regarding Suns recent "peace" with the enemy, maybe we can no longer rely on SUN, but at least one must acknowledge what SUN has done for the UNIX community.

    The lack of historical perspective and irrationalism of many of the SUN haters is shocking to me. It almost makes me think that the enemy has sent inflitrators on slashdot with the purpose to spread division and internal struggle inside the UNIX world.

    1. Re:Why the hatred against our ally?!? by zander · · Score: 3, Insightful

      Why do I sense so much hatred and ungrattitude against SUN?

      Suns past has kept it out of trouble from many for quite some time, but like most companies also do; its time to re-evaluate their commitment. And Sun is not giving enough to make Java grow the way it can. All these people are not asking Sun to give more, they are asking Sun to let their child out in the open where it will interact with others and gain new experiences.

      Right now Sun is limiting the growth of Java more then stimulating it. All the kids on the block see it, but like any parent the last one to see it is Sun itself.

      There is no hatred; just frustration.

  61. An example of hybrid-source by minkwe · · Score: 3, Insightful
    A casual look at their statements reveals their minds.

    In this article in which they promise opening up Solaris, They say:

    "Look, you only need to look at what we've done with Java to understand how Sun views the value of incorporating community feedback," he said. "Java could not exist if only Sun is supporting it. It exists because there are hundreds and thousands of partners. We need to now take the model with Java and bring it to Solaris."

    The uninformed on-lookers will only see the statement "Sun warms to open-source for Solaris" which gives them more points.

    Next concerning Java, a few months ago they said,

    "Schwartz also noted that people who stick to Sun's licensing terms and maintain compatibility with Sun standards can have access to the Java source code. Changing the licensing to an open-source model would encourage different implementations, he said."

    Now they are saying:

    "We haven't worked out how to open-source Java -- but at some point it will happen," Srinivas said. However, he noted "it might be today, tomorrow or two years down the road".

    Again, the uninformed on-lookers will only see the statement "Sun to open-source Java" which gives them more points.
    Summary: They promised to make Solaris become like Java, meanwhile they don't know if at all Java will be open-sourced in this lifetime.

    This is what is called hybrid-source: A vapor version of open-source meant only to gain favor with the open-source community and the business world without any active steps or concrete plans to put it in effect.

    --
    "Fighting terrorists with millitary might is like killing a mosquitor on your Dad's forehead with a rifle."
  62. No, not the GPL by Aapje · · Score: 5, Informative

    The shitstorms are because Die-Hard Linux geeks/distros want to have everything on their computer/CDs under the GPL.

    I don't believe you. Do those distros ship without Perl and Apache, which are both not GPL licensed?

    IF they release it under the GPL, I see this making the open-source world a lot friendlier to Java.

    Open-source != Free. A significant group of people prefers a BSD-like license over the GPL. A GPL-compatible BSD-like license will be usable by both GPL and non-GPL programmers. Most programming language implementations do not use the GPL, and that is probably for a good reason:

    Python - BSD-like license
    Perl - Artistic
    Gcc - GPL (but glibc is LGPL!)
    Zope - BSD-like
    Php - BSD-like
    Scheme - BSD-like
    Ada - Artistic
    Eiffel - BSD-like
    TCL/TK - BSD-like

    Furthermore, the GPL may be a serious problem for Sun. Not all Java code is necessarily copyrighted by them. They might have licensed some code from others. With a BSD-like license, they can just keep those parts with their original license. A GPLed Java would require relicensing, which Sun cannot do. Another problem may be patents. Sun owns quite a few Java-related patents and the GPL requires them to give everyone a free license to those patents. That would allow MS to use those patents in their software and even to build another evil Java clone, but then, Sun wouldn't be able to do anything about it. Another patent problem may be that third party patents cannot be used in GPLed software (even though Sun can license it). So Sun might not be able to include some functionality in a GPLed Java.

    --

    The Drowned and the Saved - Primo Levi
    1. Re:No, not the GPL by dnoyeb · · Score: 3, Insightful

      Furthermore, the GPL may be a serious problem for Sun. Not all Java code is necessarily copyrighted by them.

      You are aware that Java is not written in Java? One issue is open sourcing the Runtime Enviornment source code which is java code, the other issue is opening the Virtual Machine which is not. Everyone has been griping about the VM code.

  63. Re:Yeah, by IBM. by AnyoneEB · · Score: 4, Informative

    Which is great until you want to have a GUI. Although it's being worked on, GNU Classpath doesn't really support Swing. Of course, it sounds like mostly Java is used for non-graphical programs anyway, but not always. Open-sourcing Java would mean that it could be included by distros and used for desktop apps.

    --
    Centralization breaks the internet.
  64. Re:Wow, this is huge news! by pjt33 · · Score: 4, Insightful
    You mean, more fragmented than it already is with Sun, Microsoft, Apple, Kaffe, gcj, Latte, Jikes, and so on and so forth all providing their own implementations?
    I thought Microsoft had been forced to stop fragmenting it by the U.S. courts. I know that Apple work with Sun, and the only real difference is that Apple write the native code.
    Oh yes. About as portable as C, Python, Fortran, ADA, Pascal, Common LISP, Scheme, PHP, Ocaml and a plethora of other languages.
    It's hardly a great insight that interpreted languages can be ported by porting the interpreter. It's possible to write portable code in the compiled languages you mention, provided you're careful and you provide copies of libraries for things like UIs, but you have the choice between compiling yourself on every target platform and distributing umpteen binaries, or distributing source and requiring the end-user to compile it. Doable, but it requires either superior end-users, or giving them a tool like Fink to handle everything for them, at which point you're back to doing the configuration yourself. With Java, you can distribute a jar and anyone with a VM can run it.
    You lucky bastard. You must never have moved your code developed with a modern Sun JDK to a machine using Microsoft's VM. Or an old (1.0.x or 1.1.x) Sun JVM, for that matter.
    Again, it's hardly a great insight that you need up-to-date libraries to run a program that uses libraries. The same applies to any language.
    2. The official distribution is bloated to the top and runs slow even with JIT compilation
    Define slow. 10% slower than optimised C isn't really slow.
    3. GUIs in Java are a nightmare. AWT can be a bitch to code for, lacking many useful components. Swing uses "pure Java" widgets, which are slow and don't fit well with the native widgets on your system.
    If Swing doesn't fit with the native widgets on your system, all you have to do is write a PLAF. I mainly use OS X, and Apple's libraries include a native-looking PLAF.
  65. Autoconf? by Roy+Ward · · Score: 3, Insightful

    > In the Open Source world portability is achieved with GNU autoconf, not by compiling all code to run on a mythical platform which is then emulated on whatever host it happens to be running on today.

    Um, which platform do you use - it wouldn't be Linux x86 which pretty much all gnu software has already been ported to would it? Autoconf is good at getting things mostly right, but there are still various tweaks to get something running on a platform it hasn't been built for before (I know ... I've spent days over such porting).

    All the Java I've written seems to run fine without modification under MacOSX, Linux, FreeBSD, Solaris ...

    If autoconf is the route to native portability, I think I'll stick with the current JVM model and get some work done, thanks you.

  66. In other news... by hardgeus · · Score: 4, Funny

    Yeah, baby. I'm going to divorce her and marry you. Just keep sleeping with me.

  67. Java will be open source! Never! Sometime! by rtos · · Score: 3, Insightful
    This is interesting, because just three months ago McNealy said there was no way they would open the Java source:
    "Despite urging from competitors and open source advocates, Sun Microsystems Inc. of Santa Clara, Calif., will not open the source to its Java programming language anytime soon, said Sun CEO Scott McNealy during a news conference at the 2004 FOSE conference. "We're trying to understand what problem does it solve that is not already solved," McNealy said."
    One day he wears a silly penguin suit and the next day he says that Linux is "great environment for the hobbyist" but not for corporate IT shops. One day he says there's no way they are going to open source Java, and then they announce that they will.

    If I didn't know better, it would seem that Sun is flailing pretty badly at this point.

    --
    -- null
  68. Re:Yeah, by IBM. by Decaff · · Score: 4, Insightful

    Well, i'm not sure how sun is making a ton of money off of java now.

    They do it by selling software services.

    Sun: "We'll sell you software stuff and services."
    Customer: "OK - what will it be written in?"
    Sun: "Java"
    Customer: "Cool - we already use java, its free, and we can use your software anywhere."

  69. GCJ - SWT Gui by orasio · · Score: 3, Informative

    Create native, cross-platform GUI applications

    Create native, cross-platform GUI applications, revisited

    Not compile once, run everywhere, maybe write once, compile everywhere, but that is Java, GPLd with a GUI.