|
|
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" 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.html2002-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 |
| ||||||||
|
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 |
|||||||||||||||||
|
|||||||||||||||||