From: D-Man <ds...@ri...> - 2001-06-13 17:15:27
|
On Tue, Jun 12, 2001 at 03:50:19PM -0700, Mark Ackerman wrote: | Anyone have experience running IE or netscape from within jython? I just | need to start it with a url. There is a module in the standard library (of CPython anyays) that will exec a web browser on the user's system. Check it out and see if it does what you want and works with Jython. The other option is to try COM, but I have no experience with it nor do I have a clue how well Java supports COM on Windows (COM doesn't exist anywhere else). -D |