From: Pepijn V. E. <pep...@lu...> - 2003-04-10 22:59:01
|
What do you mean by this registry key? As far as I know gl4java does not access the windows registry. What I meant by specifying the system property is this: java -Djava.library.path=<some path> YourApplication This setup works fine for me on every machine I've tested on. The only limitation is that you can't do this when you are running your application as an applet or via webstart. (Both are possible but require some more effort) Pepijn On donderdag, apr 10, 2003, at 18:00 Europe/Brussels, Gary Stewart wrote: > I'd like to thank everyone for their help. I thought it should work > and it > has on a most of the configurations I've tried. One or two have had > problems, I'm not quite sure with one (though it was a configuration at > work so it is probably borked) and as far as I can see GL4Java requires > a key placed in the registery (in Windows), which a second config > didn't > have the privlages to do. > > Thanks again, > > Gary > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The > debugger > for complex code. Debugging C/C++ programs can leave you feeling lost > and > disoriented. TotalView can help you find your way. Available on major > UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup > |