|
From: Senthil S <sen...@gm...> - 2006-02-09 19:54:10
|
Hi, My application launches a browser as soon as it gets started.The following is the code I use RunTime.exec(rundll32 url.dll, FileHandlerProtocol http://localhost:1090); This one brings up a browser when I start the application in the console mode but doesn't invoke the browser when started as a service nor does it complain of any errors. I have the following for the path wrapper.java.path.1=%SYSTEM%\rundll32.dll wrapper.java.path.2=%SYSTEM%\url.dll wrapper.java.library.path.3=%SYSTEM%\rundll32.dll wrapper.java.library.path.4=%SYSTEM%\url.dll The %PATH% has C:\winnt\SYSTEM32 . What do I miss? Please reply me ASAP Waiting for your reply, Senthil |