Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAPGUI dont shows in eclipse

3,560

Hi gurus,

I'm trying to install eclipse and ADT, everything works fine, I can connect to the system, view objects, edit, activate, etc.. But when I open a window in Eclipse SAPGUI is blank and gives me no error.


I try to execute a report:


The window apears blank:


Can you help me,


thaks,

Best Regards

Hi Toni,

can you open sapgui at all or does it always show an empty window. I'm not sure, but maybe there is a specific port blocked. Did you try to run eclipse as an admin? I faced in the very beginning also a similar problem which was caused through a local permission.

~Florian

8 REPLIES 8
Read only

Florian
SAP Champion
SAP Champion
0 Likes
2,938

Hi Toni,

can you open sapgui at all or does it always show an empty window. I'm not sure, but maybe there is a specific port blocked. Did you try to run eclipse as an admin? I faced in the very beginning also a similar problem which was caused through a local permission.

~Florian

Read only

0 Likes
2,938

Hi Florian,

in Eclipse always show an empty window. Outside eclipse, with saplogon for Windows I dont have any problem.

I tried to execute Eclipse with administrator user, but the problem not solved, in this case the logon window not appear then I'm unable to test it.

I think I have a problem with the installation, I will try to reinstall all.

Thanks,

Best Regards.

Read only

0 Likes
2,938

I have the same problem. Reinstalling did not help.

In eclipse.log i find error:

... org.eclipse.e4.core.di.InjectionException: org.eclipse.swt.SWTError: Not implemented (java.lang.ClassNotFoundException: sun.lwawt.macosx.CViewEmbeddedFrame cannot be found by org.eclipse.swt_3.102.1.v20140206-1334) ...

Caused by: org.eclipse.swt.SWTError: Not implemented (java.lang.ClassNotFoundException: sun.lwawt.macosx.CViewEmbeddedFrame cannot be found by org.eclipse.swt_3.102.1.v20140206-1334)

  at org.eclipse.swt.SWT.error(SWT.java:4423)

  at org.eclipse.swt.SWT.error(SWT.java:4312)

  at org.eclipse.swt.awt.SWT_AWT.new_Frame(SWT_AWT.java:151)

On elipse.org is open bug report, but it is not clear how to fix

Message was edited by: Roman Galaktionov

Read only

Former Member
0 Likes
2,938

This message was moderated.

Read only

0 Likes
2,938

Hi Felix,

I sent you an email.

Thanks.

Read only

0 Likes
2,938

Hi Roman,

Reinstalling didn't help me... I have the same problem, it seems that the installation of ADT in Eclipse have a problem with anything particular of my Windows installation.

Checking the points that Felix had explained me, we found a problem with a eclipse plugin because a dll is missing.

Best Regards

Read only

Former Member
0 Likes
2,938

Hi Toni,

we have simply overseen to root cause and while analyzing a different issue, we found a solution that should solve the problem on your machine too. Eclipse does not identify the Windows version it runs on correctly and as a result platform specifc plug-ins are not loaded (embedding the SAP GUI is platform dependent).

More details can be found in note 2041195.

Regards, Felix


Read only

0 Likes
2,938

Hi Felix,

Thank you very much, this note has solved my problem.

Regards, Toni.