Eclipse is being opened by default when i start system? - eclipse

Whenever i start system eclipse is being opened by default even i don't need it.Every time i am killing eclipse process after starting the system.What went wrong with my eclipse ? Please help me.I am using fedora 12 operating system.

Assuming you are using windows, I think your eclipse.exe has been added to startup path of your system.
Go to Start->AllPrograms->Startup then delete eclipse.exe from there.
I hope it solves your problem.

Win: run->msconfig->startup->uncheck eclipe.exe
Linux: remove Eclipse from /etc/rc.d/rc.local

I'm assuming there's a session-manager running that is restoring a previously saved session that included Eclipse. Alas, I don't know anything about Fedora, but perhaps this new keyword helps you in your search.
There should be a menu item somewhere that allows you to inspect/edit the session settings.

Related

Eclipse Popping in Unexpected error [duplicate]

I recently decided to start trying Android app development, so I downloaded the Java SE Development Kit 8 (x86) for Windows (I got Windows 8 64bit, but my guide recommends getting the 32bit one), the Android SDK, and the Eclipse IDE for Java Developers (x86).
However, my Eclipse won't launch when I double click eclipse.exe! Instead, I get the following error message:
I tried adding Java to my Path variable in my Environment variables as suggested in some of the solutions I looked up, but it still doesn't launch properly.
Anyone know what else I can try? Also, if possible, please do not use super-technical vocabulary as I'm new to these kinds of stuff and will not understand you...thank you haha :D
I had the same issue and was trying to install different versions of JDK: 1.6, 1.7, 1.8.
It didn't help much.
The problem was resolved when I changed PATH variable by removing
C:\ProgramData\Oracle\Java\javapath;
In command prompt I also ran following commands:
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_25
set PATH=C:\Program Files\Java\jdk1.8.0_25\bin;%PATH%
But I think the most important was to remove C:\ProgramData\Oracle\Java\javapath; from the PATH.
I know exactly how to solve your problem. Go to search and put in environment, a prompt will come up and ask you to "Edit environmental variables for your account" click that and a window will pop up. There will be the current paths which are running on the top (you should have your JDK version running, mine is 1.8) and on the bottom part there will be paths to choose from. Select (on the bottom part) the java path and delete it, then click okay. This should work.
If it didn't work, You may also add a new path to the java bin folder which worked for me.
Here is an alternative:
As described here, make sure that you have the -vm option set in your eclipse.ini file.
It must be an absolute path and on 2 separate lines:
-vm
<Absolute Path>\javaw.exe
Save your .ini and relaunch Eclipse
One line answer, remove 'C:\ProgramData\Oracle\Java\javapath;' from your path variable. It will start to work.
Most errors with starting eclipse happen due to multiple JRE or JDK version which makes the installer go nuts.
Solution: Go to Control Panel -> Uninstall Programs
If you're running 64-bit java, then uninstall all Java without the 64bit indicator. If 32-bit, then uninstall all that have 64-bit
It works like magic!
What worked for me was having installed adoptopenjdk11 using Chocolatey package manager:
choco install adoptopenjdk11

Netbeans 8.0.1 not starting after update (linux)

I am using netbeans 8.0.1 on Kubuntu (Ubuntu 14.04.1 LTS) and I just installed some netbeans updates due to having a popup telling me to. When I restarted netbeans, it wouldn't launch anymore. If I try to start it over the command line I get this Error:
Error: Could not find or load main class org.netbeans.Main
Is there a way to fix it without reinstalling it? Reconfiguring will take ages.
Just a comment about this:
Is there a way to fix it without reinstalling it? Reconfiguring will take ages.
The IDE configs are stored at ~/.netbeans/version dir, so, uless you have changed things in installation_path/etc/netbeans.conf (like netbeans_jdkhome and system properties netbeans_default_options), you should be safe to reinstall it with no problem. And, of course, you can always make a copy of the current installation.

