Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Kepler 64-bit is crashing
Eclipse Kepler 64-bit is crashing [message #1083360] Fri, 09 August 2013 21:25 Go to next message
Franco Blaser is currently offline Franco BlaserFriend
Messages: 1
Registered: August 2013
Junior Member
I have been trying to fix this issue for a few days now.
I have Eclipse Kepler 64-bit installed on Program Files (x86), JDK 1.7 (64 bit) on Program Files. I did change the `eclipse.ini` to account for
`-vm C:\Program Files\Java\jdk1.7.0_25\bin\javaw.exe`

Eclipse works, but when I do certain changes as for example deleting a Document Type from an xhtml page it goes immediately in (Not responding) and get the following exit code, which still points to `-os win32`. Any suggestions at this point would be greatly appreciated:

Java was started but returned `exit code=-805306369`

C:\Program Files\Java\jdk1.7.0_25\bin\javaw.exe here is the full eclipse dump

As background info this is a Maven web project using Srping, Spring WebFlow, JSF, mySql db, hibernate...
As soon as I go to delete the -
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
from any .xhtml file w/o even saving it goes into Not Responding...then upon Task Manager kill I get the dump above (it also says Java(TM) Platform SE binary is not responding... uninstalled and re-installed a few times...no change. Help help!!

Re: Eclipse Kepler 64-bit is crashing [message #1084241 is a reply to message #1083360] Sun, 11 August 2013 07:02 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Franco,

The information in this wiki page should help you determine the cause of
the deadlock: http://wiki.eclipse.org/How_to_report_a_deadlock

From your description, it doesn't sound like a JDT error but more
likely and error from the tool that provides the editor for *.xhtml
documents, perhaps WTP or some other tool you've installed that
processes such files; JDT doesn't.


On 10/08/2013 6:57 PM, Franco Blaser wrote:
> I have been trying to fix this issue for a few days now.
> I have Eclipse Kepler 64-bit installed on Program Files (x86), JDK 1.7 (64 bit) on Program Files. I did change the `eclipse.ini` to account for
> `-vm C:\Program Files\Java\jdk1.7.0_25\bin\javaw.exe`
>
> Eclipse works, but when I do certain changes as for example deleting a Document Type from an xhtml page it goes immediately in (Not responding) and get the following exit code, which still points to `-os win32`. Any suggestions at this point would be greatly appreciated:
>
> Java was started but returned `exit code=-805306369`
>
> C:\Program Files\Java\jdk1.7.0_25\bin\javaw.exe here is the full eclipse dump
>
> As background info this is a Maven web project using Srping, Spring WebFlow, JSF, mySql db, hibernate...
> As soon as I go to delete the -
> <!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
> from any .xhtml file w/o even saving it goes into Not Responding...then upon Task Manager kill I get the dump above (it also says Java(TM) Platform SE binary is not responding... uninstalled and re-installed a few times...no change. Help help!!
>
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Eclipse Kepler still slow
Next Topic:Realize Objects.hashCode() and Objects.equals(...) implementation of Java 7 within eclipse
Goto Forum:
  


Current Time: Thu Apr 18 03:00:32 GMT 2024

Powered by FUDForum. Page generated in 0.01818 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top