please anyone can give me the link of eclipse for AIX6.1 64bit - eclipse

I tried so much but i didn't get eclipse for AIX6.1, please anyone can give me the link of eclipse for AIX6.1 64bit, thanks in advance.

To find Eclipse for less common platforms, you have to go to the Eclipse platform download page.
http://download.eclipse.org/eclipse/downloads/
Then pick a release. The latest currently is 4.4.1, so...
http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.1-201409250400/
Then grab one of the Eclipse SDK packages. This will give you basic Eclipse with Java tools. You will need to install other plugins you need.

Related

I can not see the Server option in eclipse

I can not see the Server option in eclipse, when I go to Windows-->showview, even in the --Others--option it's not there. I am using eclipse luna. Can anyone help me?
You have downloaded a package that doesn't include the server/web features. Instead, download Eclipse IDE for Java EE Developers.

How to install the JSystem plugin for Eclipse

As per the JSystem documentation it's stated that the installer of JSystem has a little checkbox which install the eclipse plugin, but the screenshot on the manual it's for Windows XP(http://www.jsystemtest.org/sites/default/files/help/Chapter%203%20Getting%20Started%20with.htm#_Toc206753837) and right now I'm using ubuntu 12.04 with Eclipse Juno. I just installed JSystem here and can't find that little checkbox.
Also the documentation is sparse and short. Does anybody know how to install the JSystem plugin for Eclipse?
Thank you!
Actually, the Eclipse plugin is no longer part of the JSystem installation.
If you still want to use it, you can grab one of the older installation packages from SourceForge
(Version 5.7.02 would do the trick).
If are having problems with the Linux installation, you can install it on windows and copy manually the com.ignis.eclipse.plugin_5.7.02 jar from the jsystem/runner/Eclipse folder to the Eclipse plugins folder.
After restarting the Eclipse, you would be able to create a new JSystem project using the plugin.
One of the main reasons that the plugin is no longer provided and supported is that JSystem is now using Maven and most of the plugin functionality is now done via Maven archetypes.
To learn more about it please refer to the Getting started guide

Which eclipse version to install for developing in Android (Aug 2012)

This question is double, but no one asked it recently.
I want to use Eclipse for developing in Android and making webapps.
I used Indigo, but I see a lot of downloads on this page: http://eclipse.org/downloads/
Since my computer got stolen and I need to reïnstall everything, I thought, good time to ask.
Can anybody tell me which version is better to download and install?
And anybody any tips on the needed plugins?
Indigo is fine.
However, it might be in your best interest to download and install Juno. Juno's UI is slightly different than Indigo's, but it is the newest version of Eclipse (Juno is 4.x, whereas Indigo is 3.x).

Eclipse PHP IDE

Similar title but different question to
Eclipse PHP IDE - custom auto complete tags
Possible duplicate of
Getting started with PHP in Eclipse IDE
Doe's anyone know a tool / IDE / plugin in Eclipse for PHP development?
I already try the ZEND PDT but it seems that it has a bug and it doesn't install in my eclipse. I even follow this workaround in installing it but it still doesn't work.
My Eclipse verions is 4.1.2, OS is in Windows XP SP3.
The previous questions doesn't seems to have a solid answer. Please help. Thanks in advance.
Another very good IDE to devolpe in PHP is NetBeans:
http://netbeans.org/
I know you specifically asked for an Eclipse plugin, but let me take the liberty of recommending a non-Eclipse PHP IDE, because it's really good and deserves a mention here: PhpStorm from JetBrains.
If you're very keen on Eclipse, Aptana Studio is a good IDE based on the Eclipse code base.
Pardon a possibly dumb question, but why are you using Eclipse 4.1.2? I suspect that the problem is with a bug in the 3.x compatibility layer in that version.
Unless you have a real need to be using 4.1.2 (and since it was a beta, I'm not sure what that would be...), perhaps try again with 3.7.2, which is the version currently listed on the Eclipse download page[1].
Hope that helps!
[1] http://www.eclipse.org/downloads/

How to install J2ME compatible platform/emulator in NetBeans IDE 6.7.1

I'm pretty new to J2ME development scene. And for that matter, have just recently installed, JDK 6 update 16 bundled with NetBeans 6.7.1 IDE and Sun WTK 2.5.2, on Ubuntu 9.04 machine.After going through some start up tutorials and basics, from various sites, I was eager to try some hands on experience by coding some 'Hello World' program. But to my dismay, I haven't been able to! After initial confusion, I'd installed 'Mobility' plugin for NetBeans IDE for J2ME development. But when I choose to create a new project, it turned out that, there is some error since now it says that 'No J2ME compatible platform/emulator found installed in NetBeans IDE'. I've searched through google to find a way to fix this issue but I couldn't find any solution on this matter.
Please help me to fix this issue. Do I need to re-install the IDE? Am I missing out something? I've tried various ways but the IDE simply doesn't detect any platform on my machine.
Thanks for your help.
Try this in Netbeans:
Click menu-item: Tools->Java Platforms
Click button: Add platform...
Choose radio-button: Java ME MIDP Platform Emulator
then click button: Next >
Find the directory where Netbeans 6.7.1 is installed
then click OK
WTK2.5.2 that comes with Netbeans should be visible. Select it and click Next and follow further instructions.
If no WTK is found the dowload it, unpack it and try as above again but find the directory to the WTK this time.
Hope this helps.