B4J Question Run B4J Apps on Mac?

aidymp

Well-Known Member
Licensed User
Longtime User
Hi, Im just looking to make an App for the Mac (El Capitan 10.11) I have Java installed and running the java -version gives this

java version "1.8.0_73"
Java(TM) SE Runtime Environment (build 1.8.0_73-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.73-b02, mixed mode)

NOTE : This is not a real Mac its a VM running on my PC! - everything else seems to work normally, including B4J bridge! so java is working!

I have installed B4J bridge, and can connect the IDE to the Mac. But anything I try to run gives the same error, even a blank project.

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fff8d38cc3d, pid=447, tid=19715
#
# JRE version: Java(TM) SE Runtime Environment (8.0_73-b02) (build 1.8.0_73-b02)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.73-b02 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
#
C [libGL.dylib+0x1c3d] glGetString+0x1c
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/aidymatic/tempjars/hs_err_pid447.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Can the Mac run GUI apps?

Thanks

Aidy
 
Top