(robert walker) wrote in message news:<. com>...
> hi all, i downloaded a systray tool for java
> and the only api they give specifies
>
> running the app with -Djava.dll=c:\xyz
>
> where the c:\xyz is where the dll is that
> enables java system tray icon to work
>
> If I cannot start the app with a -D (starting via java web start)
> is there a way I set the
> java.dll vm parameter to my dll file location programatically
>
> thanks all
You can do that in your JAVA_OPTS environment variable. Depending on
your OS you will have differnt syntax of course. See Java Environment
Variables on google
Take care ,
André