OpenGL Error 1280, have not clue what it means

I can click the build.xml>run as>external run configurations and get a alist of things to change but I dont know what to do there.

BUT!

I think I might see the problem. I’m using eclipse, while as in the error it says:C:Program FileseclipsejME3svnnbprojectbuild-impl.xml:346: Error running javac.exe compiler

So I’m guessing I might have checked out the wrong svn?

I checked out: https://jmonkeyengine.googlecode.com/svn/trunk/engine

Is that only for netbeans? Or is it the correct one to use for eclipse aswell?

I check out the whole thing but I just import the engine into eclipse. The images will show you


  1. Right-click build.xml

    http://i.imgur.com/zVAu5.jpg


  2. Then click on the JRE tab.

    http://i.imgur.com/wHO34.jpg


  3. Then the environment tab

    http://i.imgur.com/jbAc3.jpg



    after all that, click OK and then Click on Run.
3 Likes

You should probably update eclipse if you haven’t.



Click help

Then Check for Updates.

1 Like

You are AWSOME!!

It almoste worked now! :smiley:

You shall recive my thumbs now :slight_smile:



I got this error message after about 2 min:

[java]compile:

-pre-jar:

[echo] Building Engine JAR files…

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-core.jar

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-plugins.jar

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-jogg.jar

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-desktop.jar

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-blender.jar

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-terrain.jar

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-jbullet.jar

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-bullet.jar

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-niftygui.jar

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-lwjgl.jar

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-android.jar

[echo] Building TestData JAR file…

[jar] Building jar: C:Program FileseclipsejME3svnbuildjME3-testdata.jar

-pre-pre-jar:

[mkdir] Created dir: C:Program FileseclipsejME3svndist

-do-jar-with-manifest:

-do-jar-without-manifest:

-do-jar-with-mainclass:

-do-jar-with-libraries-create-manifest:

-do-jar-with-libraries-copy-manifest:

[copy] Copying 1 file to C:Program FileseclipsejME3svnbuild

-do-jar-with-libraries-set-main:

-do-jar-with-libraries-set-splashscreen:

-init-macrodef-copylibs:

-do-jar-with-libraries-pack:



BUILD FAILED

C:Program FileseclipsejME3svnnbprojectbuild-impl.xml:769: The following error occurred while executing this line:

C:Program FileseclipsejME3svnnbprojectbuild-impl.xml:579: copylibs doesn’t support the “indexMetaInf” attribute[/java]

copylibs doesn’t support the “indexMetaInf” attribute not sure what that meens, is it a missing file?

Thank you very much for all your help and effort. I finaly got it working. Turned out I had to install a newer version of ant (1.8) to get this working.

Now I can build and the game works. But unfortunatly, the render problem was NOT solved in newer versions of jme. Thus I’v just wasted days and nights installing:

jdk 1.7

jfx for some reason

ant

svn to eclipse

Really sucks, I thought the new version had it all fixed… :frowning:



But I thank you for your help once again, I now got everything to keep me up2date with jmes engine and probebly my render error will go away soon :slight_smile:



Thanks alot tech, I owe you one! :smiley: