Jump to content

Embarcadero JBuilder: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
'''Embarcadero JBuilder''' is an integrated development environment for [[Java]].
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.
==History==
JBuilder was bought from CodeGear (Borland) in 2008 and shipped in three different versions, called "Enterprise", "Professional" and "Turbo".


====Command====
====Command====
Line 10: Line 10:


==Version==
==Version==
* JBuilder 2008 R2 - April 2009
*JBuilder 2008
*JBuilder 2008 R2 (Apr 2009) - Java SDK version 5 or later required


==Prerequisites==
[[Category:Java development environment]]
* Java SDK version 5 or later for JBuilder 2008 or 2008 R2, varies for older versions.
 
==Links==
* [http://www.embarcadero.co.uk/products/jbuilder Official homepage]
 
==License==
* Commercial
 
==Author==
*Borland (Original author)
*Embarcadero Technologies
 
[[Category:Java Tools]]

Revision as of 02:40, 14 December 2019

Embarcadero JBuilder is an integrated development environment for Java.

History

JBuilder was bought from CodeGear (Borland) in 2008 and shipped in three different versions, called "Enterprise", "Professional" and "Turbo".

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

  • JBuilder 2008
  • JBuilder 2008 R2 (Apr 2009) - Java SDK version 5 or later required