Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Java (http://www.programmingforums.org/forum17.html)
-   -   Java questions (http://www.programmingforums.org/showthread.php?t=14142)

rwm Oct 10th, 2007 2:59 AM

Java questions
 
Hi guys!

I'm new to Java, and I'd like to ask a few questions, mainly concerning network and hardware:

1) Is it possible to run an application on a machine on the network via your own machine?
i.e. If there is a certain application installed on all machines, can I run that application on any specific machine on the network from my own machine? (via Java application of course!)

2) Is it possible to access CPU usage, memory usage and other hardware stats?

Could you also advise what sections of the JDK I should look at! So I can do some research!

That's pretty much all! Hope you can help!

Thanks! :D

titaniumdecoy Oct 10th, 2007 3:15 AM

Quote:

Originally Posted by rwm (Post 134989)
Is it possible to access CPU usage, memory usage and other hardware stats?

Yes, check out the java.lang.management package.

rwm Oct 10th, 2007 3:43 AM

Awesome! Thanks mate!

Anyone on the running applications on a remote machine?

:D

Grich Oct 10th, 2007 6:26 AM

That would be network programming.
I personally would not recommend that until you have done JAVA for a while though.
Maybe type in network programming in JAVA on Google or something.

Grich Oct 10th, 2007 6:27 AM

Completely forgot. JSP server apps as well.

rwm Oct 10th, 2007 7:18 AM

Quote:

Originally Posted by Grich (Post 135004)
Completely forgot. JSP server apps as well.

Hey thanks man, i'll look into that!

I'm still open to any other comments!

:D

rwm Oct 10th, 2007 7:23 AM

I think I found something:

Remote method invocation

Still open to any responses!

Thanks!

:D


All times are GMT -5. The time now is 4:05 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC