Jar App (GUI) Execution

Hi,
Just wondering any ideas of the possible cause of an exception error on Security reading or accessing the META-INF/Zigbert (contianed with the manifest file), when trying to execute the jar application. e.g. we get the message:

Exception in thread "main" java.lang.SecurityException: cannot verify signiture block file META-INF/Zigbert
at sune.security, etc

My guess would be fpor some reason (locale & char support??), the JDK is not accessing or reading this file properly.

Thanks
Brian

Hi,
This is now resolved; the problem was there were characters (^M) introduced into the file, when being accessed in windows. These characters (which are hidden in WIN) then become apparant in UNIX (visible in vi and emacs) (seen this problem in java/properties files in the past).

Rgds,
B.