From: Michael A. <Mic...@be...> - 2009-07-07 15:00:17
|
Hello Wutao, the problem is, that the files in the examples-src.zip are not compiled. If you are using eclipse, use the following steps: 1. Create a new Java-Project in eclipse 2. Import the content of the examples-src.zip to the src-folder of this new java-project. 3. To compile the quickstart-examlple you need the gui4j-1.2.3.jar (you can downoload it from the website, if you haven't already) You also need the log4j.jar and the commons-logging-library (I've tested it with commons-logging-1.0.2.jar) So I think this is the easiest way to run the quickstart-example. If you have any further questions, feel free to ask. Best regards Michael > Dear sir, >I am a fresher and just download gui4j1.2.3 to my pc. >but I can not run quickstart sample. I hope to get help >from you. >My java path is: c:\Java\jre6\bin >and I am using eclipse. >After put gui4j-1.2.3 folder to c:\Java, >and run the following command in http://www.gui4j.net/quickstart.html: >cd c:\Java\gui4j-1.2.3 >java -cp gui4j-1.2.3.jar;examples.jar org.gui4j.doc.examples.quickstart.Main >but it failed to import gui4j. >Please teach me the right setting way. >Thanks very much! >wutao |