What is a Jar file, Runnable Jar file

This tutorial explains about a Jar File, Runnable Jar File with a Simple Example. Java JAR stands for Java Archive in Programming. It is actually a compact or zip format of your java program. The main use of a Jar comes if you want to run your java program in any other PC where you …

Continue reading

jsf library richfaces not setup properly- Netbeans IDE

On creating new JSF Richfaces application in Netbeans, the error shown above comes because of not adding JSF libraries. JSF library RichFaces not setup properly: No complete Richfaces library found. See list of Mandatory JARs. Now to import the libraries, Click on more button. It will show all the jars required for RichFaces as shown. …

Continue reading