Erlang Eclipse not responding when try to run

I am trying to run Erlang compiler from Eclipse but it continuously shows nothing or Eclipse becomes not responding. According to one of these tutorials,
http://www.youtube.com/watch?v=lrkhIGzCr3Q
when I press the run button, tt must show me Erlang console window for me to interact with but my Ecllipse with Erlide does not show me anything and sometimes it become not responding. I have tried few possible solutions for the issues including
// including this in eclipse.ini -Derlide.runtime=/path/to/your/erlang/installation/directory
http://erlide.org/blog/2013/03/10/problems-at-first-start/
// Adding Erlang installation path to environment variables
http://myadventuresincoding.wordpress.com/2009/02/11/erlang-getting-started-and-using-eclipse/
// reinstalling erlide with new Eclipse copy
However, I still cannot run Erlang on Eclipse properly. I am happy to explain furthermore about the issue I am having and I hope to receive suggestions.
I solved it by doing a couple of things
1) reinstalling current Erlide plugin on Eclipse with http://erlide.org/update_nightly/
2) making sure go to
run -> run configuration -> runtimes
and set to "short name"
I hope this helps anyone. Good luck

eclipse galileo not responding ubuntu 64-bit

I'm having a problem with eclipse galileo on ubuntu 64-bit system. when ever i open it the splash scree turns gray but keeps loading and then when eclipse opens it shows the secure storage password request and hangs. I dont know what could be wrong, it used to work fine before, if you have or had the same problem please tell me what to do
I have had this happen on Galileo (3.5) and Helios (3.6).
If you delete .eclipse you will lose all software installed through the Help | Install New Software menu option.
It is enough to delete the file ~/.eclipse/org.eclipse.equinox.security/secure_storage
Try clean $HOME$/.eclipse directory.
Its better to just rename at first.
See what happens
This happens to me whenever I shutdown eclipse with the history tab open.
While not the best solution, to solve it I start eclipse with sudo. I let it finish loading, then select a different tab than history. I Shutdown eclipse, then I recursively change the owner of the files in .metadata back to my main user.
In case you need the command: (in my case I run this from /home/wally/workspace)
sudo chown -R wally:wally .metadata
As far as I can tell, there's some race condition going on.
(also, it's likely that you won't use exactly "wally:wally" but "your username:your group)
Try this:
export GDK_NATIVE_WINDOWS=true
then run eclipse from command line from the same terminal window.
I would suggest removing openjdk from synaptic and install sun java. Once you do that , use "sudo update-java-alternatives --set java-6-sun" to use sun-java as the default JRE.
Eclipse used to work really slow for me, and this method worked. Maybe it helps you too.

Can't run eclipse on netbook MSi wind! HELP

I just got this MSI wind netbook and tried to run eclipse on it. I installed JDK6 on the netbook already. Whenever I open eclipse there is nothing show up on the screen except a "warning sound" that alerts. What is the problem here?
ps.I just started learning java.
Most likely the Eclipse starter program can't find where you installed Java. Since Eclipse is a Java program, it needs a JRE installed (comes with the JDK typically) to run. Assuming you're running Windows on your MSI Wind, check to make sure the java executable is on your path in your computer environment settings (windows key + printscreen button, or windows key + pause button are the shortcuts to open the computer properties dialog if I remember correctly. Then go to advanced).
You can test if java is on the path by opening a cmd.exe shell window and typing 'java'. If it says it cannot find java, then you need to fix the path.
See this link for additional troubleshooting details: http://www.eclipsezone.com/eclipse/forums/t99010.html
You could try reinstalling the JDK. Perhaps having it on a different disk than the default (D: versus C:) is causing some trouble? It certainly isn't a problem with the hardware, I'm running Eclipse on Windows on an MSI Wind.
Use "Add/Remove programs" in the control panel to remove the java versions you have installed.
Then visit "java.com" and use it to install Java, and verify that it is working. You do not need more than that to use Eclipse.