On Nov 9, 1:31 am, Anuj Chauhan <[email protected]> wrote: > Hi, > I am running a program using Java2D graphics on Ubuntu 9.10 but am > experiencing a peculiar problem. > The program runs normally but after displaying the graphics for some > time Ubuntu crashes unexpectedly logging me out. The program works > correctly otherwise as the image it saves afterwards is also correct. > The memory consumption is also not too high as the system Monitor > never shows Java's usage going above 150 mb. However the program runs > perfectly fine on Windows. I have tried it on other machines running > Ubuntu 9.04 as well but found it gives the same errors. I tried > googling as well as checking the Xorg logs as most probably it is a > graphic related problem but could not find anything conclusive. > > Any help would be appreciated.
Which JDK?JRE are you using ? Tyr doing java -V to see the JDK/JRE Also, try upgrading to sun-java6 jdk/jre, that might solve the crashing problem as some libraries of java2D package misbehave on other JRE. regards Vivek -- Do you have another question? Click here - http://groups.google.com/group/iitdlug/post Read archive - http://www.mail-archive.com/[email protected]/ l...@iitd community mailing list -- http://groups.google.com/group/iitdlug
