BuilderException : Icon doesn't exist

Not sure exactly when this happened as I haven’t tried to make a new build in over a week, but I got the following error today.



[java]

Windows EXE Creation

H:UsersDanyDocumentsjMonkeyProjectsDisenthralnbprojectlaunch4j-impl.xml:7:

net.sf.launch4j.BuilderException: Icon doesn’t exist.

at net.sf.launch4j.Builder.build(Builder.java:77)

at net.sf.launch4j.ant.Launch4jTask.execute(Launch4jTask.java:111)

at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)

at sun.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:601)

at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)

at org.apache.tools.ant.Task.perform(Task.java:348)

at org.apache.tools.ant.Target.execute(Target.java:390)

at org.apache.tools.ant.Target.performTasks(Target.java:411)

at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)

at org.apache.tools.ant.Project.executeTarget(Project.java:1368)

at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)

at org.apache.tools.ant.Project.executeTargets(Project.java:1251)

at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:284)

at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:539)

at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)

BUILD FAILED (total time: 53 seconds)

[/java]

Go to the desktop deployment settings once, the file should be created in the resources folder.

1 Like

Had to untick then save, then retick and save.



Works now.



Thanks. :smiley: