Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Clean generated files in rwt-resources folder
Clean generated files in rwt-resources folder [message #825194] Tue, 20 March 2012 15:26
sheng xr is currently offline sheng xrFriend
Messages: 2
Registered: March 2012
Junior Member
Hi,

I use gc.drawImage() to show images in Canvas as follows,

canvas.addPaintListener(new PaintListener() {
public void paintControl(PaintEvent event) {
GC gc = event.gc;
gc.drawImage(bgImage, 0, 0);
....
}
});

it works fine, but temp files is generated in [.metadata\.plugins\org.eclipse.rap.ui\context\rwt-resources\generated] work folder. The files in folder can be deleted automatically by Tomcat? If not, i think the files will become more and more.

Thanks
Previous Topic:Clean generated files in rwt-resources folder
Next Topic:Run Configuration - problem with "Entry Point or Application"
Goto Forum:
  


Current Time: Thu Apr 25 21:30:45 GMT 2024

Powered by FUDForum. Page generated in 0.02644 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top