Currently I have a Netbeans Maven project using BioJava and JZY3D dependencies. I believe JZY3D to be the culprit and overall problem.
What is happening?
Currently I have a jar (NEVBLAST-1.0-SNAPSHOT-jar-with-dependencies.jar) and this currently runs. When the program gets to the point where it has to graph. The line it breaks is a JZY3D line: (AWTChartComponentFactory.newChart(Quality.Advanced, Toolkit.awt);). On runtime once the program gets to graphing it gives this error:
Catched FileNotFoundException: /home/ziggy/Desktop/NEVBLAST/target/NEVBLAST-1.0-SNAPSHOT-jar-with-dependencies-natives-linux-amd64.jar (No such file or directory), while TempJarCache.bootstrapNativeLib() of jar:file:/home/ziggy/Desktop/NEVBLAST/target/NEVBLAST-1.0-SNAPSHOT-jar-with-dependencies-natives-linux-amd64.jar!/ (file:/home/ziggy/Desktop/NEVBLAST/target/ + NEVBLAST-1.0-SNAPSHOT-jar-with-dependencies-natives-linux-amd64.jar)
Is there a way to build these OS specific dependencies through maven? This project is my first working with maven and I have hit a complete standstill and do not know what to do.
Thanks for any and all input!
Current Code: You can see current code base at: code.google.com/p/nev-blast/source/checkout Let me know if there are any problems running the program. The program is configured to startoff with test data so all you have to do is hit submit to see the graphs (or where it is breaking...Note it is breaking in the class: Grapher.java)
--
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes Jzy3d.
Pour vous désabonner de ce groupe et ne plus recevoir d'e-mails le concernant, envoyez un e-mail à l'adresse jzy3d+un...@googlegroups.com.
Pour plus d'options, visitez le site https://groups.google.com/groups/opt_out .