There is a call to getResourceAsStream in constructor of a class (MyCanvas) which is extended from FullCanvas.
When I call it using MyCanvas.class.getResourceAsStream(), it works on prototype sdk 2 series 60 simulator, but application quits as soon as it run on n-gage.
If I call it using getClass().getResourceAsStream(), it works.
Why?
MB

Reply With Quote

