Discussion:
JBuilder
(too old to reply)
Robby Tanner
2005-10-26 01:06:38 UTC
Permalink
Is there a JBuilder for Linux as well? Does anyone have comments regarding
using JBuilder for X-platform development?

Regards,
Rob
Lori M Olson [TeamB]
2005-10-26 03:24:44 UTC
Permalink
Post by Robby Tanner
Is there a JBuilder for Linux as well? Does anyone have comments regarding
using JBuilder for X-platform development?
Regards,
Rob
Yes. JBuilder is only "officially" supported on a limited number of
Linux platforms, but most people are able to get it working on whatever
distro they want, as long as a compatible JDK is available.
--
Regards,

Lori Olson [TeamB]

------------

Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.

Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Paul Nichols [TeamB]
2005-10-27 07:03:25 UTC
Permalink
Post by Robby Tanner
Is 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.

Loading...