(25.08.2010, 21:12)routeconverter Wrote: Did you try my Java6Check jar on your machine?Yes, I did. But as mentioned I'm now on Snow Leopard and I don't have Java 1.5 anymore. So it works for me.
I have to ask a friend to test for me. He is back in the weekend and I hope he has time then to test for me.
(25.08.2010, 06:03)routeconverter Wrote: They best way to debug would be if you'd started RouteConverter from an IDE like IntelliJ IDEA or Eclipse, put a breakpoint on ConvertPanel#saveFile()
and start the debugger.
I now did that according your directions and that works.
However, when started in debug mode from IntelliJ, the "-XstartOnFirstThread" is not given and RouteConverter starts without map. Than it functions perfectly allright: opening, saving, preferences. All work fine.
So I started the jar from the commandline also without the "-XstartOnFirstThread" option. Off course, the map isn't visible but the opening, saving and preferences work as they should. With the map loaded Routeconverter is hanging again.
You changed that to make it possible for Linux/MacOSX/BSD users to insert points.
Does this give some more info?