-
I have created an EXE file that wraps a jar which sometimes throws an uncaught exception, This exception is logged on the debug console when I choose to wrap with windowed (debug). Yet, I want to create a regular windowed EXE - without the debug console, but still have the ability to run that EXE with an option to show also the debug console.
I have read the documentation about the command line...
2009-12-08 07:02:46 UTC by extremely
-
Just compiled using your version. I had to recompile, because your library was for a new version of Ant I think, so wasn't working with whatever I have.
2009-11-25 00:13:21 UTC by musicmanj
-
I have: your class works perfectly with my patch: we now have full vista icon support in Jsmooth.
Source code available in DavMail subversion...
Now we need to find an admin to commit the patch and release a new version :-)
2009-11-24 23:30:33 UTC by mguessan
-
Use memory mapped I/O instead of loading entire jar into Java memory. This solves OutOfMemoryError when running JSmooth on Win32 with several hundred MB JAR files.
2009-11-16 17:19:26 UTC by jazvw
-
No, i haven't yet tested it with your classes.
2009-10-20 08:33:45 UTC by nobody
-
Interesting, can you upload them here ?
I would at least like to get the 64bits service binary.
2009-10-19 21:45:40 UTC by mguessan
-
Great work, seems to do more than my initial fix.
Did you try your code with my other classes ?.
2009-10-19 21:44:25 UTC by mguessan
-
I uploaded it here: https://sourceforge.net/tracker/?func=detail&aid=2880800&group_id=86730&atid=580677.
2009-10-16 22:39:51 UTC by h3r3
-
IcoCodec.java extended with suppoort for 24bit icons, 32bit icons (Introduced in Windows XP), PNG icons (Introduced with Windows Vista)
See tracker "32bit .ico support" - ID: 1835518 for additional information.
2009-10-16 22:38:42 UTC by h3r3
-
Hi, i didn't know that someone had already implemented 32 bit icon support,
so i started doing the same thing, i added all missing image formats to IcoCodec.java
(24 bit icons, 32 bit icons, Vista PNG icons)
My code alone is not enough anyway, as i wold have to modify also the other files as mguessan did.
Anyway, I can send my version of IcoCodec.java to anyone asks me.
I'm very sorry that...
2009-10-16 22:12:55 UTC by h3r3