Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

J2me Image load Exception

Wed Jul 25, 2007 11:50 am

When i tried to load images in My midlet i faced the following error .
java.io.IOException
at javax.microedition.lcdui.ImmutableImage.getImageFromStream(Image.java:968)
at javax.microedition.lcdui.ImmutableImage.<init>(Image.java:939)
at javax.microedition.lcdui.Image.createImage(Image.java:313)
at hello.SourceReader.read_image(SourceReader.java:103)
at hello.SourceReader.startApp(SourceReader.java:57)
at javax.microedition.midlet.MIDletProxy.startApp(MIDletProxy.java:44)
at com.sun.midp.midlet.Scheduler.schedule(Scheduler.java:372)
at com.sun.midp.main.Main.runLocalClass(Main.java:461)
at com.sun.midp.main.Main.main(Main.java:126)

I was using NetBeans with mobility package ...
The solution to this problem was to but the image inside the src folder .
:smile:



Post a reply
  Related Posts  to : J2me Image load Exception
 help me How do I load image from my pc to matlab     -  
 J2ME Image Capturing with Flash Light     -  
 load class to applet- load frame class to applet     -  
 How to Load Files using JFileChooser!!     -  
 Load tweets using JQuery     -  
 Exception handling     -  
 Exception is not clear     -  
 Out of Bounds exception     -  
 calculate the load time for a page     -  
 Load RSS feeds and parse it with JQuery     -  

Topic Tags

Java J2ME