Ok, so I've been dumped this Suse computer for my project testing, only I'm having a few minor problems with it - primarily that I cant seem to get Java working on it.
Following two sets of instructions, first by using the Sun binary and seocndly using the Sun .rpm... both installations would work fine, and javac does indeed seem to compile "good" java .class files (which run on my winXP and Debian boxes fine) but if I try to run them on that box, I get continually
Exception in thread "main" java.lang.NoClassDefFoundError: meep
meep being my test class which only contains a main method... in short, I cant run any java application on this box. I have tried exporting various different enviromental variables, all of which have no effect on the error.
Thanks J
J