1 Attachment(s)
web server error for J2ME application
Hi,
I am trying to execute a J2ME application on a web server. I am trying to configure this web server on my home PC.
I have placed my jar files at
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs
This is the default Document root path in httpd.conf file.
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"
When I am trying to run my jar file on the server as follows
http://localhost/NetworkDemo-SERVER.jar
I get following error as
'Failed to load Main-class attribute from .. '
Please see the screenshot attached.
Any help or guidance would be appreciated.
Thanks in advance,
Vishal