Hi
I am using swingapplication framework for the desktop programme. To get the properties we should use resourceMap = org.jdesktop.application.Application.getInstance() .getContext().getResourceMap(com.aob.test.class);
But the jar classes i am loading dynamically using ClassLoader.
Can run the class instance, cannot load the property file.
How to load the property file along with class file.
If i keep jar file under classpath, it is working fine.
