当前位置: 技术问答>java相关
得分套餐(27分):3。在JBUILDER4。0中如何将某些类加入它的类库中,实现调用?
来源: 互联网 发布时间:2015-01-05
本文导语: 得分套餐(27分):3。在JBUILDER4。0中如何将某些类加入它的类库中,实现调用,必须详细回答? 以前有未给分的情况,请通知我!!! | To add something to your classpath in JBuilder ... first cho...
得分套餐(27分):3。在JBUILDER4。0中如何将某些类加入它的类库中,实现调用,必须详细回答?
以前有未给分的情况,请通知我!!!
以前有未给分的情况,请通知我!!!
|
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.
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.
When you are finished, click OK and JBuilder will scan the classpath you have given.
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.
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.
When you are finished, click OK and JBuilder will scan the classpath you have given.
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.