Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] resolution problem on eclipse gtk with solaris sparc

thanks you veronika.....i think that i'will look at installed libraries
on my solaris.  Now i've tried to use the version of eclipse with motif
but this don't start. I' ve seen the error log and thare is this:


!SESSION 2005-03-18 16:48:51.317
-----------------------------------------------
eclipse.buildId=I20050219-1500
java.version=1.5.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=solaris, ARCH=sparc, WS=motif, NL=it_IT
Command-line arguments:	 -os solaris -ws motif -arch sparc

!ENTRY org.eclipse.osgi 2005-03-18 16:48:51.323
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: MB_CUR_MAX
	at org.eclipse.swt.internal.motif.OS.MB_CUR_MAX(Native Method)
	at org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:35)
	at org.eclipse.swt.graphics.Device.<clinit>(Device.java:107)
	at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:307)
	at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:156)
	at
org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDEApplication.java:127)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:78)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:333)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
	at org.eclipse.core.launcher.Main.run(Main.java:887)
	at org.eclipse.core.launcher.Main.main(Main.java:871)



may you help me?




> Sounds similar to:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=82392
>
>
>
>
> "Luca Stancapiano" <l.stancapiano@xxxxxxxxx>
> Sent by: platform-swt-dev-admin@xxxxxxxxxxx
> 03/18/2005 06:00 AM
> Please respond to
> platform-swt-dev
>
>
> To
> platform-swt-dev@xxxxxxxxxxx
> cc
>
> Subject
> [platform-swt-dev] resolution problem on eclipse gtk with solaris sparc
>
>
>
>
>
>
> hi all.....i try to execute the last version of eclipse gtk
> (eclipse-SDK-3.1M5a-solaris-gtk) on my sparc solaris 9...it starts but i
> see the icons in a bad resolution and many icons are black & white !!! I
> also tried to see the icons with a images viewer and they are seen well.
> If I use a eclipse version with motif library I see them in a right
> resolution.What does it means?
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>



Back to the top