Sorry for answering this late. Openmodeling is a web-application, not a
standalone java program that can be run.
So you need to install a webserver like Tomcat and deploy the warfile on
Tomcat in order ro run.
Regards, Jan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
smetshe$ java -jar ./openmodeling-223.war
Failed to load Main-Class manifest attribute from
./openmodeling-223.war
When opening the manifest file in META-INF, I don't see a link to the main
class, is this correct ?
Hi,
Sorry for answering this late. Openmodeling is a web-application, not a
standalone java program that can be run.
So you need to install a webserver like Tomcat and deploy the warfile on
Tomcat in order ro run.
Regards, Jan