Reputation: 1
im try to run processsing.org 4 in netbeans 23, but i have the follow run-time error: -java.lang.UnsatisfiedLinkError: Can't load library: C:\Users\spamg\Documents\MIGUEL\netbeans\myLang\natives\windows-amd64\gluegen_rt.dll
i know this can be done , because i have done it along time ago, but i forget where i putted the project
i think you have to do something to the build.xml, but i dont know what!!
build.xml
<project name="myLang" default="default" basedir=".">
<description>Builds, tests, and runs the project myLang.</description>
<import file="nbproject/build-impl.xml"/>
<target name="run" depends="compile">
<java fork="true" classname="mainlang.MainLang">
<jvmarg value="-Djava.library.path=${basedir}/path/to/natives/windows-amd64"/>
<classpath>
<path refid="run.classpath"/>
</classpath>
</java>
</target>
</project>
Can somebody help me!!
thanks in advance
miguel silvestre
Upvotes: 0
Views: 66