I'm working on a implementing a SNMP into a GWT project. I need to do an SNMP get and display the results in my GWT application. But GWT does not allow this (not supported by run time).
So I was thinking of maybe writing a separate java program to do this for me, and then write a text file which GWT can read from.
So I guess what I'm really asking is, how to I use GWT/Java to call another java program?
Honestly I don't really know what I'm talking about, I'm just a first year student. Any advice would be appreciated.