|
|
Installation |
|
2001-Mar-29 1:58pm gyles19@visi.com | |
| Subcategories:
Answers in this category: | |
| [Add a New Answer in "Installation"] | |
| 2003-Nov-03 11:54am | |
|
|
I want to install JBuilder 4 on OS X but there is no OS X Installer. What do I do? |
| Found on the web and reposted to the newsgroups, original source unknown (and
editted for clarity):
I just copied the jbuilder directory from my sun (I figure it may work with a win or linux one too). Next, follow these steps :
1) edit jbuilder/bin/jdk.config accordingly, #----jdk.config----# # Définir le chemin pour le JDK javapath /usr/bin/java # Ajouter les tools.jar addpath /System/Library/Frameworks/JavaVM.framework/Versions/1.3/Classes/classes.jar vmparam -Xverify:none The addpath is not important. 2) exec jbuilder from a terminal 3) enter your license 4) In the menu Tools:Configure JDK add the following paths :
/System/Library/Frameworks/JavaVM.framework/Versions/1.3/Classes/classes.jar /System/Library/Frameworks/JavaVM.framework/Versions/1.3/Classes/i18n.jar /System/Library/Frameworks/JavaVM.framework/Versions/1.3/Classes/ui.jar
I just succeed in a full project recompile ! | |
| Zoltan writes:
Actually, I believe you can use any of the distributions. Here is what I did. Note that I was using Foundation only. Copied the lib folder from my Win2K machine to my Mac OS X machine (just a lowly iMac rev. A). Looking at the quoted text below, you may get better results starting with a *NIX installer. Fired up MRJAppBuilder from the developer tools CD. Set the Main classname to com.borland.jbuilder.JBuilder
Switched to the Java Properties tab and make the following changes: verify -> none gc.min -> 8M gc.max -> 128M Switched to the Merge Files tab and added all the JAR files. Choose a name and location for my app file (in this case /Applications/JBuilder.app) and created the application. Voila! A double-clickable icon in the Finder to load JBuilder. Takes about 15MB of space. However, your work is not done yet. I don't know if the Solaris/Linux installers do some of this for you, but I got a very "raw" JBuilder at this point. Next thing I needed to do was configure the JDK in Tools....Configure JDKs. On the Class tab I added classes.jar, i18n.jar, and ui.jar. I happened to use /System/Library/Frameworks/JavaVM.framework/Versions/1.3/Classes as the folder. Once I did this, I was able to compile a HelloWorld project. Next thing I noticed is that the Design tab doesn't have any of the beans added so you will need to add them yourself. There may be a little bug where you can't actually install any beans until you have added a tab as a separate action. In either case, adding them is easy enough and most of the ones in Foundation are disabled anyway. ;) JBuilder definately looks better in Metal than in Aqua at the moment, but the anti-aliased source code looks nice. :)
I'm also concerning about the socket 8888 command in the jbuilder.config
file, but things seems to be running at the moment.
| |
| I just wanted to let people know that the process mentioned above about getting JBuilder 4 to run in Mac OS X does indeed work. I was successful in creating a double-clickable JBuilder program, complete with I JB icon (you can get that resource using Class Wrangler). The program launched relatively quickly and works for the most part. In fact, it loads faster than a Pentium II 750Mhz I use at work. This bodes well for porting other java programs to Mac OS X with relative ease. We finally do have a full implementation of Java 2 (1.3) for the Mac, making it a veriable viable platform to develop Java programs on. I hope Borland releases an official Mac OS X JBuilder installer soon. If anyone from Borland is reading this, do you have ETA? | |
| [Append to This Answer] | |
| 2001-Apr-09 9:58pm | |
|
|
JBuilder 5 Preview Release Notes |
|
2001-Jun-15 8:22am gyles19@visi.com | |
| From: "Blake Stone" nobody@nowhere.net Newsgroups: borland.public.jbuilder.macintosh Subject: JBuilder 5 Preview Release Notes Date: Tue, 29 May 2001 15:14:40 -0700 The following release notes should have been included in the mail sent when you registered JBuilder for Mac OS X. It seems that this was not the case for everyone, so I've included them here for reference. - Blake Stone Chief Scientist Borland
'To get the Java Seed developers should login to ADC (Apple Developer Connection) or join the ADC at http://connect.apple.com/. After you have logged into the ADC Member site, click the Download Software link, and then click the Java link to view a list of the Java software seeds. Once you have decided which software seed to download, press the Download Button on the right hand side of the seed description.' Once the update has been installed, please update JBuilder's knowledge of the Java SDK using the following steps:
1) Select the Tools | Configure JDKs... menu item
2) Click the "Change..." button beside the JDK home path
3) Make no changes on the path selection dialog, just press OK to
rescan the existing location
4) Press OK to close the Configure JDKs dialog
Disabling Aqua Look and Feel Some problems appear only when using the Aqua look and feel (eg: the invisible vertical scroll bar thumb in database tables.) Before reporting a problem to the newsgroup please switch JBuilder's look and feel to Metal using the "Tools | IDE Options..." dialog's Browser tab to determine whether the problem is Aqua-specific. Hardware Acceleration JBuilder runs significantly faster when using hardware graphics acceleration, which is turned off by default in Apple's Java runtime preview. These steps will enable hardware acceleration when using JBuilder:
1) Create a new file using TextEdit 2) Select the "Format | Make Plain Text" menu item 3) Add the text "vmparam -Dcom.apple.hwaccel=true", omitting the quotes 4) Save the file in /Applications/JBuilder5/OpenTools as "HardwareGraphics.config" 5) Select "Don't append" when TextEdit asks to add a .txt extension 6) Restart JBuilder Hardware acceleration is dependant on having enough video RAM to cache images. PowerBook / iBook users are under tighter constraints in this respect and should switch to "thousands" of colors to take full advantage of hardware acceleration. If hardware acceleration causes unacceptable problems on your system it may be disabled by deleting the "HardwareGraphics.config" file and restarting JBuilder. Enabling Java Sharing Apple's Java memory sharing technology is disabled by JBuilder non-standard boot class path. Running and debugging Java applications with 128MB of memory may be faster if memory sharing is re-enabled by following these steps:
1) Create a new file using TextEdit 2) Select the "Format | Make Plain Text" menu item 3) Add the text "addskippath ../lawt.jar", omitting the quotes 4) Save the file in /Applications/JBuilder5/OpenTools as "EnableSharing.config" 5) Select "Don't append" when TextEdit asks to add a .txt extension 6) Restart JBuilder
This change will make using it difficult or impossible to use the GUI
designer with AWT components. This functionality can be re-enabled by
deleting the "EnableSharing.config" file and restarting JBuilder.
| |
| [Append to This Answer] | |
| 2001-Jun-15 8:25am | |
|
|
How do I install JBuilder 8 and 9 from a CD? |
Tony Piselli contributed this solution for installing JBuilder 9 from a CD.It also seems to work for versions 8 and 9.
Steps:
Notes:
The following is a shell script for JBuilder 8. By saving it to a file named JBuilder8.command in your Home folder, you can double-click on it to launch. You can also drag it to the Dock. | |
| [Append to This Answer] | |
| pfurbacher@mac.com | |
| 2004-Jan-28 6:16pm |
| Next: |
|
| ||||||||
|
Java Community
Java Tools |
Code Central JB OpenTools |
Community Recent Threads |
Borland Chat Chat FAQ |
||||||||||||||
|
Feature Matrices 3.0 | 3.5 | 4.0 5.0 | 6.0 | 7.0 |
Shop for JBuilder |
JBuilder Downloads and reg keys |
Report Piracy | ||||||||||||||
|
Online Manuals 4.0 | 5.0 | 6.0 7.0 |
Borland DevSupport's Bug/RFE Form Quality Central Client |
JB Patches & Updates |
JBuilder FAQs TIs | ||||||||||||||
|
JBuilder Newsgroups |
Tamaracka's News Archive |
Mr. Haki's JBuilder Machine |
JGuru's JBuilder FAQ |
||||||||||||||
|
Sun's Bug Parade |
|||||||||||||||||
|
|||||||||||||||||