简体   繁体   中英

Can Rubeloader be made to work with Intellij and latest libGDX which does not support JDK 1.6

I am just starting to look at simple 2D game development and I have I am looking at using Intellij with libGDX (for its box2d and multiple platform support), RUBE (box2d GUI editor) and RubeLoader (reads RUBE json files and creates box2d world). I have have tested libGDX and Intellij with the Java jdk 1.8 and have resolved some project setting to get that working. I next tried to add the RubeLoader to a base Intellij setup with libGDX and an error tells me there is no support for jdk 1.6 in the project. I removed jdk 1.6 since it is incompatible with the latest version of libGDX. My question is what do I modify to get RubeLoader to work with the later jdk. Do I clone it and manually repoint everything - will that work? Has anyone else encountered this issue.

Thanks

我使用了JDK 1.7,并且可以在Intellij中使用

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM