Okay, so I did this not too long ago but I forgot the exact the procedure.

Now, I think I was doing it all right after I set it up for Web Start, but when I went to Clean and Build to generate the files needed for online, I got this error in the console

compile:
C:\Users\Austin\Documents\NetBeansProjects\IGCtest\nbproject\jnlp-impl.xml:171: The following error occurred while executing this line:
C:\Users\Austin\Documents\NetBeansProjects\IGCtest\nbproject\jnlp-impl.xml:82: taskdef class org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs cannot be found
using the classloader AntClassLoader[]
BUILD FAILED (total time: 0 seconds)

the lines of code it points to are...

<jnlp:copylibs/>

and

<taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/>

The only difference with the project I did before and this one, is that I am using WebDriver. Will that affect anything? It is already in the package, but just wanted to throw that information out there.

Recommended Answers

All 2 Replies

Look here

not helping... *sigh*

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.