Recent PreReleases of RouteConverter fail when loading the map interface.
The error is: Native Interface is not initialized (attached image shows the full stack trace)
The system is Windows XP 32-bit, Java 6 update 25 (IE8/Chrome12/FF4).
Version 2.1.142 works fine but all newer versions (2.3 and up?) don't.
Because 2.1 works, I can't imagine it being firewall related like the error suggests.
If I can help debugging, let me know, because I really like this program
It's actually 2.2.142 that works, dated January 13th, 2011.
The newer prereleases also work on another 32-bit XP system I'm using (java 6.23).
On this XP system, the prereleases didn't work either on 6.23.
So it has to be something specific for this system...... *grr*
23.05.2011, 22:20 (This post was last modified: 23.05.2011, 22:22 by routeconverter.)
(23.05.2011, 22:09)LifelessDead Wrote: So it has to be something specific for this system...... *grr*
I've seen this pattern before. Somewhen in January I've updated the Eclipse SWT library. And the new 3.6 library fails if there are non-existing directories referred in the PATH variable.
Please send me the output of
> set
on the command line and look for
Quote:Files\Common
as one such PATH component. It's what makes a command line issued by Eclipse SWT fail:
And indeed, I recently installed and later uninstalled ActiveState Python 2.6 and it added a couple of directories to the front of the user and system PATH variables. Removing the Python related paths fixed RouteConverter.
(Unfortunately, I forgot to copy them, so I can't figure out specifically which one it is, there were more than just PYTHONPATH. But since I only removed Python specific ones, I assume they were the root cause.)