Hi,
I checked the forum and did find a thread on thiss, but that was an old one. As I'm having this problem for the same reason - large amount of data having the same value to be shown - is there some solution to this apart from getting the JVM 5.0+? i don't or rather can't update the JVM at this point so will have to do with the existing 1.4.2 that I have. Is there some solution to prevent this exception from occurring?
thanks,
Juhi.
sun.dc.pr.PRException: endPath: bad path - any solution?
This is a well know bug. If you search suns java bug database you will find that this is an annoying bug. In most cases it is only a warning that you are usning big coordinates (some native methods only handle 16 bit integers).
This exception will not be thrown in java/1.5-beta2 and forward. Try to scale down your coordinates before painting them....
HTH. Nicky
This exception will not be thrown in java/1.5-beta2 and forward. Try to scale down your coordinates before painting them....
HTH. Nicky
http://www.jfree.org/phpBB2/viewtopic.p ... rexception
Hope this helps..nikster wrote:the solution is to wait for JDK 1.5 which is supposed to fix the problem, OR to turn off anti-aliasing...
Saigo ni ee tomodachi ga dekite yokatta...
And then, I'm glad I found true friends...
Avant de mourir, je suis heureux d'avoir eu des amis...
And then, I'm glad I found true friends...
Avant de mourir, je suis heureux d'avoir eu des amis...
-
- Posts: 58
- Joined: Wed Jun 02, 2004 1:37 pm