Default Eclipse preferences [closed] - eclipse

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have previously exported the default preferences but accidentally deleted it. Is there anywhere I can download the default set of preferences from? I am running the latest version on Mac OS X.
Thanks,
Dany.

The simplest way would be to:
do a fresh installation of your Eclipse in another directory
export the default preferences of that instance
import them in your existing Eclipse.

Related

List of Known Issues needed for Eclipse Juno 4.2.1 IDE Platform [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Where can I get full release notes for Eclipse Juno 4.2.1 IDE platform? More specifically, I'm looking for a list of known issues.
I've tried using the Bugzilla reporting interface, but did not get what I was looking for.
Look into the target milestones for Eclipse 4.2 SR1 on the Bugzilla. I hope this may help you.

Is there a tool to directly run programs with arguments? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I´m searching for a tool with which I can directly start a program providing command line arguments under windows. In Visual Studio I have the option to set start arguments, but it´s not that comfortable for debugging. Also I use Other IDEs too which don´t have this built-in option. Does anyone know such a tool?
There is a tool named Args[] which is context menu based. When you rightclick an exe-file you can choose "Start with arguments". You may download the latest version of the tool as Installer here.

Automation deployment software [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Tell me please is there some gui software to the deployment of applications and databases under windows platform?
I need to configure, install, update and uninstall an applications from the changing list on several servers from one place ( by the mouse click is pefrect )
Check out Kwatee. It runs under tomcat/mysql on Windows, Linux or Mac. It has a web gui for configuration and deployment management but you can also automate with CLI scripts.

How to get linux terminal in Eclipse [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Is it possible to have linux prompt in Eclipse whatever perspective is on?
I would like to have the same thing I have in Gedit:
http://buntublog.files.wordpress.com/2009/02/gedit_plugin.png?w=460&h=353
A couple of possible solutions:
http://code.google.com/p/openextern/
http://marketplace.eclipse.org/content/shelled
You can also use Target Management's Remote System Explorer plugins. Just open an SSH connection to your local host from within eclipse.
I like this one: Terminal plug-in for Eclipse (http://code.google.com/p/elt/).
There is an Incubator project called Local Terminal. You can install it from the Eclipse update site under General Purpose Tools->Local Terminal
Much better then http://elt.googlecode.com

JSF 2.0 tutorial with Eclipse and Tomcat [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am new to JSF 2.0 and I am planning to use Eclipse as the IDE and Tomcat as servletcontainer. Are there any good tutorials for this?
There's one at Coreservlets.com and another one in Eclipse User Guide
If you are open to using Glassfish instead of Tomcat, there's another one at balusc.blogspot.com.