Slashdot Mirror


OpenOffice 2.0 Criticized on Use of Java

karvind writes "Yahoo is running a story on how OpenOffice 2.0 Faces Opposition over Its Use of Java. According the article: "The problem, according to some free software voices, is that OO.o relies too much on Sun Microsystems Inc.'s proprietary Java programming language in an open-source project. In particular, free software advocates are objecting to the use of Sun specific Java code for such OO.o 2.0 features as the new, Microsoft Access-like database management program, Base and Writer's (OO.o's word processor) document wizards." Linus Torvalds also moved to an open-source solution for software configuration management system."

48 of 805 comments (clear)

  1. If you'll pardon my French by AKAImBatman · · Score: 5, Insightful

    Hey ASSHOLES, the current Java source code can be downloaded here, and the latest development version can be downloaded here. And if that's not enough for you, your precious Kaffe, gcj, GNU Classpath, and other "Open Source" projects are working on reimplementing the JVM. I don't particularly care if you like Java or not, but I've had enough of this bullshit about Java being open or not. It's a God damn language/platform with thousands of successful Open Source projects under it, and has been opened up six ways to sunday. Comparing the issue to Linus's predicament is disingenuous at best, is not outright dishonest!

    Not to mention that OpenOffice is Sun's baby. They PAID MONEY FOR IT. (I know that's a foreign concept here, since the entire fraking world is supposed to be FREE for the fraking taking.) If you don't like the direction OpenOffice has taken, then go play with KOffice. Oh wait, you alreay pissed them off too. Is there anyone you people won't make an enemy of in your Quixotic quests of stupidity?

    Apologies for the abrasiveness of this post, but crap like this deserves it. You've been given a gift and all you can do is look it in the mouth.

    1. Re:If you'll pardon my French by Hobbex · · Score: 4, Insightful


      The problem is not that it uses Java, the problem is that it uses a bunch of classes that in the com.sun hierarchy - classes that are NOT part of the standard Java library, and that bind it explicitely to Sun's proprietary (source code available does not make it Free - many people have the source code for Windows) JVM. The developers have made zero effort to try to make it possible for Kaffe, GCJ, or the upcoming Harmony to be used for OpenOffice.

      And yes, this is their right. If they wanted to drop everything but the Windows version, that would be their right too. If they wanted to stop development all together, or decide that future versions would be entirely proprietary, that would be their right too.

      But you know what, it is perfectly reasonable to try to bring up that this is a glaring problem in the presentation of OpenOffice as a non-prorietary open office suite. The people who do so are not whining, or demanding, and they aren't being rude ASSHOLES (that would be you). They are simply putting light on a rather crucial issue.

    2. Re:If you'll pardon my French by radish · · Score: 4, Insightful

      RTFA, the major problem is that they're using undocumented sun-only features, almost as if they're deliberately breaking it on Kaffe etc

      I did RTFA, and it mentions NOTHING about "undocumented sun-only features". It DOES mention that there were problems running it on GCJ, because GCJ doesn't yet support the full spec. Well, I'm sorry, but that's a problem for GCJ not Sun. Stallman even says as much in his document "The Java Trap" - he uses the words "sun only feature" to mean things which the free implementations don't yet support.

      Really - there's no conspiracy here. The only significant stuff that the source isn't available for from Sun is the JVM itself and stuff under sun.* packages. The JVM is a free spec which others are welcome to implement (s.g. GCJ etc al), and no app in it's right mind should be directly calling sun.*, for obvious reasons. If you find code in OO which does, then maybe there will be cause for complaint.

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    3. Re:If you'll pardon my French by willCode4Beer.com · · Score: 4, Insightful

      The developers have made zero effort to try to make it possible for Kaffe, GCJ, or the upcoming Harmony
      Wait, you mean developers working for free, have made zero effort to make their task more difficult?
      Those jerks.
      Why didn't they consult with us before giving us free software?
      Don't they know that we care more about the choice of development language than functionality and bugs.
      You can't seriously trust a developer to chose the implementation language for his or her project. Isn't it more appropriate for the users of software to decide the deveopment language. They are the ones who will get the binaries.

      --
      ----- If communism is a system where the government owns business, what do you call a system where business owns govern
    4. Re:If you'll pardon my French by Usagi_yo · · Score: 4, Informative

      1. The license only restricts your ability to take java, change the name and call it your product, then start charging for it, without paying license and royalty fees to Sun.

      2. Seeing how the source code is available, I don't see how you can say they are using undocumented features and keep a straight face.

    5. Re:If you'll pardon my French by AKAImBatman · · Score: 4, Insightful

      the OpenOffice developers are using proprietary classes from Sun's Java runtime library.

      You mean the ones that are fully and openly documented, and have source code available in both the JDK binary download and the full SCSL source downloads?

      This has everything to do with runtime libraries -- not the same thing as compilers, Bonzo.

      That's "Bozo", bozo. ;-)

    6. Re:If you'll pardon my French by matthewn · · Score: 5, Insightful

      Hey ASSHOLES ... Apologies for the abrasiveness of this post, but crap like this deserves it.
      Sigh. No. No it does not. The people you've called ASSHOLES are standing up for a principle they believe in. Their point is quite simple, and you're ignoring it: Java is not Free. Now, that may not be important to you. Fine! Say so! Make your argument. Maybe even try to convince someone you're right. But don't tell us that Java has been "opened up wix ways to sunday," because that's a red herring. We're not talking about the way you define freedom or open-ness. The story isn't about whether Java meets your standards. The story is about Free Software that isn't Free anymore. Some people get upset about these things. That doesn't make them ASSHOLES.

      The idea that there can be no criticism of Sun because they've provided a "gift" is silly. If you make a gift of pork to someone whose beliefs say "don't eat pork," should they thank you and chow down? Granted, the analogy doesn't hold in the end, because in this case, Free Software types can try to turn the pork into chicken (Kaffe, gcj, etc.). That doesn't make them ASSHOLES either.

      As for what you falsely label "abrasiveness" (it's actually something much deeper), if you have this level of intolerance for opposing views, well, there are words to describe people like you. You already seem to know one of them. Remember to turn the caps lock on.

    7. Re:If you'll pardon my French by k98sven · · Score: 4, Informative

      no app in it's right mind should be directly calling sun.*, for obvious reasons. If you find code in OO which does, then maybe there will be cause for complaint.

      There is code in OOo which uses com.sun classes. Quite a lot of it.

      Caolan McNamara is working on building OOo on GCJ. Right on his blog there you can see several examples listed, e.g: ./hsqldb/makefile.mk is breaking due to sun.security.action.GetPropertyAction being missing.

      Ok? Noone is saying it's all Sun's fault here. But part of it is.

    8. Re:If you'll pardon my French by 51mon · · Score: 4, Insightful

      > 1. The license only restricts your ability to take java, change the name and call it your product, then start charging for it, without paying license and royalty fees to Sun.

      Funny I could swear I cut and pasted this from the SUN site.

      "Modified source code cannot be distributed without the express written permission of Sun Microsystems, Inc."

      So basically you can read the code to find out how it works, but you can't distribute bug fixes, or enhancements, you can't port useful bits of the code to other Java implementations or other software (indeed writing your own version after you've read the source code might be legally risky I suspect). It makes no mention of whether you charge for it.

      Indeed the licence attempts to risk redistribution of modified binaries "internally", so modifying the code for your companies own private use may be a licence infringement.

      "Here is the source code, look and admire, but don't touch it."

      Compare and contrast the licence with the other 16,000 odd packages in Debian.

  2. Umm... by Vaevictis666 · · Score: 4, Insightful
    Really, what the heck does the kernel development move have to do with this? Linus didn't move off of BK because it was non-free, it's because the no-charge use license was revoked by BM.

    If someone could explain how this relates to OO.o's use of Java, I'd appreciate it :P Otherwise I'll just assume the submitter is trying to be a little more sensational about things.

  3. I agree...sort of. by PenguinBoyDave · · Score: 4, Insightful

    Java works, and works well. However, I can see the point about OpenOffice being totally *free.* However, Since OpenOffice is essentially StarOffice, which, if I am not mistaken, comes from SUN, why not use it?

    --
    I'm not a troll, but I play one on Slashdot.
  4. Re:It's not GPL'ed either! by MrAnnoyanceToYou · · Score: 5, Insightful

    The Stallman viewpoint is here under The Java Trap. Interesting.

    While I agree with him on his, "Everyone needs to be slowly dragged out of the not-free-as-in-beer arena, one finds it tough to imagine that rewriting these basic data-interaction Java classes is going to be easy to get done. The Access mirroring probably requires extensive use of this kind of API, and err.... Not the most glamorous of tasks... Since SUN's stuff is currently Free- As-In-Parking, one might think that getting people to do the redevelopment might be tough to motivate until really necessary.

    A lot of parallels between this situation and the BitKeeper one, but rather than it being a third party tool it's a completely integrated API. One might think that this could be a problem in the future larger than the BitKeeper problem, were Sun to take a completely weird turn on things.... Suddenly needing to mirror an API's functionality - especially one as big as the entirety of the JVM's data-processing infrastructure.

    So it seems Stallman has a very good point here. Can you imagine trying to, say, re-implement DirectX if Microsoft suddenly wasn't going to let you code using it? I don't know if this is a comparable task, but it's the only thing I can think of in my terms....

  5. Sun is dogfooding by SpiffyMarc · · Score: 4, Insightful

    Sun buys StarOffice, and spins up a free version of it for the "community." They decide to use some of their own technology (Java) in this program. So what?

    Sun controls OpenOffice/StarOffice, and Sun controls Java. Both have been opened more than your typical commercial holding. What's the problem?

  6. Comment removed by account_deleted · · Score: 5, Insightful

    Comment removed based on user account deletion

  7. Java = write once, run everywhere = good for OOo by Gothmolly · · Score: 4, Insightful

    well, assuming that Java _does_ run everywhere, which of course, we know it doesn't. Or doesn't run _well_... like on HP-UX.
    But anyway...
    What better language should they pick? VB? csh? Perl? Python? Mono? Java has relatively point-n-click installers for many popular OSes, has a remarkable amount of functionality, and will smooth their development wrinkles because of its universality. Remember, this is a desktop app, it needs to largely 'just work' from an installation perspective, you don't want Joe Windows User going to ActiveState and getting some Perl package, or needing some cygwin-esque environment to run Python or something else.

    --
    I want to delete my account but Slashdot doesn't allow it.
  8. Re:Use of Java by m50d · · Score: 5, Insightful

    Because it depends on undocumented "features" that are only available in the sun JRE, which is THE PROBLEM THE ARTICLE IS ABOUT. Wasn't this exactly what sun (quite rightly) criticised MS for doing with java?

    --
    I am trolling
  9. And what would be better? by ShatteredDream · · Score: 5, Interesting

    Python which is slow, has a much smaller user base and far less consistent and well-documented standard library?

    Perl whose readability for many coders is next to nothing?

    C++ because we all know that more buffer overflows and random craziness is what OpenOffice needs to compete with Microsoft Office?

    C# since 93-95% of the desktop users out there use Windows, why bother with the minority of others? (I actually quite like C# and am hopeful about Mono)

    Ruby because a language that most coders have never even seen before is clearly the best way for a fresh start?

    Objective-C because when Steve Jobs takes over the world, we'll need to be on his good side?

    C, since objects really are overrated for anything that normal developers might want to maintain?

    So seriously, of all of the major language choices, which would be better?

    1. Re:And what would be better? by TravisWatkins · · Score: 4, Funny

      Well, no one ever seems to complain about BrainFuck. Let's use that!

      --

      "But I'm still right here, giving blood and keeping faith. And I'm still right here."
    2. Re:And what would be better? by cahiha · · Score: 4, Insightful

      C++ because we all know that more buffer overflows and random craziness is what OpenOffice needs to compete with Microsoft Office?

      Given that such a huge page of OOo is already written in C++, adding a bit of Java into the mix doesn't make much of a difference in terms of reliability.

      It does make a difference in terms of introducing a dependency on a 50M install and a proprietary runtime that exists on only a limited range of platforms.

      So seriously, of all of the major language choices, which would be better?

      C++ plus a scripting language. C++ is and will always be primarily a C++-based implementation.

      I do agree that getting rid of C++ would be nice, but adding a few percent of Java code to OOo is not going to accomplish that.

    3. Re:And what would be better? by 0x336699 · · Score: 5, Funny

      I appreciate this thorough analysis of the major (non-Java) programming languages. Based on your remarks I have decided that OpenOffice should not be written in any programming language at all. My basis for this decision is that every programming language has tradeoffs and drawbacks associated with it, which I find unacceptable. All OpenOffice development will cease until an acceptably perfect language has been authored.

      Also, I would like a chicken sandwich and a girlfriend.

    4. Re:And what would be better? by puregen1us · · Score: 4, Interesting

      Congratulations on the well thought out, objective arguement put forth. A single reason why not to use each language. No positive points considered at all. None of Java's flaws mentioned either.

      I actually, have no qualms with using Java, I just prefer to see rational, complete arguements on Slashdot. Something seldom posted.

      However, I fail to see the issue with using a proprietary language. The project is open source and will remain that way, and Sun cannot change that. Sun could change Java to spite it, but why would they deliberately harm a free, almost acceptable alternative to a rival's application?

      I use Apple's OSX, I don't use BSD's, NeXT's, Apple's OSX, and I don't use GNU Linux, I use Linux. I dislike the standard open-source, free-software bigotry, on licences. I imagine the majority of coders are working to create a decent alternative because they want just that, not out of some need for a jihad against an evil enemy. Why create such a fight. If that effort went into coding the results would be considerably better free software.

      Bit of a rant, sorry.

  10. Jesus people, get a grip by Anonymous Coward · · Score: 5, Insightful

    Believe it or not, but OO2 relying so heavily on Java is a problem, as Java is not free software.

    Now all the name calling that is currently going on here will not change this simple fact and all this "I don't give a f*** as long as it works" won't change the fact that java not being free software poses a problem.

    Look for example at Debian, or Fedora, or Ubuntu, they all ship without Java because of licensing problems. Having one of the most important apps for desktop linux rely heavily on Java sure poses a problem for these distributions and their users.

    That said, I get the feeling that something good will eventually come off this situation, as said distributions (and especiall RedHat) are now working even harder on providing a true free Java environment and make OO2 run with it.

    As someone who prefers free software and someone who runs linux on non-x86 (ppc, therefor no current Java + firefox plugin available) I can only welcome this development.

    1. Re:Jesus people, get a grip by duggy_92127 · · Score: 4, Insightful
      Believe it or not, but OO2 relying so heavily on Java is a problem, as Java is not free software.

      From TFA:

      Scott Carr, OO.o's quality assurance project co-lead pointed out, "OO.o will run perfectly well without any JVM, but if there is a JVM then it has to do checks to make sure what features are supported in the JVM as well as run various functions. These are only run in the presence of a JVM."

      So, "relying so heavily on Java" isn't the case at all. Next point!

      Oh, they shouldn't use Sun stuff at all? From Caolán McNamara's blog:

      This gcj request asks for the addition of java.awt.Frame.createBufferStrategy which is all that is missing from gcj to build the java canvas stuff. (Though the canvas module contains a pile of spurious imports of sun.awt which are unnecessary and can be removed, not that there's much point right now, if a createBufferStrategy becomes available then removing the sun.awt from the canvas/java .javas is all that's outstanding)

      So, it doesn't use Sun-specific stuff, and the only gcj problem is something that gcj doesn't support... and it runs fine without a JVM in the first place...

      Why are we still talking about this?

      Doug

  11. Re:It's not GPL'ed either! by yog · · Score: 5, Insightful

    It's like saying that Linus is going to patent Linux and stop everyone from using it for free. That's simply not going to happen. I think we're pretty safe in going with Java, certainly safer and more cross-platform-compatible than the C#/DOTNET thing Microsoft is foisting on the world.

    So Java's not open source; who cares. Out in the real world, no one cares whether Java is open source or not. Anyone can quickly obtain it with a couple of mouse clicks. If it enhances the functionality of OOo then why not use it?

    The only worrisome thing is if Microsoft were to buy Sun and start slowly tightening the screws on Java. That would be awful and disastrous, but it's highly unlikely to occur given past history of anti-trust suits and such.

    Now, what I'm really keen on is a version of OOo for PalmOS. That would be sweet. Why doesn't Sun cook that up while they're at it. Of course then they'll have to create a JVM for PalmOS as well. Also, we'll need Ghostscript, ghostview, xpdf, and a few other goodies to round out the Palm offerings. But with 600Mh processors, gigabyte-plus storage, and larger RAM, how hard can all this be to achieve?

    --
    it's = "it is"; its = possessive. E.g., it's flapping its wings.
  12. Re:Covered before by southpolesammy · · Score: 4, Insightful

    We need the ability to moderate the articles themselves. Myself, I'd give the article a -1, Redundant (covered before, as you mention), -1, Troll (for trying to get people unnecessarily spun up), and -1, Flamebait (for name dropping Linus in a conversation that has nothing to do with him).

    --
    Rule #1 -- Politics always trumps technology.
  13. Re:Use of Java by rgmoore · · Score: 4, Informative
    Its a programming language... As long as the code is open source, then why not use it?

    It doesn't do any good to have open source software if it requires a closed source VM to run. You're still at the mercy of whoever controls the VM. If they decide to pull your license (as Sun did to FreeBSD) then you're no longer allowed to use your own software. You can't build Free Software on a non-Free foundation.

    --

    There's no point in questioning authority if you aren't going to listen to the answers.

  14. This doesn't sound like a problem. by lpangelrob2 · · Score: 4, Insightful
    But the article doesn't cite a specific example.

    -- from the article --

    Still others have suggested that instead of using an open-source Java, these components be rewritten in an entirely different language such as Ruby or Python.

    However, some programmers have just gone ahead and found fixes for OO.o, which enables it to run with GCJ.

    Caolán McNamara, a programmer with Red Hat who specializes in word processing, has created one such set of fixes.

    A source at Sun said, "OO.o 2 works OK with GCJ" and that "Red Hat has been tremendously helpful in the effort to make that so, filing bug reports etc."

    In addition, while OO.o will run without a JVM (Java Virtual Machine), it will use one if it's available, and its performance has been found to be much better if Sun's 5.0 JVM is used.

    But, as Scott Carr, OO.o's quality assurance project co-lead pointed out, "OO.o will run perfectly well without any JVM, but if there is a JVM then it has to do checks to make sure what features are supported in the JVM as well as run various functions. These are only run in the presence of a JVM."

    -- end FTA --

    So... if there is a JVM, [something] runs better/faster than if there wasn't. For starters, the app works without Java. Secondly, it's been fixed to compile with an open-source Java compiler. Thirdly, what kind of code runs this way? The article didn't specify.

    How odd.

    Regardless, this is still a big deal about nothing, as per usual.

  15. Re:Don't like it? Fork it! by winkydink · · Score: 4, Insightful

    Not Java. Fork Open Office. Write the whole thing in Lisp if you wish. If yours is the better deal, the world will beat a path to your door.

    --

    "I'd rather be a lightning rod than a seismometer." -Ken Kesey

  16. Re:Use of Java by bay43270 · · Score: 4, Insightful

    Because it depends on undocumented "features" that are only available in the sun JRE, which is THE PROBLEM THE ARTICLE IS ABOUT. Wasn't this exactly what sun (quite rightly) criticised MS for doing with java?

    Read RMS's The Java Trap. He isn't complaining about undocumented features, he was complaining about using features that haven't been implemented in a 'free' version of Java yet. In essence, he's complaining that GNU Classpath isn't developing fast enough (although he would never word it that way). Once GNU Classpath catches up to Sun (if it happens), then Open Office will work just fine with it.

    And this wasn't what Sun was criticizing MS for. MS was adding very well documented (and thoughtful) features to Java. New features like delegates. Sun just didn't want to loose control of Java. They didn't say no one should advance Java past version 1.1. They said only Sun should make changes to the language.

  17. Umm, it's been fixed to compile under GCJ... by delirium28 · · Score: 5, Informative
    If you RTFA, you'll notice a link to Caolán McNamara's blog, which indicates how to get OO.o to build under GCJ. It also points out (as many have mentioned here) that no proprietary Sun classes are really being called here, it's just that the FOSS equivalents aren't quite up to speed yet.

    It seems that people are getting upset at looking at the imports in the code without realizing that THEY ARE NEVER USED!!! Again, I refer you to the blog entry, but for those of you too lazy:

    This gcj request asks for the addition of java.awt.Frame.createBufferStrategy which is all that is missing from gcj to build the java canvas stuff. (Though the canvas module contains a pile of spurious imports of sun.awt which are unnecessary and can be removed, not that there's much point right now, if a createBufferStrategy becomes available then removing the sun.awt from the canvas/java .javas is all that's outstanding)

    Nothing to see here, just move along. More jumping the gun rather than investigating things to completion.

    --
    Who is John Galt?
  18. Re:Maybe, they would prefer to wait by Anonymous Coward · · Score: 5, Insightful

    I notice that Richard Stallman is calling for volunteers instead of just doing it. Typical.

    That's a pretty lame comment, given how much code RMS has actually written and given away over the years.

  19. Re:It's not GPL'ed either! by Ryan+Amos · · Score: 5, Insightful

    Stallman is also a maniac who refused to give a speech on his views to the SIGLinux (LUG at the University of Texas) because we were using the name "Linux" and not "GNU/Linux." He doesn't know where to pick his fights and often ends up embroiled in petty feuds over things largely tangential to his main cause. His solutions are often overly idealistic and impractical, i.e. moving everyone who uses Java off of Java.

    Java code, in itself, is not bad. There is a need for a good, compile-once-run-anywhere format, and it seems Java has become the standard for this. Lots of people know how to code Java (in large part due to Sun's involvement in college curriculum,) and this is important, because when writing a piece of software, you want a large pool of knowledgable programmers to choose from. Lots of people know Java, and if Java fits your needs, you're gonna use it.

    Java also makes perfect sense for the kind of stuff OO.o is using it for: basically "plug-in" features not central to the usage of OO.o, but still very useful. This is useful because of the large number of platforms supported by OO.o, they can just release an update to the java code and it will more or less run the same on every platform they support.

    I think in the *nix arena, Java is more useful for application code because of the wide variety of OSes. Java VMs exist for pretty much every known architecture, and they were mostly written by the standards makers for Java (Sun) so they're gonna work pretty much the same. This involves a lot of trust in Sun, but it takes trust in some sort of standards-making body to unify any disjoint architectures. In any case, I trust Sun to start a project like this and stick with it over the years more than I do Stallman and the Free Software goblins.

    The BitKeeper issue is different entirely; it was a commercial product being offered for free, with the possibility that it could be yanked out from under them at any time. There should have been background work on an eventual replacement for BitKeeper well before anything happened. Why is this different from the Java example? Because the OS kernel is totally different and there was no alternative. If Sun were to suddenly make Java pay-to-use, the programs could, for the most part, be rewritten in C++ with minimal effort (most of the work could be done in 15 minutes by a Lisp program.)

  20. Re:Point of order... by Hobbex · · Score: 4, Informative

    I don't see anywhere in the article that indicates they're using undocumented internal com.sun.* classes. The problem seems to be that some key functionality in OpenOffice is implemented with Java, and that Java itself is not free.

    Whether they say it in the article or not, it happens to be the case. Here is a post by the main Kaffe developer about it. I quote:


    >import sun.security.provider.*;
    >import sun.security.provider.SystemIdentity;
    >import sun.security.provider.SystemSigner;

    Not implemented and most probably won't be. These are
    the JDK 1.1 undocumented (actually sun mentions them
    in an example in the java security architecture paper,
    but explicitely recommends staying away from it) key
    management apis. Sun has deprecated the corresponding
    classes in java.security with java 1.2, and uses
    different key management facilities. Open office
    developers should know better, as they are supposed to
    be using java 1.3, right? ;)

    [lots of other imports of sun.* and sunw.* classes]

    Anyone using sun.* classes doesn't _want_ to be
    portable accross VM releases/implementations. Someone
    (either the open office developers, or the debian
    developers wanting to build open office using free
    software) should clean up the sun.* mess. I wouldn't
    want to implement sun.* classes just to suit someone
    else's bad programming style, and I don't know anyone
    who does ;)

  21. Re:It's not GPL'ed either! by David+Leppik · · Score: 4, Interesting
    So it seems Stallman has a very good point here. Can you imagine trying to, say, re-implement DirectX if Microsoft suddenly wasn't going to let you code using it? I don't know if this is a comparable task, but it's the only thing I can think of in my terms....
    s/DirectX/Visual Basic/
    Funny, this isn't as far fetched as it seems.
  22. Re:It's not GPL'ed either! by m50d · · Score: 4, Interesting

    Replacements are already there, e.g. koffice, but they could do with more developers and users. So we point out the problems with OOo in the hope more people will come and use them and code for them, in the same way the OSS movement as a whole points out the problems with closed source software like windows.

    --
    I am trolling
  23. Re:It's not GPL'ed either! by drakaan · · Score: 4, Insightful
    Well, in the article, they make plenty of mention of gjc. The fact that it's available is not the issue. The issue is that right now You have to patch OOo to compile under gjc and OOo is using some vendor-specific functionality from Sun's Java in order to get a number of improvements and some base functionality.

    If the first "O" in OpenOffice stands for "Open", then having to rely on a particular company's implementation of Java is not a good thing. Look at the various Java apps written for Microsoft's version of Java, or webpages of the past that relied on vendor-specific extensions for examples of why that's not a good thing.

    Any time a particular implementation that is *not* free (as in speech) becomes a defacto standard, everyone becomes tied to the whims of that vendor's implementation. True, Sun probably won't do anything drastic, but there's still a very real possibility that they won't see eye-to-eye with the OOo developer community on some random issue somewhere down the line.

    I would rather have the fallout from such a situation be that Sun was left without the ability to force the developers into a move they didn't like, rather than having the developers be forced to fork and re-engineer the whole shebang or start over from scratch. That much work shouldn't get pissed away over something like that.

    Again, that's a possibility, not a certainty, but why take chances?

    --
    "Murphy was an optimist" - O'Toole's commentary on Murphy's Law
  24. Re:It's not GPL'ed either! by samkass · · Score: 4, Insightful

    More like...

    "Would you speak to my group? We have a product we call 'Foomaster,' and we used a development approach you advocate to develop it."

    "Only if you change the name of your product to Stallman-is-great:Foomaster."

    "uhhh... no thanks. (maniac.)"

    --
    E pluribus unum
  25. Re:Point of order... by g051051 · · Score: 5, Interesting

    The message you quote is from 1 Jul 2002, nearly 3 years ago. Do you have any current indication that com.sun.* classes are still in use?

  26. Re:It's not GPL'ed either! by Anonymous Coward · · Score: 5, Insightful
    Thanks to Mono, with C# you're good anywhere you feel like cross-compiling to.


    The reality is that 99% of C# programmers only care about windows. Where as 99% of Java programmers could care less what platform they use.
  27. Re:It's not GPL'ed either! by CarrionBird · · Score: 5, Insightful
    The probelm is stallman thinks HIS/GNU's contribution is/was more important than any others. So he insists that it be GNULinux, meanwhile nobody is crapping themselves because it's not called xf86Linux for example. GNU tools isn't much of a useable OS by itself either.

    If you want to be correct the entire distro is the OS, and they should be called "linux kernal based or GNU/linux based whateverdistro 1.45923x".

    Add to that the fact that anyone who disagrees with him is considered to have a moral defect and you have one grade A, USDA choice mainiac.
    --
    Free Mac Mini Yeah, it's
  28. Re:It's not GPL'ed either! (So What) by thelen · · Score: 5, Insightful

    The JVM is a specification that may be implemented on different platforms as people are so inclined.

    "Opening Java" will do nothing to address the problem of missing JVMs directly because the fundamental issue is one of demand. If you really need a JVM for your favorite toy OS, then start a project to build one.

  29. Re:It's not GPL'ed either! by Decaff · · Score: 4, Interesting

    What about platforms where Sun does not provide a JVM? Those people will never be able to tun the full OOo, and the more Java used, the less they will be able to use. Will it eventually be zero?

    You simply use a JVM from someone else. Use Apple's VM, or IBM's, or HP's, or BEA's.

    Although Sun largely controls Java, it is by no means the only supplier of Java.

  30. Re:It's not GPL'ed either! by slick_rick · · Score: 4, Insightful

    I can't believe I'm replying to an AC, but AMEN BROTHER!

    I have yet to meet a single programmer who works with mono "for pay". I would wager that 99.999999% of programmers who are getting payed to write C# are getting payed to write C# under windows. Can you say the same about Java? The Java projects I see are fairly well distributed between straight VM plays on windows or linux, or bundled into a platform like Oracle or Websphere. There is a lot of platform diversity in the Java arena, nearly none in the C# world AFAICT.

    --
    apt-get install redhat please god - Me (take it easy, I love Debian)
  31. classpath by diegocgteleline.es · · Score: 4, Informative

    Indeed, the problem is big. Some BSDs don't have java, linux ppc users either. Right now Java's "portability" is a joke with Sun's VM, even if it was free as in speech.

    That's why GNU classpath & GCJ is important. It will provide us with a free (as in speech & beer) java VM for those who doesn't want to use Sun's VM (linux users, basically). Redhat is putting lots programmers & money behind of GCJ and collaborating with tons of community-based projects - they really want a free java. In fact, Redhat has some people hacking on GCJ to support openoffice's java features.

    Actually, GCJ 4 is one of the GCC 4.0 greatest features, here is an article about why it's so great. They've achieved almost all Java 1.4 important features and there's work ongoing to support 1.5.

    And GCJ does support, in fact, MORE architectures and operative systems than Sun's propietary offerings - yes, more. It's what will make java truly palataform-independent. GCJ is part of GCC, so it supports the platforms that gcc supports - much more than Sun's VM or other propietary VMs

  32. GCJ!! by diegocgteleline.es · · Score: 4, Informative

    GCJ can compile java code for the platforms supported by GCC - way more than Sun's offerings or other propietary VMs.
    Red Hat is paying people to support OOo 2.0 with GCJ. And GCJ 4.0 is already quite good...

  33. Re:It's not GPL'ed either! by duggy_92127 · · Score: 4, Informative
    What about platforms where Sun does not provide a JVM? Those people will never be able to tun the full OOo, and the more Java used, the less they will be able to use. Will it eventually be zero?

    From TFA:

    Scott Carr, OO.o's quality assurance project co-lead pointed out, "OO.o will run perfectly well without any JVM, but if there is a JVM then it has to do checks to make sure what features are supported in the JVM as well as run various functions. These are only run in the presence of a JVM."

    So, no. It will never be zero, and it's currently 100% usable without a JVM.

    Doug

  34. Re:It's not GPL'ed either! by McDutchie · · Score: 4, Insightful
    If Sun were to suddenly make Java pay-to-use, the programs could, for the most part, be rewritten in C++ with minimal effort (most of the work could be done in 15 minutes by a Lisp program.)

    If that is true, then why is there any reason to use Java at all? Convert to C++, gain huge speed increase, retain cross-platform compatibility with a simple recompile. Either Java is unneccesary or the conversion is more complex than you make it out to be. In the latter case, the "Java Trap" is very real, indeed, and very dangerous.

  35. Re:It's not GPL'ed either! by braindead · · Score: 4, Informative
    I want to see a JVM for PocketPC. That's a pretty glaring omission for the "write once-run anywhere"..

    Well, let's see... OK, so what you're asking for is that Sun should write a standard for a slimmed-down version of Java, just for PDAs? Say, we could call it Java 2 Micro Edition? And maybe you'd want that standard to be implemented on PocketPC machines?

    Wait, it gets better. You can also find a full java implementation (Java 1.3) for iPAQ.

    If you want something in between, there's also PersonalJava. It has more features than J2ME, but fewer than a full java. It's nearing end of life though, I'm not sure what will come out to replace it.

    There are JVMs for PDAs and cell phones and yes, PocketPC too. They are a very good way of getting your software to run on many portable devices. The only downside is that your code will run slower than something hand-crafted for a particular type of device.