Adding .ini files to classpath on eclipse  
Author Message
Ivar





PostPosted: 2006-6-24 8:45:00 Top

java-programmer, Adding .ini files to classpath on eclipse Hi guys,
I was wondering how to add.ini files to your classpath in eclipse...


Thanks,

 
Rob





PostPosted: 2006-6-24 23:41:00 Top

java-programmer >> Adding .ini files to classpath on eclipse
Ivar wrote:
> Hi guys,
> I was wondering how to add.ini files to your classpath in eclipse...
>
>
> Thanks,

You can add the path containing the ini file to you projects build
path. Eclipse will then "build" its contents, which in the case of ini
files will result in them being copied to the target directory which
will be in the classpath when you run/debug you app