in order to create a customizable primefaces theme. I would like to generate a jar
my folder structure is:
- jar
- META-INF
- resources
- Primefaces-myrtheme
- theme.css
- images
I tried with the following command:
> Jar-cvf nameOfMyTheme.jar
but its not working: (
You haven’t given any input files for your command..
You need to do it like this: –
Take a look at this… http://docs.oracle.com/javase/tutorial/deployment/jar/build.html