IcedTea-Web icon indicating copy to clipboard operation
IcedTea-Web copied to clipboard

Incoherent error messages in the log file

Open ansanes opened this issue 3 years ago • 3 comments

While running my java application via javaws I'm getting these 2 messages:

This application does not specify a Codebase in its manifest. Please verify with the applet's vendor. Continuing.
See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details.
Application title was not found in manifest. Check with application vendor

I have both title and codebase attributes set correctly in my jnlp file.

ansanes avatar Jun 09 '21 16:06 ansanes

Are these values also set in the manifest of the main jar of your application? Because this is what the warning is suggesting is missing

sclassen avatar Jun 10 '21 23:06 sclassen

Are these values also set in the manifest of the main jar of your application? Because this is what the warning is suggesting is missing

No it doesn't. That's probably it. Do you know which specific headear do I have to set?

Thanks.

ansanes avatar Jul 21 '21 18:07 ansanes

For the "title" you should use Application-Name and for the "codebase" use Codebase

sclassen avatar Jul 26 '21 15:07 sclassen