Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with cd2sbgnml Installation/Compiling #5

Open
cannin opened this issue Apr 3, 2020 · 0 comments
Open

Issues with cd2sbgnml Installation/Compiling #5

cannin opened this issue Apr 3, 2020 · 0 comments

Comments

@cannin
Copy link

cannin commented Apr 3, 2020

I tried installing cd2sbgnml on my macOS Catalina and had problems. I don't think it faulty code, but rather the evolution of Java since the project was made. I'm not sure how to install JavaFX in 2020 (used for the GUI) on macOS 10.15. Therefore, I can neither run the already built code nor can I compile it on my computer.

I was able to get cd2sbgnml working in the command-line by compiling it without the GUI. By doing the following:

Using Java 1.8

Code Changes

Removing Files

src/main/java/fr/curie/cd2sbgnml/App.java
src/main/java/fr/curie/cd2sbgnml/Launcher.java

Removing Code Lines

Commenting out: import com.sun.javafx.font.LogicalFont; in file src/main/java/fr/curie/cd2sbgnml/model/LogicGate.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant