Brendan Vogt wrote:
Am I correct in saying the following after running the build.xml is to:
1. java -jar ofbiz.jar
2. startofbiz.bat
On a Windows machine, you would just do step 2.
And then I am ready?? I am a bit scared in opening the project in Eclipse
because I did it last time before I ran build.xml and I got about 300
warnings and about 120 errors. Will these warnings be gone now after I ran
build.xml?
Check your project settings in Eclipse - make sure the java compiler is set up
to support v5 code.
-Adrian