Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,754

    Re: Trying to compile Fails

    try adding the JRE bin folder to your path. This typically exists in C:\Program Files\Java\jre7\bin
  2. Replies
    9
    Views
    1,754

    Re: Trying to compile Fails

    Try changing the target to 1.7 instead of 1.5.

    This can be done by opening the build.xml file and searching for anywhere that has target="1.5" and replacing it with target="1.7"
Results 1 to 2 of 2