Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Old Eclipse Version(Where to find them?)
Old Eclipse Version [message #1716041] Mon, 30 November 2015 19:05 Go to next message
Daniele Suppo is currently offline Daniele SuppoFriend
Messages: 1
Registered: November 2015
Junior Member
Hello!
At first, I'm a really newbie, so forgive me Smile

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!
Re: Old Eclipse Version [message #1716059 is a reply to message #1716041] Mon, 30 November 2015 21:58 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

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.
Previous Topic:Parsing Errors in Eclipse DS-5 with Parasoft Plugin
Next Topic:Can't update Eclipse for EE Developers (Indigo)
Goto Forum:
  


Current Time: Fri Mar 29 13:59:02 GMT 2024

Powered by FUDForum. Page generated in 0.04897 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top