Jump to content
xisto Community
xboxrulz1405241485

Eclipse And Jbuilder: Generates Compatible Code ?

Recommended Posts

Java was designed as a platform independant programming language. However, there are some programs and methods that are OS dependant, but they are few in number and infrequently used. As such, any applets or applications you make on either computer should run on both as long as you do not convert them to native executable formats such as exe or elf. As far as Eclipse and JBuilder, both are IDEs and are compatible as far as recognizing your code. However, JBuilder has built in java support for compilation and execution, but Eclipse requires that you have the java compiler and interpreter installed. As such, you ought to be able to work on any programs in either IDE, but you may not be able to run compiled class files on the JBuilder computers unless it also has the java runtime environment.~Viz

Share this post


Link to post
Share on other sites

As long as you are using Classes and Packages that can be found within the Java Library, then you should have no problem switching between the two different IDEs.I have used both JBuilder and Eclipse in my development. One thing that makes JBuilder stand out is that it has its own proprietary packages found in their JDBC related packages.Eclipse is a decent IDE, but I really don't like how they automatically generate code while you are building a GUI.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.