Hi Bielejec,
I followed the SpreaD3 tutorial "Visualizing an MCC tree annotated with discrete traits" but encountered a problem.
The first step, Parsing the data, the output file "ebov.json" has been generated. Fro the second step, after the "ebov.json" file was loaded, I clicked the "Render..." button and there went to a "Generate ..." window.
What should be provided here? I tried to input an output filename, then an error message said "spreaD3_v0.9.5.jar"(No such file or directory?)". If a dir name was given, it still asked for a filename.
The java error message is:
==============================================
Stack trace:
java.io.FileNotFoundException: spreaD3_v0.9.5.jar (No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:219)
at java.util.zip.ZipFile.<init>(ZipFile.java:149)
at java.util.jar.JarFile.<init>(JarFile.java:166)
at java.util.jar.JarFile.<init>(JarFile.java:103)
at renderers.d3.D3Renderer.render(Unknown Source)
at gui.panels.D3RenderPanel$1.doInBackground(Unknown Source)
at gui.panels.D3RenderPanel$1.doInBackground(Unknown Source)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
==================================================
I am working on a Debian stable (8.3) Linux machine, and java version 1.8.0_60.