taxondna icon indicating copy to clipboard operation
taxondna copied to clipboard

Doesn't run on windows 10?

Open KimaniNdungu opened this issue 7 years ago • 1 comments

Sequence Matrix does not run on windows 10.. I don't know if it's a general problem?

KimaniNdungu avatar Jan 04 '18 18:01 KimaniNdungu

Thanks for reporting that! As far as I can tell, double-clicking the JAR file still works. Double-clicking the BAT file doesn't work, because Java is no longer packaged with Windows. If you change the second line in the BAT file from:

%WINDIR%\System32\java.exe -Xmx1000M -jar SequenceMatrix.jar

to:

java.exe -Xmx1000M -jar SequenceMatrix.jar

It should start working again, as long as you have Java installed.

I'll fix this for SequenceMatrix 1.9!

gaurav avatar Jan 07 '18 06:01 gaurav