(Answer) (Category) FAQ-O-Matic : (Category) JBuilder 6 General :
I don't like the modal behavior of JBuilder's online help. How can I launch it as a separate process from the IDE?
Here's a script I use with JBuilder 6:

  #!/bin/bash
  JB="/usr/local/JBuilder6"
  JAVA="$JB/jdk1.3.1/bin/java"
  JBL="$JB/lib"
  JBD="$JB/doc";
  CP="$JBL/dx.jar:$JBL/dt.jar:$JBL/jbuilder.jar:$JBL/help.jar"
  MC="com.borland.primetime.help.viewer.ViewerFrame"
$JAVA -cp "$CP" $MC $JBD/ jbuilder qs/shortcuts.html

For launching JBuilder3's help, see here:

  http://www.drbob42.com/jbuilder/jbjar047.htm

2001-Dec-21 7:38am gyles19@visi.com
Since this might be useful for Windows users too, Windows users can use the following Windows batch file version:

-------------------------START OF BATCH SCRIPT------------------------

@echo off

::----------------------------------------------------------------------
:: JBuilder6 Help Startup Batch-file based on Joi Ellis Unix BASH script
::----------------------------------------------------------------------

:: ---------------------------------------------------------------------
:: Before you can run the JBuilder Help, please, specify the location of
:: the directory JBuilder6 is installed on your system.
:: The JBuilder6 supplied JDK will be used to start the JBuilder Help.
:: ---------------------------------------------------------------------

set JBHOME=D:\JBuilder6

:: ---------------------------------------------------------------------
:: If you have correctly set the JBuilder HOME path, then in most cases
:: you will not need to change the settings below.
:: ---------------------------------------------------------------------

set JAVARUNTIME=%JBHOME%\jdk1.3.1\bin\java
set JBLIB=%JBHOME%\lib
set JBDOC=%JBHOME%\doc
set CLASSP=%JBLIB%\dx.jar;%JBLIB%\dt.jar;%JBLIB%\jbuilder.jar;%JBLIB%\help.jar
set MAINCLASS=com.borland.primetime.help.viewer.ViewerFrame
%JAVARUNTIME% -cp "%CLASSP%" %MAINCLASS% %JBDOC%\ jbuilder qs/shortcuts.html
2002-Mar-02 10:22am vkyr@ision.net
You can run the Help Viewer in a separate VM, so you can access help while in a modal dialog is being displayed.  Add the line of code to the JBuilder.config file located in the JBuilder/bin directory:


  vmparam -Dcom.borland.jbuilder.help.vm=true


If you prefer to not edit JBuilder.config, try placing the line in a failed named lib/ext/help.config instead.

2002-Mar-27 12:24pm gyles19@visi.com
[Append to This Answer]
2002-Mar-27 12:24pm
Previous: (Answer) MobileSet 1.03 won't install on JBuilder6.
Next: (Answer) I'm trying to install JBuilder 6. I can't launch JBuilder to enter my key because it dies with an error message that says "Unknown license file format." How can I get past this?
This document is: http://www.visi.com/~gyles19/cgi-bin/fom.cgi?file=309
[Search] [Appearance]
This is a Faq-O-Matic 2.709.
This FAQ administered by gyles19@visi.com.

Other JBuilder Links

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
Netring Home - About - Privacy
The
JBuilder Netring Logo
The Borland JBuilder Netring by JBuilder FAQ-O-Matic
[ Join Now | List Sites | Random | << Prev | Next >> ]
[ Previous 5 Sites | Skip Previous | Skip Next | Next 5 Sites ]