Supported Platforms |
WindowsWindows is by far the superior platform for running Java applications. It's not because we like Windows the best but that's just how it is. |
Mac OS xJava on Mac OS X is steadily improving (especially when compared to Apple's previous efforts), but it's still far slower than Windows and even the older Java that ran on Mac OS Classic. We think OS X will be a great bet for the future, and Apple is putting all their feeble weight behind it, hopefully it will evolve somewhere. Java performance on the Intel Macs is improved significantly. Hopefully improvements in stability and keeping the releases up to date are not far behind. Unfortunately Apple seems to have a somewhat arrogant attitude about Java and wants everyone to code their applications using things like Cocoa, perhaps missing the point of their current marketshare.
|
Linux For the Linux version, you guys can support yourselves. If you're enough of a hacker weenie to get a linux box set up, you oughta know what's going on. For lack of time, we won't be testing extensively under linux, but would be really happy to hear about any bugs or issues you might run into. Actually, we don't get happy that you're having issues, but if you're going to have issues, we're happy that you tell us about them, so we can fix them. |
Other PlatformsBecause Wiring is written in Java, C and C++, it should run on any platform that supports Java 1.4. If you'd like to get it running on BSD, Irix, AmigaOS, BeOS... whatever, do the following:
|
Java VersionsThere are several versions of Java, each with a different story. The versions from 1.2 to 1.4 are also referred to with names like "Java 2 SDK 1.2" or "J2SE 1.4" (Java 2 Standard Edition 1.4). J2SE is different from the trimmed-down J2ME ("Micro Edition") which runs on mobile devices, and J2EE ("Enterprise Edition") which contains more "enterprise" related bloat. In a moment of further anti-user marketing genius, Sun recently decided to call the latest release "Java 5.0" when promoting, but it's Java 1.5 to developers.
|