Hi, [EMAIL PROTECTED] wrote: > hi, > i'm a java developer (yet i'm new to kaffe), and > lately installed kaffe on vmware, with os > debain3.0rx(kernel 2.2) ready, to test weather kaffe > can work on it or not. then i may use that env to > develop an open source project lately i invloved. yet > seemly it issues problem "error: cannot find class > String[JIS8]". what does that mean? i've check my env > .bash_profile. it looks like below. i'd included > glibj.zip of classpath, yet it occurred another error > with conflict to the kaffe tools.jar file already > included, even though i mark it in .bash_profile. > what's wrong with that, can anyone gimme a hint? > i appreciate any suggestions, > sincerely. > btw, i compile the sample file with this coommand - > 'javac -classpath "." *.java'. > ===============BASH_PROFILE======BEG > JAVA_HOME=/usr/local/kaffe; export JAVA_HOME > PATH=/usr/loca/kaffe/bin:$PATH; export PATH > CLASSPATH=/usr/loca/kaffe/lib/tools.jar:$CLASSPATH; > export CLASSPATH
Try prepending Klasses.jar to the CLASSPATH. cheers, dalibor topic _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
