Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Problem using eclipse via X-win32
Problem using eclipse via X-win32 [message #52738] Thu, 28 November 2002 12:46 Go to next message
Eclipse UserFriend
Originally posted by: vladg.tx.technion.ac.il

When I try to run enclipse from Windows on Linux via the X-Win32 emulator
I got the next error:
Does anybody know what is the problem?

java.lang.ArrayIndexOutOfBoundsException: 32
at org.eclipse.swt.graphics.ImageData.blit(ImageData.java(Compi led
Code))
at org.eclipse.swt.graphics.Image.putImage(Image.java:1200)
at org.eclipse.swt.graphics.Image.init(Image.java:988)
at org.eclipse.swt.graphics.Image.<init>(Image.java(Compiled Code))
at
org.eclipse.jface.action.ActionContributionItem$ImageCache.g etGrayImage(ActionContributionItem.java:105)
at
org.eclipse.jface.action.ActionContributionItem.updateImages (ActionContributionItem.java:602)
at
org.eclipse.jface.action.ActionContributionItem.update(Actio nContributionItem.java:468)
at
org.eclipse.jface.action.ActionContributionItem.fill(ActionC ontributionItem.java:287)
at
org.eclipse.jface.action.ToolBarManager.update(ToolBarManage r.java:230)
at
org.eclipse.ui.internal.WorkbenchWindow.addPerspectiveShortc ut(WorkbenchWindow.java:295)
at
org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPa ge.java:1519)
at
org.eclipse.ui.internal.WorkbenchWindow$7.run(WorkbenchWindo w.java:1235)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:66)
at
org.eclipse.ui.internal.WorkbenchWindow.setActivePage(Workbe nchWindow.java:1222)
at
org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:345)
at
org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindo w.java:932)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:66)
at
org.eclipse.ui.internal.WorkbenchWindow.openPage(WorkbenchWi ndow.java:929)
at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:745)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:581)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1232)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:775)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:61)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:40)
at java.lang.reflect.Method.invoke(Method.java:335)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
Re: Problem using eclipse via X-win32 [message #52850 is a reply to message #52738] Sat, 30 November 2002 20:48 Go to previous message
Eclipse UserFriend
"Vladimir Getselevich" <vladg@tx.technion.ac.il> wrote in message
news:as5kp6$cid$1@rogue.oti.com...
> When I try to run enclipse from Windows on Linux via the X-Win32 emulator
> I got the next error:
> Does anybody know what is the problem?
>
> java.lang.ArrayIndexOutOfBoundsException: 32
<snip>
>

I do not know for sure but ...

The Eclipse SWT uses native widgets when available. As a result, it is very
dependent on the windowing system being used.
If you are running Eclipse & CDT for win32, on a Linux box the results will
be very dependent on how the emulator interprets the native calls to the
widgets.

I have a strong feeling that using the emulator will not work to your
satisfaction, if at all.
You might want to check with the eclipse.tools newsgroup, since the
compatibility of the SWT with variaous platforms is their area of expertise.

Good luck and let us know what you find out.

-Judy



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.423 / Virus Database: 238 - Release Date: 11/25/02
Previous Topic:C++ parser configuration
Next Topic:Questions about the direction of the CDT project
Goto Forum:
  


Current Time: Fri May 09 16:42:13 EDT 2025

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

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

Back to the top