Search Results

0
votes

Packaging Java apps for the Windows/Linux desktop.

I have used JSmooth in the past, and still have luck with it. The UI is pretty buggy, but I only use that for building the config file once, and then I build from Ant after that. What issu …
0
votes

Limit for URL length for “rundll32 url.dll,FileProtocolHandler”?

You could also try the Runtime.exec(String []) version, which you may have better luck with. Just take all your space seperated arguments and pass them in as seperate strings: Runtim …
1
vote

Calling mysql.exe from Java

If you are only accessing this database from within Java, a better solution would be Connector/MXJ. This will all …