Forum Discussion

pflaumengeist's avatar
pflaumengeist
Contributor
12 years ago

Access Project properties from within a class

Hi, how can i access project properties from within a class?



class Test {
public static void Main(String args[]) {
System.out.println ("print property value here");
}
}


I want to access the properties at runtime.