¡@

Home 

java Programming Glossary: r.txt

Classpath resource within jar

http://stackoverflow.com/questions/1900154/classpath-resource-within-jar

A which contains some java files and a classpath resource R.txt. Within the project I use ClassLoader.getSystemResource R.txt.. Within the project I use ClassLoader.getSystemResource R.txt to retrieve R.txt. Then I have a project B which includes project.. I use ClassLoader.getSystemResource R.txt to retrieve R.txt. Then I have a project B which includes project A's jar file...