<< 08 May 2009 | Home | 10 May 2009 >>

How to add resources to IntelliJ IDEA and NetBeans

Add image, sound, video or JAR files to your project in IntelliJ IDEA or NetBeans

From my web site log files I learn that some of the visitors been looking for a way to add resources (images, videos, sounds, libraries and others) to their mobile or other projects through NetBeans and IntelliJ IDEA.Until this day, I haven't got anything in regards of this topic so here we come. I will show you how I usually do it. I'm not sure if it is correct way to do it (if it is wrong and you know more appropriate way please do let me know) so consider it as sort of hack. On the end of this entry you can find link to download an example of small mobile application created in NetBeans with Java Platform Micro Edition SDK 3.0, it will also work with Sony Ericsson SDK 2.5.0.3. It will not work under Sun Java Wireless Toolkit 2.5.2 as this does not include Mobile Media API (JSR-135) library that I used for playing MP3 files in provided example.

Read more...