wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

Verification code can't display properly #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

What steps will reproduce the problem?
1.Verification code can't display properly 

from web project 

code:
int width = 130, height = 21, fontsize = 18;
BufferedImage image = new BufferedImage(width, height, 
BufferedImage.TYPE_INT_RGB);
Graphics2D g = image.createGraphics();

What Eclipse version are you using ?
Eclipse 3.7
What Run-Jetty-Run version are you using?
1.3.3
What OS are you using ? 32bit or 64 bit?
windows xp sp3(32bit)

Please provide any additional information below.

Original issue reported on code.google.com by niuguod...@gmail.com on 6 Jan 2013 at 9:57

GoogleCodeExporter commented 9 years ago
Do you try Tomcat or some other web container ?

I don't think it's Jetty issue , it's more like a application issue.

Original comment by tonylovejava on 8 Jan 2013 at 9:37

GoogleCodeExporter commented 9 years ago
tomcat and other web container is normal。

runjettyrun in the win7 can then xp don't。

http://stackoverflow.com/questions/951948/noclassdeffounderror-while-accessing-g
raphicsenvironment-getlocalgraphicsenviron

Original comment by niuguod...@gmail.com on 16 Jan 2013 at 6:25