[kaffe] compile problem

newbie_tw at yahoo.com.tw
Sun Apr 4 20:19:02 PDT 2004


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
===============BASH_PROFILE======END
===============Hello.java=======BEG
public class Hello{
        public static void main(String args[]){
                System.out.println("hello!");
        }
}
===============Hello.java=======END

-----------------------------------------------------------------
抄近路!!Email處處收!
免費下載Yahoo!奇摩捷徑列
http://tw.companion.yahoo.com/




More information about the kaffe mailing list