Quote:
Originally Posted by Emera
Neither of your patches work for me. Cubical's opens, but the process halts at "Generating..." while Deas' java file refuses to open altogether.
Edit: This "Generating..." hang is now happening with Dusty's submissions too.
|
Deas version won't run for me either. I suspect it has something to do with the manifest because it throws this error message when I run it though the terminal:
HTML Code:
no main manifest attribute, in NW2PNG2.1.jar
Edit: The problem was because the manifest doesn't indicate what the main class is and can be easily fixed by adding the text below to the manifest file:
HTML Code:
Class-Path: .
Main-Class: src.org.graalcenter.nw2png.GraphicalNW2PNG