Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
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, ∼3060🔥, 1💬
Popular Posts:
How to merge two JAR files with "jar" commands? I am tired of specifying multiple JAR files in the c...
ZooKeeper is a centralized service for maintaining configuration information, naming, providing dist...
How to download and install ojdbc11.jar for Oracle 21c? ojdbc11.jar for Oracle 21c is a Java JDBC Dr...
What Is poi-ooxml-3.5.jar? poi-ooxml-3.5.jar is one of the JAR files for Apache POI 3.5, which provi...
JRE 8 deploy.jar is the JAR file for JRE 8 Java Control Panel and other deploy tools. JRE (Java Runt...