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, 2476🔥, 1💬
Popular Posts:
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the wid...
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
The JMX technology provides the tools for building distributed, Web-based, modular and dynamic solut...
Jettison is a collection of Java APIs (like STaX and DOM) which read and write JSON. This allows nea...
JDK 11 jdk.internal.JVM Stat.jmod is the JMOD file for JDK 11 Internal Jvmstat module. JDK 11 Intern...