Is it possible to download Tomahawk JAR file source code and make change in a class and recompile as JAR file?

57 Views Asked by At

In Tomahawk JAR file, we have a class MyFacesResourceLoader.java which have a method _defineCaching()_ that creates headers to the js/css files, I want to modify default headers in the file, so is it possible to modify the source code of Tomahawk Jar file and recompile as Jar file. Please advise.

1

There are 1 best solutions below

5
Kukeltje On

The answer to

Is it possible to download Tomahawk JAR file source code and make change in a class and recompile as JAR file?

is:

Yes