Skip to main content

Debug Local Module via IDE for Site Architect throws error in openjdk 17?

Comments

2 comments

  • Zendesk API User
    Author: hbarthel - 11/19/2024 7:52

    You can try to add the following VM arguments:

     

    --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.desktop/java.awt.event=ALL-UNNAMED --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED --add-opens=java.desktop/javax.swing.plaf.synth=ALL-UNNAMED --add-opens=java.jnlp/javax.jnlp=ALL-UNNAMED --add-exports=java.base/sun.security.action=ALL-UNNAMED --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.desktop/sun.awt.shell=ALL-UNNAMED --add-exports=java.desktop/sun.swing=ALL-UNNAMED --add-exports=java.desktop/sun.swing.plaf.synth=ALL-UNNAMED --add-exports=java.desktop/sun.swing.table=ALL-UNNAMED

     

     

    0
  • Zendesk API User
    Author: sivaprasad9394 - 11/19/2024 8:31

    Hi hbarthel,

     

    thank you for your reply and time.

    My issue is resolved now.

    0

Please sign in to leave a comment.