#2495 closed defect (duplicate)
Select tool extremely sluggish
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: | Gubaer |
Description
The select tool in JOSM 1561 (W_XP) is so slow that I can watch the lines beeing drawn. IIRC this was not the case in JOSM 1546 I used before.
Attachments (0)
Change History (9)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
I already get a number of error message when I try to start JOSM with "java josm-latest.jar" from the Command Prompt. Usually I use just "josm-latest.jar". How do I add the start option? (note this is Windows XP)
comment:3 by , 16 years ago
1,Open notepad
2,Write or copy command there
3,Save it without txt extension (2nd option in combo menu when save) append CMD extension.
4,Move this bath file in folder where josm-latest.jar is saved and run
5,You can see some debug msg, but you are now running josm with some parameters. You can extend your memory there. Add -Xmx1024M for example.
follow-up: 5 comment:4 by , 16 years ago
When I do as you wrote I get the error messages mentioned:
Exception in thread "main" java.lang.NoClassDefFoundError: josm-latest/jar
Caused by: java.lang.ClassNotFoundException: josm-latest.jar
...
Could not find the main class: josm-latest.jar. Program will exit
comment:5 by , 16 years ago
Replying to anonymous:
When I do as you wrote I get the error messages mentioned:
Exception in thread "main" java.lang.NoClassDefFoundError: josm-latest/jar
Caused by: java.lang.ClassNotFoundException: josm-latest.jar
...
Could not find the main class: josm-latest.jar. Program will exit
try
java -Dsun.java2d.d3d=false -jar josm-latest.jar
comment:6 by , 16 years ago
Cc: | added |
---|
comment:7 by , 16 years ago
Thanks, I was able to start it now and the sluggish behaviour disappeared. What does that mean exactly? Is this still a bug in a component which can be switched off and shouldn't this option be disabled then by default?
comment:8 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Its problem of JAVA. You can see #2184
Try JOSM run in this mode.
java -Dsun.java2d.d3d=false josm-latest.jar