Closed treadstone90 closed 11 years ago
The Java properties are set in the bin/tshrdlu script. Perhaps you aren't running things with the script?
Well , I did try with the script initially and it didn't work . So I just went through the whole thing again , and now its alright .
In the code , System.getProperty() is used to get the value of the properties . But we have set the OAuth parameters as an environment variable.System.getProperty() gave me errors so I tried System.getenv() , and that worked. So i'm wondering if it should be System.getenv() ? Or did I miss some step where the Java properties are set ??
Karthik