Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Demo Program JAFApp.java in jaf-1_1_1.zip
How to run the demo program, JAFApp.java, provided in the jaf-1_1_1.zip package?
✍: FYIcenter.com
The jaf-1_1_1.zip package comes with a nice demo program called JAFApp.java. You can compile and run it as described below:
1. Make sure you installed jaf-1_1_1.zip under the \local folder.
2. Run commands below:
fyicenter> copy \local\jaf-1.1.1\demo\JAFApp.java . fyicenter> copy \local\jaf-1.1.1\demo\CompViewer.java . fyicenter> java -version java version "1.7.0_45" fyicenter> javac -classpath .;\local\jaf-1.1.1\activation.jar JAFApp.java fyicenter> java -classpath .;\local\jaf-1.1.1\activation.jar JAFApp
3. Select JAFApp.java with you see the "JAF Testing Application" window shows up.
4. Click on the "Launch" button on the top right corner. You will see a JAF Component shows up to display the content of the Java file.
⇒ Download and Insatll jaf-1_1_1.zip
⇐ What Is activation.jar of JAF 1.1.1
2022-01-22, 2783🔥, 1💬
Popular Posts:
Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. Both...
How to run "jar" command from JDK tools.jar file? "jar" is the JAR (Java Archive) file management co...
HttpComponents Client Source Code Files are provided in the source package file, httpcomponents-clie...
What Is ojdbc14.jar for Oracle 10g R2? ojdbc14.jar for Oracle 10g R2 is the JAR files of ojdbc.jar, ...
What Is log4j-1.2.15.jar? I got the JAR file from apache-log4j-1.2.15.zip. log4j-1.2.15.jar is the v...