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, ∼3150🔥, 1💬
Popular Posts:
JDK 11 jdk.jshell.jmod is the JMOD file for JDK 11 JShell tool, which can be invoked by the "jshell"...
JDK 11 java.security.jgss.jmod is the JMOD file for JDK 11 Security JGSS (Java Generic Security Serv...
JDK 17 jdk.localedata.jmod is the JMOD file for JDK 17 Localedata module. JDK 17 Locale Data module ...
xml-commons Resolver Source Code Files are provided in the source package file, xml-commons-resolver...
xml-commons External Source Code Files are provided in the source package file, xml-commons-external...