I had the Kopi java thing working fine last week...then reinstalled everything to a SD card. Grrrrrrrr...
And now I try to compile and run a trivial applet (ie evm -appletviewer /mnt/card/java/HelloWorld.html where the html file just contains a link to the class file), and get an error like
FileNotFoundException:/mnt/card/java/HelloWorld/class.class
Of course the class file is actually just /mnt/card/java/HelloWorld.class, so why is it looking for this nonexistent file? Obbviously I have something wrong in a pathname somewhere, but I'm buggered if I can work it out. Any ideas?
James