|
Re: Old Eclipse Version [message #1716059 is a reply to message #1716041] |
Mon, 30 November 2015 16:58  |
Eclipse User |
|
|
|
On 11/30/2015 01:08 PM, Daniele Suppo wrote:
> Hello!
> At first, I'm a really newbie, so forgive me :)
>
> I'm developing a project with Max7 MSP and I should create a Java
> external for Max7, creating a ".class" file (from my Java script)
> through Eclipse.
>
> Max7 seem, to accept only Java SE 1.6 (if I create a ".class" file with
> Java SE 1.7 or 1.8 I get an error message "Unsupported... bla bla bla").
>
> So, as far as I read on the forums, I should create my ".class" file
> with Java SE 1.6.
> But the actual version of Eclipse doesn't support Java SE 1.6. It need
> at least Java SE 1.7.
>
> I've searched on the Eclipse website for older version but with no luck.
>
> Can you help me?
> Thank-you!
>
Daniele,
You can use Java 8 and run Mars. Just get this set up.
Once you're running, then create your project. If you need help learning
Eclipse, check out
http://www.vogella.com/tutorials/Eclipse/article.html
Then, set up your Max7 project. Once that's done, right-click on your
new project, choose Properties..., then click Java Compiler in the left
column of the dialog that will appear. There, you can Enable project
specific settings, uncheck Use compliance from execution enviroment
'JavaSE-1.8' and choose to enforce compliance with Java 6.
Hope this helps.
|
|
|
Powered by
FUDForum. Page generated in 0.07037 seconds