Re: Modular
`zerker2000 wrote:Eclipse seems to not like your code: I extract it, base a new project off of it, and get this when I try to run it:
- Code: Select all
java.io.FileNotFoundException: forge.properties (No such file or directory)
The 10-03 source did not include the forge.properties file, I moved a copy of this file from the 10-02 version and placed it in the root folder of 10-03 project that I built. This will take care of your problem.
The 10-03 source also has the res folder along with the source code. You can also move this folder to the the root folder of 10-03 project. It should build OK.