Gili

2,314
reputation
256 views

Registered User

name Gili
member for 1 year
seen yesterday
website
location Canada
age 30
Dec
10
asked Why does repaint(long) repaint immediately?
Dec
6
awarded  Mortarboard
Dec
5
awarded  Popular Question
Nov
30
awarded  Popular Question
Nov
23
comment Java Swing or Java Qt?
Questionable. How is Qt more cross-platform than Swing? How is LGPL better than "GPL with classpath exception" which Swing ships with?
Nov
6
awarded  Popular Question
Oct
24
comment An SVN error (200 OK) when checking out from my online repo
Worked for me. Thanks!
Oct
16
answered Need authoritative source for why you shouldn’t throw or catch java.lang.Exception
Oct
8
awarded  Popular Question
Oct
1
comment How to implement StringBuilder.replace(String, String) in terms of String?
I filed this RFE with Sun: bugs.sun.com/view_bug.do?bug_id=6882490
Sep
25
comment Calling .NET assembly from Java: JVM crashes
The C++ code is actually C++/CLI right?
Sep
22
comment Do spurious wakeups actually happen?
Better explanation here: stackoverflow.com/questions/1461913/…
Sep
22
comment Does C# Monitor.Wait() suffer from spurious wakeups?
Very good explanation of spurious wake-ups. Thanks!
Sep
22
asked Does C# Monitor.Wait() suffer from spurious wakeups?
Sep
22
comment LoadLibrary fails when including a specific file during DLL build.
"There are quite a few restrictions on what you can do until DllMain() has returned." ... such as? Link please...
Sep
18
awarded  Yearling
Sep
14
comment How to implement StringBuilder.replace(String, String) in terms of String?
@Joachim: I thought of something similar to Ropes a few years back. I wonder why Sun hasn't bothered replacing their implementation with something similar...
Sep
14
asked How to implement StringBuilder.replace(String, String) in terms of String?
Sep
8
answered Problem receving in RXTX
Sep
4
awarded  Favorite Question
Aug
28
comment What does CancelIo() do with bytes that have already been read?
"Either it doesn't matter because you are using overlapped I/O"... Why doesn't it matter if you are using overlapped I/O?
Aug
26
comment Why does C# generate different EXEs for the same source-code?
Good answer. Thanks!
Aug
26
comment Why does C# generate different EXEs for the same source-code?
The assembly version is already set to a static value.
Aug
26
comment Why does C# generate different EXEs for the same source-code?
Is this a guess?
Aug
26
asked Why does C# generate different EXEs for the same source-code?
Aug
21
awarded  Nice Answer
Aug
19
comment How to create read-only network share programmatically?
We tried that. If you look at the documentation for the "shi2_permissions" field it reads "Note that Windows does not support share-level security". Maybe it's possible to do this with SHARE_INFO_502 instead? Any idea how to create read-only security descriptors for it?
Aug
19
comment How to create read-only network share programmatically?
NetShareAdd() won't let you set permissions. The example uses no permissions.
Aug
19
asked How to create read-only network share programmatically?
Aug
19
comment Downloading the JRE programmatically?
Fair enough, but then how do you download the Java Kernel installer programmatically?
Aug
19
awarded  Notable Question
Aug
18
asked Downloading the JRE programmatically?
Aug
16
comment How to use JarOutputStream to create a JAR file?
More importantly, the API should prevent you from creating invalid ZIP/JAR files by throwing exceptions if you pass in the wrong type of slash or by converting them automatically. With respect to directories ending with a slash, it should definitely be documented since there is no way to correct it automatically. I filed a bug report but it hasn't been accepted yet.
Aug
15
comment How to use JarOutputStream to create a JAR file?
I appreciate your help. Thank you!
Aug
15
answered How to use JarOutputStream to create a JAR file?
Aug
15
comment How to use JarOutputStream to create a JAR file?
I'm already doing this. In fact, the example you referenced to fails to point out that one must explicitly putNextEntry() on directory names or invoke JarOutputStream.closeEntry(). Something else must be wrong.
Aug
15
asked How to use JarOutputStream to create a JAR file?
Aug
14
comment Installer generator written in Java?
Not free for commercial use and somewhat XML-driven.
Aug
14
comment Installer generator written in Java?
Unfortunately, IzPack is XML-driven. I'm looking for a Java-driven workflow.
Aug
14
comment Installer generator written in Java?
My question explicitly states: "meaning workflow and plugins are written in Java"
Aug
14
comment Installer generator written in Java?
IzPack, Antigen, Launch4J, Antstaller, Packlet are all XML-driven. Java Service Wrapper and VAInstaller are driven by property files. Lift Off Java Install and Mini Installer are driven by custom configuration files. JSmooth looks like it's GUI-driven (no scripting) plus version 0.9.9-7 crashes under Windows7.
Aug
14
comment Installer generator written in Java?
It seems to be XML-driven.
Aug
14
revised Installer generator written in Java?
deleted 3 characters in body
Aug
14
comment Installer generator written in Java?
NSIS is not cross-platform.
Aug
14
comment Installer generator written in Java?
I down-voted this because IzPack's workflow is XML driven.
Aug
14
asked Installer generator written in Java?
Aug
13
revised How to construct a relative path in Java from two absolute paths (or URLs)?
Regex string needed to be quoted
Aug
13
answered How to construct a relative path in Java from two absolute paths (or URLs)?
Aug
12
revised Live video streaming using Java?
Added requirement for low-latency solution
Aug
12
comment Live video streaming using Java?
Ugh. VLC 1.01 isn't suitable for live video streaming. It introduces a 1-2 second delay, even when streaming to the local computer.