Ram
Posts: 19
Nickname: srkothuru
Registered: Jul, 2003
|
|
Re: How do i start a bath file from a html page
|
Posted: Sep 9, 2003 8:16 AM
|
|
> Is you application a Swing application (i.e. not an > applet, but an application with a graphical front-end)? > > If you saw nothing, I have a suspicion that your JAR > contains a Java console application, in which case I don't > think that you can do this. JAR files are typically > opened with 'javaw' in windows, which suppresses the > console. Therefore, if you try and run a JAR which > contains a console application with 'javaw', all console > input/output will be hidden! > > You can check to see what kind of application your JAR is > by simply double-clicking the JAR. If it appears that > nothing happens, chances are that you've got a console > application.
My application is not a swing application. i am using jdk 1.1.7 so i cany use swings. WHen i double click the application worls fine. also it works when i say java -jar xyz.jar. But, it is not displaying anything when i gave the link in the html page.
Regards Ram
|
|