Results 1 to 7 of 7
- 06-18-2008, 10:22 PM #1
Member
- Join Date
- Jun 2008
- Posts
- 14
- Rep Power
- 0
[SOLVED] executing java over network
hi all,
i am a noob and haven't been able to find solutions anywhere on the web. i have a java program that is executed on a server machine, and i want it to "run locally" on each client. how can i do that? the client machines do not have a JDK or anything installed on them, so can i compile on the server and have the code execute on each of the clients?
thanks for the help, i'll take any suggestions you have
- 06-27-2008, 10:49 PM #2
If I may suggest starting with an Applet. The reason I say this is that Applets may talk to the server in a copious fashion.
That is how I plan to implement several major parts of my program.Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
- 06-28-2008, 03:04 AM #3
The client machines must have a version of the java jre (not JDK which is what developers use) to be able to execute a java program.
As Nicholas mentioned, Applets are code that can be loaded into a client's browser from a server. It still requires that the browser have the java plugin installed. With an applet you won't be executing the code over the network. The code will execute in the client's browser.
- 06-28-2008, 04:22 PM #4
Yes i agree with norm.
Even if we use any type of accessing atleast to run application we need jdk installed in client machines.To finish sooner, take your own time....
Nivedithaaaa
- 06-28-2008, 04:31 PM #5
jre is the runtime environment
jdk is the developer's kit
- 06-30-2008, 02:20 PM #6
Member
- Join Date
- Jun 2008
- Posts
- 14
- Rep Power
- 0
Thanks for the suggestions guys, I have it running well now.
- 06-30-2008, 05:58 PM #7
Similar Threads
-
best Java Network API to use?
By San_Andreas in forum NetworkingReplies: 1Last Post: 04-30-2008, 08:42 PM -
How to get URL from network machine
By Mir in forum NetworkingReplies: 1Last Post: 04-02-2008, 12:08 AM -
Getting network card address in Java 6
By Java Tip in forum Java TipReplies: 0Last Post: 03-02-2008, 07:10 PM -
executing the java file
By TheBayWatchMan in forum New To JavaReplies: 4Last Post: 01-12-2008, 09:31 AM -
Executing a jar file
By peiceonly in forum New To JavaReplies: 2Last Post: 04-06-2007, 02:32 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks