That example is very very old and I am nore it is still working. Please use examples from the docs http://www.softtreetech.com/24x7/24x7java.pdf See pages 6-7 and other relevant pages. : I am trying out the java includes to set up remote monitoring of 24x7. : I have had trouble with my simple script compiling properly, but not running : in java.. so I tried to compile the example.java file located in the 24x7 : directory. : After correcting lowercase errors, i still get the following : : openSession(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String) : in com.softtreetech.scheduler.j24x7 cannot be applied to : (java.lang.String,java.lang.String,java.lang.String,java.lang.String) : I see that in the class file, opensession is using String,Int,String, : String,String, but in the example uses all Strings. : Even after correcting this, it still throws this error : Has anyone compiled this example file ?
|