Java Manifest File Codebase attribute -


I currently write some anti-build scripts for some JR files to use Java security settings as Java 1.7 I am .0_51 I have run into a problem with codebase attribute; This feature clearly requires exact URL which will be stored and accessed code, although this jar is not known at the time of packaging. Is there a way to specify the codebase attribute later without opening the Jar, then we modify our JAR files and then sign them, modify the manifest, resubmit the jar and then sign in again?

I think that this is a long shot, I am looking for some clarity on this.

Thanks

You can use a * codebase or if you have All supported URLs are listed so you can add them all.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -