Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-19-2008, 12:22 AM
Member
 
Join Date: Jun 2008
Posts: 14
jmHoekst is on a distinguished road
[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
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-28-2008, 12:49 AM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 789
Nicholas Jordan is on a distinguished road
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 06-28-2008, 05:04 AM
Norm's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,223
Norm is on a distinguished road
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.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 06-28-2008, 06:22 PM
Niveditha's Avatar
Senior Member
 
Join Date: May 2008
Posts: 299
Niveditha is on a distinguished road
Send a message via Skype™ to Niveditha
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
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 06-28-2008, 06:31 PM
Norm's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,223
Norm is on a distinguished road
jre is the runtime environment
jdk is the developer's kit
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 06-30-2008, 04:20 PM
Member
 
Join Date: Jun 2008
Posts: 14
jmHoekst is on a distinguished road
Thanks for the suggestions guys, I have it running well now.
Bookmark Post in Technorati
Reply With Quote
  #7 (permalink)  
Old 06-30-2008, 07:58 PM
Niveditha's Avatar
Senior Member
 
Join Date: May 2008
Posts: 299
Niveditha is on a distinguished road
Send a message via Skype™ to Niveditha
Great!!! Now plz mark this thread as solved.
__________________
To finish sooner, take your own time....
Nivedithaaaa
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
best Java Network API to use? San_Andreas Networking 1 04-30-2008 10:42 PM
How to get URL from network machine Mir Networking 1 04-02-2008 02:08 AM
Getting network card address in Java 6 Java Tip Java Tips 0 03-02-2008 09:10 PM
executing the java file TheBayWatchMan New To Java 4 01-12-2008 11:31 AM
Executing a jar file peiceonly New To Java 2 04-06-2007 04:32 PM


All times are GMT +3. The time now is 12:15 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org