Embarcadero JBuilder: Difference between revisions
m Cat |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
Java IDE and development system for [[Java]], originally released as '''Borland jBuilder''' in 1997 and then a Windows only product since it used a Delphi based IDE frontend. From version 3.5 it has used a 100% Java front end and even though the company only supports it on Windows, Mac OSX, Linux and Solaris, it actually runs on any Java platform with a little bit of massaging (see below). The system was bought by Embarcadero Technologies in 2008 and is now shipped in three different versions, called "Enterprise", "Professional" and "Turbo". | |||
The freeware [[Oracle JDeveloper]] was originally based on JBuilder code licensed from [[Borland]] but has since diverged considerably. | |||
====Command==== | ====Command==== | ||
Line 8: | Line 11: | ||
==Version== | ==Version== | ||
* Current version: JBuilder 2008 R2 - April 2009 | |||
==Prerequisites== | |||
* Java SDK version 5 or later for JBuilder 2008 or 2008 R2, varies for older versions. | |||
==Links== | ==Links== | ||
* [http://www.embarcadero.co.uk/products/jbuilder Official homepage] | |||
==License== | ==License== | ||
* Commercial | |||
==Author== | ==Author== | ||
*Borland (Original author) | |||
*Embarcadero Technologies | |||
==Related Articles== | ==Related Articles== | ||
==Publications== | ==Publications== | ||
[[Category:Tools]] [[Category:Java Tools]] | [[Category:Tools]] [[Category:Java Tools]] |
Revision as of 20:58, 2 December 2014
Description
Java IDE and development system for Java, originally released as Borland jBuilder in 1997 and then a Windows only product since it used a Delphi based IDE frontend. From version 3.5 it has used a 100% Java front end and even though the company only supports it on Windows, Mac OSX, Linux and Solaris, it actually runs on any Java platform with a little bit of massaging (see below). The system was bought by Embarcadero Technologies in 2008 and is now shipped in three different versions, called "Enterprise", "Professional" and "Turbo".
The freeware Oracle JDeveloper was originally based on JBuilder code licensed from Borland but has since diverged considerably.
Command
java -Xbootclasspath/p:../lib/lawt.jar;../lib/TabbedPaneFix.jar;../lib/SequencedEventFix.jar;../lib/javac.jar;../lib/JarManifestFix.jar; -cp /Java142/lib/tools.jar;../lib/activation.jar;../lib/ant.jar;../lib/beandt.jar;../lib/BorlandLookAndFeel.jar;../lib/dbswing.jar;../lib/dbswingdt.jar;../lib/dbtools.jar;../lib/DoctypeChanger.jar;../lib/dt.jar;../lib/dtdparser.jar;../lib/dx.jar;../lib/help.jar;../lib/JarManifestFix.jar;../lib/javac.jar;../lib/jbcl.jar;../lib/jbuilder.jar;../lib/jdbcx.jar;../lib/jds.jar;../lib/jdsremote.jar;../lib/jdsserver.jar;../lib/lawt.jar;../lib/linuxDesktopConfigurator.jar;../lib/mail.jar;../lib/optional.jar;../lib/primetime.jar;../lib/resolver.jar;../lib/sanct2.jar;../lib/sanctuary.jar;../lib/SequencedEventFix.jar;../lib/TabbedPaneFix.jar;../lib/unittest.jar;../lib/webservices.jar;../lib/xercesImpl.jar;../lib/xmlParserAPIs.jar;../lib/XPTreeUIFix.jar; -Xverify:none -Xms128m -Xmx256m -Dborland.exportenv=/jbuilderX/jbenv.txt com.borland.jbuilder.JBuilder
Version
- Current version: JBuilder 2008 R2 - April 2009
Prerequisites
- Java SDK version 5 or later for JBuilder 2008 or 2008 R2, varies for older versions.
Links
License
- Commercial
Author
- Borland (Original author)
- Embarcadero Technologies