You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, thanks for trying out the project and sorry about the current state of the build, we're ironing out things and trying to get away make driving things.
To run a simple app showcasing a Swift process calling into a Java library you can run:
cd Samples/JavaKitSampleApp
swift build
java -cp .build/plugins/outputs/javakitsampleapp/JavaKitExample/destination/JavaCompilerPlugin/Java -Djava.library.path=.build/debug com.example.swift.JavaKitSampleMain
rather than rely on the make task; I'll remove the make task so it's not confusing folks anymore
I am getting a bunch of objective-c errors when trying to run
make javakit-run
(see below)I am one an M3 MacBook Air.
This is java --version:
Java was installed with brew (openjdk) and JAVA_HOME is pointed at
/Users/REDACTED/Library/Java/JavaVirtualMachines/openjdk-23.0.1/Contents/Home
This is swift --version:
Here are the errors:
The text was updated successfully, but these errors were encountered: