Monday, November 17, 2008

External Jars In Host Application SUNSPOTS

If you want to include host apps in windows under Netbeans, adding it to classpath in properties is not enough, you actually need to go to the build.properties file and add the path there

example:

C:\Program Files\NetBeans 6.1\java2\modules\ext\AbsoluteLayout.jar:C:/jar/pccomm.jar:C:/jar/bluecove.jar

Note that the directory seperators should be "/" instead of "\".

0 comments: