日経ソフトウェアの、2006年の記事を見ながら、JAVAをやってみようと思った。
そんで、2006年7月号に掲載されていた、SWT & JFace というのをやってみることにしたが、環境設定のやり方がいまいちわからん。Googleで検索してもわからなかったのだが、英語で探せばいいということに気づき、なんとか設定することができた。
初めてやったので、改善点はあると思うけど・・・とりあえず、参考にしたところを掲載しておく。
From the Eclipse home page select Downloads, then select the desired Eclipse version for your platform. Download the associated zip file.
Expand the ZIP into a top-level directory (I suggest a name like "EclipseX.Y.Z" where X, Y, and Z are the Eclipse version you selected).
Use the DIR command or Search to find the swt.jar file and place it on your CLASSPATH (or use it on your java -cp command).
Also find all the SWT-*.DLL files and make sure they are accessible (put the directory they are in on the PATH or copy the DLL files into a directory already on the PATH).
http://www.ibm.com/developerworks/library/os-jface1/index.html