Bug 573238 - Design Tab is not working on macbook with M1 processor
Summary: Design Tab is not working on macbook with M1 processor
Status: CLOSED DUPLICATE of bug 572210
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.20   Edit
Hardware: Macintosh Mac OS X
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 572797
  Show dependency tree
 
Reported: 2021-04-29 06:25 EDT by Prabhakar Sabnis CLA
Modified: 2021-11-10 06:31 EST (History)
3 users (show)

See Also:


Attachments
simple jframe program opened in designed tab.(it is just blank frame) (1.33 MB, image/png)
2021-04-29 06:25 EDT, Prabhakar Sabnis CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Prabhakar Sabnis CLA 2021-04-29 06:25:21 EDT
Created attachment 286263 [details]
simple jframe program opened in designed tab.(it is just blank frame)

I have a MacBook air with an m1 processor. I have installed Eclipse on my system for java programming. I installed Window builder's latest version and also installed the required swing and window builder software from eclipse marketplace for GUI development. when I created the JFrame and executed it, the frame appeared. But when I switched to the design tab it's blank. I also tried this on eclipse 2021-06, but still, the result is the same. The design tab is still not working.
Also, I Extended the class to Jframe as well as I have updated and reinstalled the window builder.
Comment 1 Kalyan Prasad Tatavarthi CLA 2021-05-11 00:59:55 EDT
Moving to SWT , as this is not a jdt ui issue.
Comment 2 Lakshmi P Shanmugam CLA 2021-05-11 01:26:18 EDT
Are you using the Mac x86_64 build? Can you please try with the Eclipse build for Mac AArch64, do you see the same problem?
Comment 3 Marcel Austenfeld CLA 2021-05-16 04:26:56 EDT
I think this has nothing to do with the Mac built but with this bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=572210

As described as a workaround add:

--illegal-access=permit 

to the Eclipse.ini
Comment 4 Lakshmi P Shanmugam CLA 2021-05-16 13:59:15 EDT
(In reply to Marcel Austenfeld from comment #3)
> I think this has nothing to do with the Mac built but with this bug:
> 
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=572210
> 
> As described as a workaround add:
> 
> --illegal-access=permit 
> 
> to the Eclipse.ini

Thank you @Marcel!

@Prabhakar, please try out the workaround and see if it fixes the problem.
Comment 5 Niraj Modi CLA 2021-11-10 06:18:39 EST
(In reply to Lakshmi P Shanmugam from comment #4)
> (In reply to Marcel Austenfeld from comment #3)
> > I think this has nothing to do with the Mac built but with this bug:
> > 
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=572210
> > 
> > As described as a workaround add:
> > 
> > --illegal-access=permit 
> > 
> > to the Eclipse.ini
> 
> Thank you @Marcel!
> 
> @Prabhakar, please try out the workaround and see if it fixes the problem.

Closing this bug now, please feel free to reopen if the problem still happens.
Comment 6 Niraj Modi CLA 2021-11-10 06:31:28 EST

*** This bug has been marked as a duplicate of bug 572210 ***