|
From: Mark C. <mar...@gm...> - 2005-02-01 16:18:41
|
This is a bit off topic, but I'm trying to compile the complete
webonswing packages
with eclipse3.1,
using jdk1.5.0_01 on windowsxp
Eclipse cannot find sun.awt.* packages. Is there anything I should
watch out for? It doesn't have this problem compiling regular swing,
but I don't use sun.awt package anywhere else.
Thanks
mark
__________ compile error______________
Buildfile: C:\eclipse\workspace\WebOnSwing\webonswing\build.xml
init-webonswing:
project_init:
init:
prepare:
compile-wos-project:
[javac] Compiling 249 source files to
C:\eclipse\workspace\WebOnSwing\build\webonswing\bin
[javac] C:\\eclipse\workspace\WebOnSwing\webonswing\src\net\ar\webonswing\toolkit\WosGraphicsEnvironment.java:61:
cannot find symbol
[javac] symbol : class FontProperties
[javac] location: class net.ar.webonswing.toolkit.WosGraphicsEnvironment
[javac] protected FontProperties createFontProperties()
_____________ END _______________________
|