Thread: Nw2png2.0
View Single Post
  #52  
Old 06-03-2013, 07:36 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by cyan3 View Post
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
See, when I open the manifest file, those lines are already there.

HTML Code:
Manifest-Version: 1.0
Class-Path: .
Main-Class: src.org.graalcenter.nw2png.GraphicalNW2PNG
This is what I get from my console.

HTML Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Aaron>cd C:\Users\Aaron\Downloads

C:\Users\Aaron\Downloads>java -Xmx1024m -jar mapimg\map\NW2PNG2.1.jar
no main manifest attribute, in mapimg\map\NW2PNG2.1.jar

C:\Users\Aaron\Downloads>
Which is exactly the same, haha.
Reply With Quote