• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need Eclipse Ganemede 3.4.1 Version

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Can you please send me the link to download Eclipse Ganemede 3.4.1 Version For Windows 7 32-bit OS.
I need 3.4.1 exact version. In ganemede Eclipse Website, there is 3.4.2 version is currently available. But i need 3.4.1 version. Where can i downlaod the version 3.4.1.

Thanks
Nagarajan T.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why?

http://mirror.ousli.org/eclipse/downloads/drops/R-3.4.1-200809111700/index.php
 
Nagu Spartan
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Eclipse Ganemede 3.4.1 for j2ee projects. now i changed new PC. In my old PC lot of virus. So, i want to download the same version for J2ee Eclipse Ganemedy. Can you please send me the link to download link for the same.

Thanks in Advance.

Nagarajan T.


David Newton wrote:Why?

http://mirror.ousli.org/eclipse/downloads/drops/R-3.4.1-200809111700/index.php

 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm asking why you think you need the exact same version. It's an IDE: what matters are the plugins (possibly), and the JDK you use for compilation. I find it really difficult to believe you really need precisely 3.4.1; I'd need to be convinced.
 
Nagu Spartan
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In latest version of Eclipse Ganemedy , i hope it will take Automatically JRE 1.6. But in my project supported for JRE 1.5. if i use JRE1.6 means i have to change some Configuration. That is the reason only i need Eclipse j2ee Ganemedy 3.4.1 version.

Thanks
Nagarajan T.

David Newton wrote:I'm asking why you think you need the exact same version. It's an IDE: what matters are the plugins (possibly), and the JDK you use for compilation. I find it really difficult to believe you really need precisely 3.4.1; I'd need to be convinced.

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Nagu Spartan wrote:In latest version of Eclipse Ganemedy , i hope it will take Automatically JRE 1.6. But in my project supported for JRE 1.5. if i use JRE1.6 means i have to change some Configuration.



That's not a big configuration to change. Also it's just one time change. Anyway, from what I remember, Eclipse picks up JAVA_HOME value to use as the default JDK for its workspace. So if you set JAVA_HOME to point to JDK1.5, I think you should be fine.
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Agreed, although I'd configure the compilation JDK inside Eclipse rather than rely on JAVA_HOME or JDK_HOME (or whatever).
 
We don't have time for this. We've gotta save the moon! Or check this out:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic