Hello, The problem i get when i try to use the Java API for Globus (CoG), i
get the following error:
[r...@localhost java_api]# ant stage1
Buildfile: build.xml
stage1:
[javac] Compiling 2 source files
[javac] /root/gram2/java_api/cogExample/GatekeeperPing.java:2: *package
org.globus.gram does not exist*
[javac] *import org.globus.gram.Gram;*
[javac] ^
[javac] /root/gram2/java_api/cogExample/GatekeeperPing.java:13: *cannot
find symbol*
[javac] *symbol : variable Gram*
[javac] location: class cogExample.GatekeeperPing
[javac] *Gram.ping*(contact);
[javac] ^
[javac] 2 errors
BUILD FAILED
/root/gram2/java_api/build.xml:6: Compile failed; see the compiler error
output for details.
Total time: 1 second
What exactly is the problem? and what needs to be done?
Thanks in advance.
.