Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2902168
By: bjfreeman

I use these
in the main or init routine:
        String appHome = System.getProperty("user.dir");
       System.setProperty("application.home", appHome);

        System.setProperty("application.images", appHome
                + System.getProperty("file.separator") + "com"
                + System.getProperty("file.separator") + "images");
 
then when I want to access images
 String image1=  System.getProperty("application.images")
+ System.getProperty("file.separator") + "myimage.gif"


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=55829


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to