📄 0159.htm
字号:
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=94675 <br>
Created: 03-Jul-00 Modified: 2000-08-21 17:30:21.231<br>
Authors: Simon Brown (http://www.jguru.com/jguru/guru/view.jsp?EID=44588) <br>
Question originally posed by John Zukowski (http://www.jguru.com/jguru/guru/view.jsp?EID=7) <br>
<br>
To add something to your classpath in JBuilder ... first choose "Project Properties" from the "Project" menu. Then click "Libraries..." (in the "Java Libraries" section) and click the "New" button. <br>
<br>
Specify a name for your new classpath entry, and enter the directory path or JAR file location in the "classpath" box. You can also enter source and doc paths here. <br>
<br>
When you are finished, click OK and JBuilder will scan the classpath you have given. <br>
<br>
The final thing you may have to do is click "Add..." from the project properties dialog to add the new classes you just created into your project.<br>
<br>
How do I specify command-line arguments to my application when using JBuilder? <br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=94676 <br>
Created: 03-Jul-00 Modified: 2000-07-10 00:27:56.385<br>
Authors: Simon Brown (http://www.jguru.com/jguru/guru/view.jsp?EID=44588) <br>
Question originally posed by John Zukowski (http://www.jguru.com/jguru/guru/view.jsp?EID=7) <br>
<br>
Choose "Project Properties" from the "Project" menu and select the "Run/Debug" tab. From here, you can specify application parameters and JVM parameters.<br>
<br>
Are there any mailing lists for the discussion of Inprise's JBuilder IDE? <br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=111163 <br>
Created: 25-Jul-00 Modified: 2000-07-26 01:44:22.049<br>
Authors: John Zukowski (http://www.jguru.com/jguru/guru/view.jsp?EID=7) <br>
Question originally posed by John Zukowski (http://www.jguru.com/jguru/guru/view.jsp?EID=7) <br>
<br>
eGroups has a new mailing list on the topic: http://www.egroups.com/group/jbuilder-dev.<br>
<br>
Feedback and comments Robert Castaneda <br>
01-Sep-00 Inprise/Borland also has newsgroups dedicated to JBuilder. These are located at http://newsgroups.borland.com<br>
<br>
<br>
What is the Open Tools API? What is it used for and where can I learn more about it?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=129446 <br>
Created: 17-Aug-00 Modified: 2000-08-17 13:48:24.781<br>
Authors: Robert Castaneda (http://www.jguru.com/jguru/guru/view.jsp?EID=4362) <br>
Question originally posed by Robert Castaneda (http://www.jguru.com/jguru/guru/view.jsp?EID=4362) <br>
<br>
JBuilder is designed to be an extremely open, extensible product.<br>
The Open Tools API is a Java API that you can use to extend and enhance the JBuilder Development Environment. <br>
For example, using the Open Tools API you can write your own custom menu items, key mappings, code generators and integrate with external programs such as version control systems. For more information and a tutorial on the Open Tools API see the JBuilder Update page for more details. <br>
<br>
<br>
Is there any way to configure the settings of the compiler in JBuilder 3.5? What settings of the compiler can be configured?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=130842 <br>
Created: 20-Aug-00 Modified: 2000-08-20 10:02:34.292<br>
Authors: Robert Castaneda (http://www.jguru.com/jguru/guru/view.jsp?EID=4362) <br>
Question originally posed by Barranger Ridler (http://www.jguru.com/jguru/guru/view.jsp?EID=58527) <br>
<br>
The JBuilder 3.5 compiler can be configured inside the Compiler tab of the Project Properties. The Project Properties for the current project are accessible through the (Project/Properties) menu. You can set the default properties for all future projects through the (Project/Default Properties) menu.<br>
For a complete list of configurable options, refer to the Online Documentation of the compiler.<br>
<br>
<br>
Is JBuilder written entirely in Java?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=131671 <br>
Created: 21-Aug-00 Modified: 2000-08-21 17:37:28.33<br>
Authors: Robert Castaneda (http://www.jguru.com/jguru/guru/view.jsp?EID=4362) <br>
<br>
Yes, the latest version, 3.5 is written entirely in Java.<br>
<br>
Feedback and comments John Zukowski <br>
21-Aug-00 For the curious, earlier versions were mostly Java, with the rest written in Delphi. For some JBuilder History, check out the JBuilder Update <br>
<br>
<br>
Since JBuilder 3.5 comes with the JSWDK, which supports Servlet API 2.1/JSP 1.0, how can I get it to use Servlet API 2.2 / JSP 1.1?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=132529 <br>
Created: 22-Aug-00 Modified: 2000-08-22 18:57:50.703<br>
Authors: Robert Castaneda (http://www.jguru.com/jguru/guru/view.jsp?EID=4362) <br>
Question originally posed by John Zukowski (http://www.jguru.com/jguru/guru/view.jsp?EID=7) <br>
<br>
You can follow this tutorial to setup JBuilder 3.5 to use and debug the Tomcat server, which is the reference implementation for Servlets 2.2 and JSP 1.1. <br>
<br>
How can I create a Windows executable (.exe file) from JBuilder?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=132535 <br>
Created: 22-Aug-00 Modified: 2000-08-22 18:56:31.272<br>
Authors: Robert Castaneda (http://www.jguru.com/jguru/guru/view.jsp?EID=4362) <br>
Question originally posed by John Zukowski (http://www.jguru.com/jguru/guru/view.jsp?EID=7) <br>
<br>
JBuilder currently doesn't support creating Windows Executables within the IDE. You can use another product to create native executables.<br>
<br>
Feedback and comments John Zukowski <br>
22-Aug-00 There is a neat trick that does this in the Inprise FAQ.<br>
<br>
<br>
Where can I find OpenTools for JBuilder?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=132550 <br>
Created: 22-Aug-00 Modified: 2000-10-23 22:15:33.188<br>
Authors: Robert Castaneda (http://www.jguru.com/jguru/guru/view.jsp?EID=4362) <br>
<br>
The following sites contain JBuilder OpenTools : <br>
http://jbopentools.sourceforge.net <br>
http://dwjbuilderaddin.sourceforge.net/ <br>
http://www.javabuilders.com/opentools/index.html <br>
Borland's JBuilder OpenTools Newsgroup <br>
http://andersnorlin.tripod.com <br>
OpenTools SDK Documentation <br>
<br>
Are there any other JBuilder FAQs available?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=132553 <br>
Created: 22-Aug-00 Modified: 2000-08-22 19:23:34.741<br>
Authors: John Zukowski (http://www.jguru.com/jguru/guru/view.jsp?EID=7) <br>
<br>
Inprise maintains a fairly extensive one at http://community.borland.com/all/0,1435,c/3/10,00.html. Though, it seems like most questions are not visible. You can download the whole FAQ though.<br>
<br>
How do you add a new driver to the JDBC Explorer tool. The documentation states that the drivers must be loaded, but it does not say how to do it.<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=137000 <br>
Created: 28-Aug-00 Modified: 2000-08-28 21:19:42.592<br>
Authors: Robert Castaneda (http://www.jguru.com/jguru/guru/view.jsp?EID=4362) <br>
Question originally posed by Nick Stute (http://www.jguru.com/jguru/guru/view.jsp?EID=136652) <br>
<br>
In JBuilder 3.5, You need to add a JDBC Driver to the classpath of JBuilder. To do this, modify the /jbuilder/bin/jbuilder.config file to add the path to the JDBC Driver that you are using. <br>
For example (using InterBase):<br>
addpath c:/interclient/interclient.jar <br>
<br>
If you are running the JDBC Explorer as a standalone application, you will need to modify the /jbuilder/bin/jdbce.config file also.<br>
<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -