📄 0159.htm
字号:
<br>
Where can I find a list of what's new in JBuilder 4.0?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=142353 <br>
Created: 05-Sep-00 Modified: 2000-09-05 14:43:11.269<br>
Authors: John Zukowski (http://www.jguru.com/jguru/guru/view.jsp?EID=7) <br>
<br>
Borland/Inprise provides a new feature listing from http://www.borland.com/jbuilder/jb4/prodbrief.html.<br>
<br>
Can I configure JBuilder to run my applet inside another web browser rather than the appletviewer?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=201773 <br>
Created: 09-Sep-00 Modified: 2000-09-09 23:02:31.908<br>
Authors: Robert Castaneda (http://www.jguru.com/jguru/guru/view.jsp?EID=4362) <br>
Question originally posed by Vaishakhi Ajmera (http://www.jguru.com/jguru/guru/view.jsp?EID=131617) <br>
<br>
No, JBuilder only supports running Applets using the JDK AppletViewer. The JBuilder documentation does contain some helpful information on the deployment of applets.<br>
<br>
Which extra libraries do I need to deploy for my applet to work with the components from JBuilder - "DataExpress" and "DB Swing" ?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=201778 <br>
Created: 09-Sep-00 Modified: 2000-09-10 09:02:44.979<br>
Authors: Robert Castaneda (http://www.jguru.com/jguru/guru/view.jsp?EID=4362) <br>
Question originally posed by Tage Vestvold (http://www.jguru.com/jguru/guru/view.jsp?EID=142690) <br>
<br>
The DataExpress and dbSwing classes from JBuilder are of course, not part of the standard Java VM. So additional classes need to be deployed. The file /jbuilder/redist/deploy.txt lists the files that you are allowed to redistribute from JBuilder. <br>
In particular, in JBuilder 3.5 the files that you require are located inside dbswing3.1.jar and jbcl3.1.jar <br>
<br>
<br>
Feedback and comments Tage Vestvold <br>
12-Sep-00 Which files are required for JBuilder 3.0?<br>
<br>
<br>
What configuration management / version control options are available when developing with JBuilder?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=201786 <br>
Created: 10-Sep-00 Modified: 2000-09-10 00:09:37.33<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>
Integrated Version Control is a feature of the Enterprise Versions of JBuilder. <br>
For versions 1,2,3 (Windows) - Borland shipped the PVCS Version Control System. <br>
<br>
JBuilder 3.5 contains a sample integration with CVS, JBuilder 4.0 includes CVS<br>
<br>
For JBuilder 3.5, There are some OpenTools that are compatible with all versions (Foundation, Professional Enterprise) that can be used to integrate with Source Control. One example is the Visual Source Safe Addin <br>
<br>
If you wish to use a different Source Control system, all versions of JBuilder are "file-friendly" in that JBuilder stores all Java Source files as normal text files and is aware of when a file is changed from an external program.<br>
<br>
<br>
Is there any way of getting an Image from the System clip board?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=202499 <br>
Created: 11-Sep-00 Modified: 2000-09-15 15:30:09.158<br>
Authors: Jon Wingfield (http://www.jguru.com/jguru/guru/view.jsp?EID=41079) <br>
Question originally posed by Johan Oosthuizen (http://www.jguru.com/jguru/guru/view.jsp?EID=132670) <br>
<br>
This JavaWorld Tip should point you in the right direction. <br>
You also need to have the "accessClipboard" permission to access the System clipboard.<br>
<br>
<br>
Feedback and comments Johan Oosthuizen <br>
11-Sep-00 I have in fact tried this JavaWorld Tip and it works well when copying and pasting between one's own local clipboards. I managed to create my own clipboard, copy anything I like onto it, and paste it from there. <br>
But...let's say I pressed PrintScreen, the resultant image is captured on the System Clipboard. I create my own clipboard and try to set it contents equal to that of the System Clipboard and it results in a NullPointerException. The previous problem with UnSupportedDataFlavor Exceptions has been cleared. But I still can't get anything other than strings and plain text from the System Clipboard.<br>
[Anyone have any ideas?]<br>
<br>
Sandip Chitale <br>
18-Sep-00 Please see bug 4040183 here - <br>
http://developer.java.sun.com/developer/bugParade/bugs/4040183.html <br>
<br>
<br>
Is it possible to generate the output of my JBuilder project as a Jar file that is debuggable?. <br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=224737 <br>
Created: 08-Oct-00 Modified: 2000-10-11 20:26:58.737<br>
Authors: Damien Bootsma (http://www.jguru.com/jguru/guru/view.jsp?EID=222870) <br>
Question originally posed by Syed Aleem (http://www.jguru.com/jguru/guru/view.jsp?EID=222597) <br>
<br>
JBuilder will always generate .class files as the output.<br>
There is the JBuilder deployment wizard which will take your .class files and wrap them up into .jar file for you.<br>
In JBuilder 4, this can done as part of the project.<br>
If you want to do debugging, depending on what version of JBuilder you have there is a setting that enables debugging. Normally this is called Enable Debug Info and it is found in the Project Properties, under the Compiler Tab. <br>
<br>
<br>
How can I create EJB XML Deployment Descriptors in JBuilder4.0? Which servers are supported?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=227217 <br>
Created: 11-Oct-00 Modified: 2000-10-18 18:35:29.881<br>
Authors: Damien Bootsma (http://www.jguru.com/jguru/guru/view.jsp?EID=222870) <br>
Question originally posed by murai navaneethan (http://www.jguru.com/jguru/guru/view.jsp?EID=223937) <br>
<br>
In JBuilder 4.0 Enterprise there is support for Inprise Application Server 4.0 and BEA WebLogic <br>
In the Enterprise version, the EJB Group file helps create both the EJB Specific xml file and the ejb-inprise.xml file (Vendor Specific) <br>
As you create your EJB's the XML files and tags are created automatically. The vendor specific files also are created as you edit the deployment descriptor of the Application Server. <br>
Because JBuilder supports XML files, There is also the ability to open the XML files and modify them in directly the IDE. <br>
<br>
<br>
Does JBuilder's Developer Journal really exist? I've never seen a copy. If yes, how frequently is it published?<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=232610 <br>
Created: 20-Oct-00 Modified: 2000-10-23 06:17:22.146<br>
Authors: Ken Cobbs (http://www.jguru.com/jguru/guru/view.jsp?EID=228578) <br>
Question originally posed by John Zukowski (http://www.jguru.com/jguru/guru/view.jsp?EID=7) <br>
<br>
Yes. It's published bi-monthly(every other month) by SYS-CON publications. If it's still together check: Subscribe@SYS-CON.com or (914) 735-7300<br>
<br>
How do I generate JavaDoc in JBuilder, Is there a way to do it without going through "javadoc" tool from Sun? <br>
<br>
[RC - When submitting an answer, please refer to the Version/Edition of JBuilder]<br>
Location: http://www.jguru.com/jguru/faq/view.jsp?EID=232716 <br>
Created: 20-Oct-00 Modified: 2000-10-23 22:21:16.878<br>
Authors: Michael Buck (http://www.jguru.com/jguru/guru/view.jsp?EID=75702) <br>
Question originally posed by Rohit Sachdeva (http://www.jguru.com/jguru/guru/view.jsp?EID=207588) <br>
<br>
JBuilder 3, Windows, Enterprise <br>
contains a Javadoc wizard to generate Javadoc. <br>
JBuilder 3.4/4.0<br>
Check out http://andersnorlin.tripod.com for OpenTools that can create JavaDocs. <br>
For a complete list of OpenTools website, see this FAQ.
</table>
<p align="center"><script src="../../2.js"></script></a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -