Skip to main content

Posts

Showing posts from September, 2024

Installing QNX 6.4.1 on Ubuntu 20.04

Installing QNX 6.4.1 on Ubuntu 20.04 Install pre-requisites $: sudo dpkg --add-architecture i386 $: sudo apt update $: sudo apt install libc6:i386 default-jre-headless:i386 libgtk2.0-0:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386 gtk2-engines-pixbuf:i386 gtk2-engines:i386 libasound2-plugins:i386 libxtst6:i386 Mount QNX 6.4.1 (I am using qnxsdp-6.4.1-200905201802-dvd.iso), then install like so: $: sudo ./qnxsdp-6.4.1-200905201802-linux.bin -silent Logout and then log back in, then run Momentics IDE: $: qde

How to fix "java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3452 or swt-pi-gtk in swt.library.path, java.library.path or the jar file"

How to fix "java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3452 or swt-pi-gtk in swt.library.path, java.library.path or the jar file" Running a 32-bit Eclipse-based application on Ubuntu 20.04 64-bit may fail with message like below: !SESSION 2024-09-01 04:49:52.176 ----------------------------------------------- eclipse.buildId=I20090510 java.version=1.5.0_11 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY org.eclipse.osgi 4 0 2024-09-01 04:49:56.569 !MESSAGE Application error !STACK 1 java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3452 or swt-pi-gtk in swt.library.path, java.library.path or the jar file at org.eclipse.swt.internal.Library.loadLibrary(Library.java:233) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:151) at org.eclipse.swt.internal.gtk.OS. (OS.java:22) at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63) at org.eclipse.s

Installing QNX 6.5 on Hyper-V 2022

Installing QNX 6.5 on Hyper-V 2022 Create a VM in Hyper-V Remove all NICs and add a legacy network adapater Power up and install QNX 6.5 This assumes that the ISO was already mounted. It is important that DMA is disabled by pressing d and then press ENTER key. After few seconds it should show something like below. Press F3 to install QNX into the HDD. Hereafter, default ( F1 ) selection should be OK. Once installation is complete, remove the ISO. Remember to disable DMA every time the VM is restarted.