Re: [I] [Bug]: Running HOP on MAC M1/M2 Arm based (hop)

2023-08-29 Thread via GitHub


gvdutra commented on issue #3172:
URL: https://github.com/apache/hop/issues/3172#issuecomment-1698452238

   Ok I found out, important thing, need to run it as sudo.
   
   `gabrieldutra@Gabriels-Air hop % sudo ./hop-gui.sh
   2023/08/29 20:59:26 - Hop - Projects enabled
   2023/08/29 20:59:26 - Hop - Enabling project : 'default'
   `
   I will add this in the documentation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Running HOP on MAC M1/M2 Arm based (hop)

2023-08-26 Thread via GitHub


hansva commented on issue #3172:
URL: https://github.com/apache/hop/issues/3172#issuecomment-1694326265

   It works fine here on my M2.
   Make sure you are using an aarch64 jdk the one I am using is temurin from 
adoptopenjdk
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Bug]: Running HOP on MAC M1/M2 Arm based (hop)

2023-08-25 Thread via GitHub


gvdutra opened a new issue, #3172:
URL: https://github.com/apache/hop/issues/3172

   ### Apache Hop version?
   
   2.6.0-SNAPSHOT
   
   ### Java version?
   
   openjdk version "11.0.20.1" 2023-08-24
   
   ### Operating system
   
   macOS
   
   ### What happened?
   
   gabrieldutra@Gabriels-Air hop % ./hop-gui.sh
   Error starting the Hop GUI: Could not load SWT library. Reasons: 
   hop-encrno swt-cocoa-4958r2 in java.library.path: [.]   hop-search.sh*   
   hop-translator.sh*  
   no swt-cocoa in java.library.path: [.]
   no swt in java.library.path: [.]
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa-4958r2.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa-4958r2.jnilib
   
   java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
   no swt-cocoa-4958r2 in java.library.path: [.]
   no swt-cocoa in java.library.path: [.]
   no swt in java.library.path: [.]
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa-4958r2.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa-4958r2.jnilib
   
   at org.eclipse.swt.internal.Library.loadLibrary(Library.java:346)
   at org.eclipse.swt.internal.Library.loadLibrary(Library.java:255)
   at org.eclipse.swt.internal.C.(C.java:19)
   at org.eclipse.swt.widgets.Display.(Display.java:110)
   at 
org.apache.hop.ui.core.widget.OsHelper.setAppName(OsHelper.java:96)
   at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:318)
   gabrieldutra@Gabriels-Air hop % ./hop-gui.sh
   Error starting the Hop GUI: Could not load SWT library. Reasons: 
   no swt-cocoa-4958r2 in java.library.path: [.]
   no swt-cocoa in java.library.path: [.]
   no swt in java.library.path: [.]
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa-4958r2.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa-4958r2.jnilib
   
   java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
   no swt-cocoa-4958r2 in java.library.path: [.]
   no swt-cocoa in java.library.path: [.]
   no swt in java.library.path: [.]
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa-4958r2.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt.jnilib
   Can't load library: 
/Users/gabrieldutra/.swt/lib/macosx/aarch64/libswt-cocoa-4958r2.jnilib
   
   at org.eclipse.swt.internal.Library.loadLibrary(Library.java:346)
   at org.eclipse.swt.internal.Library.loadLibrary(Library.java:255)
   at org.eclipse.swt.internal.C.(C.java:19)
   at org.eclipse.swt.widgets.Display.(Display.java:110)
   at 
org.apache.hop.ui.core.widget.OsHelper.setAppName(OsHelper.java:96)
   at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:318)
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui, Component: Hop Run


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org