cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI in Eclipse on Mac cannot display HTML or access local files

pokrakam
Active Contributor
0 Kudos
252

I'm using Java GUI on Mac. Standalone it works fine. Eclipse ADT native functionality also works fine.

The problem is when a SapGUI session is opened inside Eclipse. Anything with HTML or needing local file access doesn't work. For example, downloading a file fails: 

pokrakam_0-1718378353104.png

Any transactions or popup windows that use HTML also fail. For example a popup generated by POPUP_TO_CONFIRM will load the popup, but the text content is rendered using HTML and fails:

pokrakam_1-1718378449710.png

The same popup from a standalone Java GUI session (not inside Eclipse) works fine:

pokrakam_2-1718378550752.png

I'm guessing it's something to do with local/eclipse/java authorizations, but I've done all I can think of. Eclipse and SAP GUI have full disk access. The SAP system is fully trusted. 

I've also reinstalled both Eclipse and SAP GUI numerous times, today upgraded to the latest Eclipse 2024-06 and still have the issue. I've had to set up JavaFX manually to get SAPGUI to run inside eclipse, also with various versions - now on 21.0.3

Edit: I did a little more digging and the symptoms all seem to indicate the system's trust level is defaulted to something other than highest (probably the default 3). I can't see anywhere when adding a project that I can specify this. And I'm guessing when launching an internal SAPGUI session it will bypass whatever I've configured in the SAPLogon app.

Any ideas?

View Entire Topic
Hubert
Advisor
Advisor
0 Kudos

I am having the same problem. Have you achieved anything? Thanks in advance!