|
From: Jochem B. <j.f...@st...> - 2007-05-26 21:42:48
|
Zach Del schreef:
> I haven't investigated where GCJ stood with regards to Java
> compatibility... what fails during compilation?
The installer fails due to some dependencies on packages that are not
included in GCJ.
Compiling from source fails with the error message:
[javac] ----------
[javac] 3. ERROR in
/home/jochem/jdip/src/dip/gui/dialog/TextViewer.java (at line 226)
[javac] HTMLWriter hw = new HTMLWriter(sw, (HTMLDocument) doc,
selStart, (selEnd-selStart));
[javac] ^^^^^^^^^^
[javac] HTMLWriter cannot be resolved to a type
[javac] ----------
[javac] 4. ERROR in
/home/jochem/jdip/src/dip/gui/dialog/TextViewer.java (at line 226)
[javac] HTMLWriter hw = new HTMLWriter(sw, (HTMLDocument) doc,
selStart, (selEnd-selStart));
[javac] ^^^^^^^^^^
[javac] HTMLWriter cannot be
I admit that I haven't tried the latest CVS version, as I haven't got
much time this and next week.
Jochem
|