I want to run a .jar file on my shared GoDaddy hosting, but I can't install the JRE to the system because I don't have root access.
Is there any way I can use the unpackaged files to execute the java command manually?
feedback
|
|
What are your privileges on that server? Can you install and run software on that server? Not as root but as the user you are logged in. If you can do that - having shell access - then you can unpack the selfextracting version of java and start the But if you are not allowed to install and run software then it is impossible to get your task running. | |||
|
feedback
|