Re: [javaCompiler-users] Win32 appearance enhancement
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2006-10-10 06:44:35
|
M. Bashir Al-Noimi wrote: > i suggest to add manifest file for each compiled exe by javaCompiler > ;-) , what's your opinion ? In my understanding there are these four possibilities: - Console applications: doesn't need a manifest - SWT applications: Are forced to use the manifest since v3.2 by SWT - AWT/Swing applications: Currently uses swingWT which uses SWT, so see above - AWT/Swing with classpath: will use GTK, so no need for a manifest (I'm not sure on that one) So I think this is currently more a SWT than a javaCompiler concern. But you're welcome to tell me the opposite... Marco > look at the attached pics they shown before adding manifest and after > adding manifest file. the difference was so big, exe app with manifest > has good appearance . > > in the second attached you can see an example for manifest file written > for VLC media player. we can do like it for any app generated by > javaCompiler . > > > > ------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > <?xml version="1.0" encoding="UTF-8" standalone="yes"?> > <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> > <assemblyIdentity > version="1.0.0.0" > processorArchitecture="X86" > name="VideoLAN.VLC" > type="win32" > /> > <description>see http://www.videolan.org/</description> > <dependency> > <dependentAssembly> > <assemblyIdentity > type="win32" > name="Microsoft.Windows.Common-Controls" > version="6.0.0.0" > processorArchitecture="X86" > publicKeyToken="6595b64144ccf1df" > language="*" > /> > </dependentAssembly> > </dependency> > </assembly> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > javaCompiler-users mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/javacompiler-users |