This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have a properties file, called xxx.properties in the first search directory listed in PATH. However, when I call ClassLoader.getSystemResourceAsStream("xxx.properties") I get a NULL. Can someone explain to me why? Thanks a lot!
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Are you sure you've set your CLASSPATH list to the correct values? (PATH doesn't mean anything much to a JVM). kind regards
ming zhu
Greenhorn
Joined: Feb 13, 2001
Posts: 16
posted
0
Is it possible at all to get the PATH, not the CLASSPATH, into a string? Thanks a lot.