Hi there... 
I just installed Java 2 SDK on a Redhat 7.0 system, and most things seem to work OK. I can compile and execute applications on the server and they run fine.
Then I created a simple JApplet and compiled it. It compiled fine with no errors or warnings, but when I try to execute it from a web page, it tells me... 'class test not found' or something to that effect.
Now if I go to my Apache error log, I see that there is an error being generated when I do that, which says No such file or directory: '/
/ is the folder where I have my test.class file located and the html page that calls it.
Any ideas on what Im doing wrong would be greatly appreciated.
Thanks,
Gerald
I just installed Java 2 SDK on a Redhat 7.0 system, and most things seem to work OK. I can compile and execute applications on the server and they run fine.
Then I created a simple JApplet and compiled it. It compiled fine with no errors or warnings, but when I try to execute it from a web page, it tells me... 'class test not found' or something to that effect.
Now if I go to my Apache error log, I see that there is an error being generated when I do that, which says No such file or directory: '/
/ is the folder where I have my test.class file located and the html page that calls it.
Any ideas on what Im doing wrong would be greatly appreciated.
Thanks,
Gerald