Skip to content
Snippets Groups Projects
Commit 67a98697 authored by Philipp Spohr's avatar Philipp Spohr
Browse files

just some debug info gathering

parent 8c5c9e9c
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,8 @@ public class YoshikoInterface { ...@@ -24,7 +24,8 @@ public class YoshikoInterface {
System.load(libPath); System.load(libPath);
libraryLoaded = true; libraryLoaded = true;
} }
catch(Exception e) { catch(UnsatisfiedLinkError e) {
System.out.print(System.getProperty("java.version")+System.getProperty("sun.arch.data.model"));
e.printStackTrace(); e.printStackTrace();
libraryLoaded = false; libraryLoaded = false;
} }
......
...@@ -7,6 +7,7 @@ import java.awt.event.ActionListener; ...@@ -7,6 +7,7 @@ import java.awt.event.ActionListener;
import javax.swing.Icon; import javax.swing.Icon;
import javax.swing.JButton; import javax.swing.JButton;
import javax.swing.JFileChooser; import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
import javax.swing.JPanel; import javax.swing.JPanel;
import org.cytoscape.application.swing.CytoPanelComponent; import org.cytoscape.application.swing.CytoPanelComponent;
import org.cytoscape.application.swing.CytoPanelName; import org.cytoscape.application.swing.CytoPanelName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment