Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > how go load VM parameters programmatically?

Reply
Thread Tools

how go load VM parameters programmatically?

 
 
robert walker
Guest
Posts: n/a
 
      09-15-2004
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
 
Reply With Quote
 
 
 
 
Andre Anneck
Guest
Posts: n/a
 
      09-16-2004
(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é
 
Reply With Quote
 
 
 
 
Manfred Rosenboom
Guest
Posts: n/a
 
      09-16-2004
Why don't you add the DLL to your WebStart environment ?

Best,
Manfred
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
skipping template parameters inside template parameters kito C++ 2 09-26-2010 12:04 AM
Class Member Data and Member Function Parameters - Should Parameters Be Data Members? Jason C++ 2 05-13-2006 07:11 AM
Load Balancing / Load Sharing over parallel paths ciscortp@hotmail.com Cisco 1 11-21-2005 03:57 PM
does a "parameters"-parameter overwrite the "parameters"-object? Florian Loitsch Javascript 11 03-15-2005 03:33 PM
Servlet parameters different from the command line parameters? Jonck van der Kogel Java 2 05-26-2004 11:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57