[JGloss] Compilation from source fails
Add readings and translations to Japanese text
Brought to you by:
tensberg
From: Rolf L. <no...@no...> - 2004-03-21 16:24:58
|
Hi, after the successful download of j2sdk from SUN, I tried to compile the 1.0.6 and 1.0.7 sources for jgloss but failed on my Windows98 system. Here are the first lines of the output. ,----- [ Failed compilation log ] | | leggewie@rolf /cygdrive/d/Quellcode/jgloss/jgloss-1.0.6 | $ make jgloss | javac -deprecation -d . -classpath ":./src" src/jgloss/JGloss.java src/jgloss/Ja | vaPreferences.java src/jgloss/dictionary/GDict.java src/jgloss/dictionary/EDictN | IO.java | src/jgloss/JGloss.java:27: package jgloss.ui does not exist | import jgloss.ui.*; | ^ | src/jgloss/JGloss.java:28: package jgloss.www does not exist | import jgloss.www.*; | ^ | src/jgloss/JGloss.java:101: cannot resolve symbol | symbol : class Preferences | location: class jgloss.JGloss | public static final Preferences prefs = initPreferences(); | ^ | src/jgloss/JGloss.java:481: cannot resolve symbol | symbol : class Preferences | location: class jgloss.JGloss | private static Preferences initPreferences() { | ^ | `----- It appears that the compiler has trouble including the 'ui'-directory. I do not know how to resolve this, though. Best regards Rolf -- http://home.arcor.de/leggewie/ http://leggewie.biz/hamster.htm |