View Single Post
  #3 (permalink)  
Old 04-23-2008, 06:56 PM
danielstoner's Avatar
danielstoner danielstoner is offline
Senior Member
 
Join Date: Apr 2008
Location: Canada
Posts: 191
danielstoner is on a distinguished road
The message is clear: you are calling a a non static method (Prax.Cfg.getString) from a static context. It seems Prax.Cfg is a inner class and you should use an instance of that class in the if condition.
But that being said, a bigger chunk of the code will help with understanding.
__________________
Daniel @ [
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
Language is froth on the surface of thought
Reply With Quote