Closed marcosdefontes closed 9 years ago
As seen in the code here, the elqsl file is looked up on the classpath, so must be in the same classpath location as the class. This will work:
- src/test/java
- TestC.java
- src/test/resources
- TestC.elsql
as will this:
- src/test/java
- com/foo/bar
- TestC.java
- src/test/resources
- com/foo/bar
- TestC.elsql
I have a folder structure:
My code is:
And it works!
However with the scructure:
I got an error: