cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to load Properties file in Activiti Project

sarkar92
Champ in-the-making
Champ in-the-making
In my activiti project I am trying to load a properties file from my class path.

But Its failed to load. I put my properties file in "src" but from code it unable file the properties file.
I double check my code.

does activiti project support properties files??
2 REPLIES 2

sarkar92
Champ in-the-making
Champ in-the-making
anyone aware about this??

jbarrez
Star Contributor
Star Contributor
The reason why nobody responds is because it is a very strange question

does activiti project support properties files??

Where? For what? What do you want to do?

In my activiti project I am trying to load a properties file from my class path.

But Its failed to load. I put my properties file in "src" but from code it unable file the properties file.
I double check my code.

That seems like a Java problem, not an Activiti problem. Activiti doesn't magically changes the way properties are handled in the JKD.