Eclipse Startup Error: Processing Java changes since last activation [message #538232] |
Sun, 06 June 2010 18:00  |
Eclipse User |
|
|
|
I'm running Eclipse (Helios) 3.5.2 + Ubuntu 10.04 on ASUS laptop (x86). I've installed Eclipse by way of downloading from eclipse.org, along with several plugins and I'm getting this error on startup of Eclipse:
Quote: | An internal error occurred during: Processing Java changes since last activation
org.eclipse.core.resources.IWorkspace.addSaveParticipant(Lja va/lang/String;Lorg/eclipse/core/resources/ISaveParticipant; )Lorg/eclipse/core/resources/ISavedState;
|
I pasted my full eclipse configuration here: http://pastebin.com/NtzN0HRG. And, here's a basic synopsis of what I have installed so far: EPIC (for Perl), Aptana (for web), Subversion connectors (with JavaHL), and PyDev.
Any ideas?
[update] I went through an update from inside of eclipse, and apparently the platform was updated. Now, I'm just recieving a null pointer error that's already been reported online for Aptana. I feel like things are good, at this point.
[Updated on: Sun, 06 June 2010 18:21] by Moderator
|
|
|
Re: Eclipse Startup Error: Processing Java changes since last activation [message #538351 is a reply to message #538232] |
Mon, 07 June 2010 08:50   |
Eclipse User |
|
|
|
On 6/6/2010 4:00 PM, Sean Ochoa wrote:
> I'm running Eclipse (Helios) 3.5.2 + Ubuntu 10.04 on ASUS laptop (x86).
> I've installed Eclipse by way of downloading from eclipse.org, along
> with several plugins and I'm getting this error on startup of Eclipse:
>
> Quote:
>> An internal error occurred during: Processing Java changes since last
>> activation
>>
>> org.eclipse.core.resources.IWorkspace.addSaveParticipant(Lja
>> va/lang/String;Lorg/eclipse/core/resources/ISaveParticipant;
>> )Lorg/eclipse/core/resources/ISavedState;
>
>
> I pasted my full eclipse configuration here:
> http://pastebin.com/NtzN0HRG And, here's a basic synopsis of what I
> have installed so far: EPIC (for Perl), Aptana (for web), Subversion
> connectors (with JavaHL), and PyDev.
>
> Any ideas?
Sean,
I'm reasonably sure that
-vm
/usr/lib/jvm/java-6-openjdk/jre/bin/../lib/i386/client/libjv m.so
is not what you want in eclipse.ini. I don't think it's a shared object
you want to use. At least, in my experience developing using Eclipse on
Linux this has never been the case. Instead, I should expect to see
something like:
-vm
/(some path)/jdk1.6.0.20/bin/java
Hope this helps.
Russ Bateman
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06030 seconds