Categories:
Audio (13)
Biotech (29)
Bytecode (22)
Database (79)
Framework (7)
Game (7)
General (497)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (70)
JavaBeans (16)
JDBC (86)
JDK (338)
JSP (20)
Logging (90)
Mail (54)
Messaging (8)
Network (106)
PDF (82)
Report (7)
Scripting (75)
Security (67)
Server (112)
Servlet (17)
SOAP (24)
Testing (55)
Web (24)
XML (287)
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.
2016-06-21, 1708👍, 0💬
Popular Posts:
The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible...
JDK 11 jdk.scripting.nashorn.jm odis the JMOD file for JDK 11 Scripting Nashorn module. JDK 11 Scrip...
What Is xercesImpl-2.6.2.jar? xercesImpl-2.6.2.jar is the JAR file for Apache Xerces Java XML Parser...
JSP(tm) Standard Tag Library 1.0 implementation - Jakarta Taglibs hosts the Standard Taglib 1.0, an ...
Xalan-Java, Version 2.7.1, is an XSLT processor for transforming XML documents into HTML, text, or o...