Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how to start a java application from the web

  Asked By: Charlie    Date: Mar 31    Category: Java    Views: 585
  

I've developed a java application that I want to get deployed
through the web. I understand that Java WebStart can do this but I
would prefer to have the appplication running on the server.
Is there a way to start up the JVM from some server-side scripting
language like javascript, php, asp and start the application?
I also need to pass command-line parameters to the application.

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Jamie Williams     Answered On: Mar 31

Could you do it with JSP??????????????

 
Answer #2    Answered By: Darrell Harvey     Answered On: Mar 31

Please use this "Object Oriented Thinking" group for sharing you knowledge in
OOAD, UML and Unified Process

 
Answer #3    Answered By: Bethany Hughes     Answered On: Mar 31

java has JSP for server  side scripting language. But, I think php  is better
than JSP (it's more easier to learn), PHP also support connection with Java
too

 
Answer #4    Answered By: Herbert Weaver     Answered On: Mar 31

For server-side  scripting you can use Servlets or JSP

developer.java.sun.com/.../
http://www.jsptut.com/

 
Didn't find what you were looking for? Find more on how to start a java application from the web Or get search suggestion and latest updates.




Tagged: