
May 19th, 2005, 01:10 AM
|
|
Junior Member
|
|
Join Date: May 2005
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Is it possible to execute a unix command from an applet
Hi... I want to graphically represent the virtual memory status of a server. As the servers have Solaris, AIX, Linux, I've chosen Java as the coding language. As this needs graphics, I chose Applets. But I want the graph to be updated after a certain time interval. For this, I need to execute the "vmstat" command from the applet. But this is raising a security exception. Plz tell me a way to overcome this problem.
|