Re: jar
On Mar 16, 6:09 am, ivan danicic <i...@xxxxxxxxxxx> wrote:
...
..I am new to jar; my aim is to eventually make my program usable
with web start.
Web start based applications do not require
a manifest, generally*. I have deployed many
web start based apps. and have never bothered
to including a manifest.
* Though inclusion of a manifest that specifies
the main class, can remove the need to explicitly
name the main, in the JNLP file.
Andrew T.
.
Relevant Pages
- Re: VS 2005, problems with manifest and unmanged code
... The applications are Windows applications, developed in Visual Studio ... a manifest is automatically embedded. ... When I change the project setting to 'not embed manifest', ... (microsoft.public.vc.mfc) - VS 2005, problems with manifest and unmanged code
... The applications are Windows applications, developed in Visual Studio ... a manifest is automatically embedded. ... When I change the project setting to 'not embed manifest', ... (microsoft.public.vc.mfc) - Re: Forcing a VB6 application to run with administrative privileges
... You create a resource file from a properly prepared manifest using rc.exe in the wizards directory, ... Has anyone figured out how to have a VB6 application forced to run with administrative privileges yet? ... Microsoft talks about adding a manifest, a small piece of code, but that is for .Net based applications ... (microsoft.public.vb.general.discussion) - Re: A summary of my position so far.
... and their applications must manifest the number 2 application of an ... preserves grammar (or lack thereof) or something like dissociated- ... (sci.logic) - Re: Forcing a VB6 application to run with administrative privileges
... Basically it says you need a manifest file. ... Has anyone figured out how to have a VB6 application forced to run ... applications built with Visual Studio.Net and involves adding code to ... As part of my install there is an AutoInstall program that takes up to ... (microsoft.public.vb.general.discussion) |
|