rostam / GraphTea

The Graph Theory Software
http://graphtheorysoftware.com/
85 stars 28 forks source link

Added support for java >= 8 #59

Closed Zyr00 closed 4 years ago

Zyr00 commented 4 years ago

This has a simple fix of just adding the jar lib to the lib folder in scrips

downloaded from here

tested with:

[redacted@arch GraphTea]$ javac --version 
javac 13.0.2 

[redacted@arch GraphTea]$ java --version 
openjdk 13.0.2 2020-01-14 
OpenJDK Runtime Environment (build 13.0.2+8) 
OpenJDK 64-Bit Server VM (build 13.0.2+8, mixed mode) 

[tunes@arch GraphTea]$ uname -smor 
Linux 5.5.4-arch1-1 x86_64 GNU/Linux 

[redacted@arch GraphTea]$ ant -version 
Apache Ant(TM) version 1.10.7 compiled on September 10 2019 

There are still deprecated stuff

azinazadi commented 4 years ago

@rostam could you imagine to test it one time?

rostam commented 4 years ago

@azinazadi @Zyr00 Hi Guys, sorry for late reply. I am looking at it now.

rostam commented 4 years ago

I tested it with both Java 11 and Java 13 and it complied and worked successfully. So, I will accept the merge request. @azinazadi @Zyr00