SlickEdit Community

Archived Beta Discussions => SlickEdit® Core for Eclipse => Topic started by: etuggle on December 22, 2010, 08:09:39 PM

Title: Loaded Trial Version... Eclipse Crashes
Post by: etuggle on December 22, 2010, 08:09:39 PM
I installed SE Core for Eclipse and now Eclipse won't launch.  I took a look at the log and here's what I find:

!ENTRY org.eclipse.osgi 4 0 2010-12-22 12:58:35.518
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: com.slickedit.eclipse.SlickEditSystem.getAlertGroupVisible(I)I
        at com.slickedit.eclipse.SlickEditSystem.getAlertGroupVisible(Native Method)
        at com.slickedit.swt.StatusIcon.createControl(StatusIcon.java:55)
        at org.eclipse.jface.action.ControlContribution.fill(ControlContribution.java:97)
        at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java:353)
        at org.eclipse.jface.action.ToolBarManager.createControl(ToolBarManager.java:111)
        at org.eclipse.ui.internal.menus.TrimContributionManager$ToolBarTrimProxy.dock(TrimContributionManager.java:88)
        at org.eclipse.ui.internal.menus.TrimContributionManager.update(TrimContributionManager.java:232)
        at org.eclipse.ui.internal.WorkbenchWindow.updateLayoutDataForContents(WorkbenchWindow.java:3785)
        at org.eclipse.ui.internal.WorkbenchWindow.setLayoutDataForContents(WorkbenchWindow.java:3796)
        at org.eclipse.ui.internal.WorkbenchWindow.createDefaultContents(WorkbenchWi


<... snip ...>

Platform is Mac OS

Is there some magic to getting this running?

Thanks
-Eddie
Title: Re: Loaded Trial Version... Eclipse Crashes
Post by: Ryan on December 22, 2010, 08:55:09 PM
Unfortunately we don't make a Mac plugin yet...SlickEdit Core is only supported on Windows and Linux.

- Ryan
Title: Re: Loaded Trial Version... Eclipse Crashes
Post by: etuggle on December 22, 2010, 09:21:43 PM
Well, I guess that explains why it doesn't work  :-[

I'd love to see a Mac version. 

Cheers,

Eddie
Title: Re: Loaded Trial Version... Eclipse Crashes
Post by: prcek on December 23, 2010, 07:30:29 PM
I also made the mistake of installing SE Core on the Mac (and obviously I would love to see a version that works) - what I don't know is the easiest way to un-install it since Eclipse will no longer load up at all.

Thanks!

PeterK
Title: Re: Loaded Trial Version... Eclipse Crashes
Post by: Ryan on December 23, 2010, 10:13:23 PM
I would first try starting Eclipse with a brand new workspace, and then see if it will start.  It might start because the SlickEdit plugin might not try to activate automatically unless you do something to trigger it to activate.  If Eclipse will start then you'll be able to uninstall via the normal Eclipse installation mechanism.

If you can't get that to work, I would suggest manually deleting all the com.slickedit.* directories under the ECLIPSEDIR/plugins and ECLIPSEDIR/features directories, and then starting Eclipse.

- Ryan