Post by Robby TannerIs there a JBuilder for Linux as well? Does anyone have comments
regarding using JBuilder for X-platform development?
Regards,
Rob
Java was made for XPlatform development. Unix, Linux, Windows, Mac, AS400,
and OS390, no problem. As long as JVM is there, you can use Java and
JBuilder to develop a Java application for it.
However, when developing for Unix platforms, there are some caveats. First,
if you are developing a GUI application, XWindows must be installed on the
target platform. In addition, you must ensure that the jvm you are
targeting, has the appropriate .so libraries that java is expecting to be
on that platform, especially for Swing based apps.
J2ME can also support PDA and Cell Phone type applications, but you need to
know what capabilities and what extensions are on the targeted device in
addition to the J2ME version.
JBuilder, as Lori stated, is supported officially on a small number of
Linuxes, but Ihave had no problems on Suse, Fedora, or most Debian distros,
running JBuilder, if all of the other scenarios as mentioned above, are
met.