application in Linux server
Hello all
My application needs to run in Linux server. Other users as terminals connect to this server.
I want my application available for all users. I am not good at Linux. How I can setup for this so all users from their terminals can login to this server can run the application by typing a simple line:
java -jar myapplication.jar
Could you please help
Thanks
suhu
[413 byte] By [
suhua] at [2007-11-27 10:45:35]

First you need to figure out exactly what you are talking about.
An application runs on one machine, not two.
> I am not good at Linux.
That is not going to be non-trivial unless you are already an at least moderately familar with at least one other OS and familar with java as well. You should also be generally familar with software in general.
You can run a server application on one computer and client applications on others.In this case normally the users would not be interacting directly with the server in this case.
Thanks for your help
This is not client server application
My application is on Linux server. Users will connect to this server like terminals (remote).
When an user login into this sever, he will be in his /home/username folder.
Now I need to install the application so that when he login to this Linux server, he can run the application by typing this:
java -jar myApplication.jar
Thanks
suhua at 2007-7-28 20:13:47 >

Linux, which is not java, has any number of clever ways which allow users to run "virtual" apps on another box.
Obviously command line is the easiest.
There are others however.
And it does have a lot to do with the specific vendor of linux, version of linux, hardware and the target environment.
But again none of that has anything to do with java. And none of it is solvable by java.
Once you do solve it (linux, not java) then you can write an app in java which will run.
A linux forum, specific to all of the above, might help.