Hi,
I am a new VisAD user. I successfully installed the code and was able to run a
few examples from the visad/examples section. Now I am interested to learn how
I can compile my own example .java code (on Linux).
For instance, I've create a Test100.java file out of Test00.java. Apart from
changing the class name to Test100, everything is completely identical to
Test00.java. Now I wanted to compile my Test100.java with:
javac -g Test100.java
But this doesn't compile. How would I be able to get Test100.class and run my
new example code?
Thanks for your support.
Best regards,
Sibylle from Germany