24.07.2009, 09:54
(23.07.2009, 16:12)aristide Wrote: Has somebody has had the same problem ? I am interested to know if somebody can make it working with FF3.
Hi aristide,
actually I've patched the JDIC-Library to work with FF3 and it works fine for me since a long time:
Quote: public void initBrowserNative() throws JdicInitException {
[..]
// RouteConverter: modified to avoid exceptions due to FF3 in c:\programme\mozilla firefox\firefox.exe as default browser
if (WebBrowserUtil.isDefaultBrowserMozilla() && WebBrowserUtil.getBrowserPath().indexOf("firefox") == -1) {
If you're a developer, then please add System.out.printlns to org.jdesktop.jdic.init.JdicManager and tell me what is different on your system.
--
Christian
Christian
