Weird error trying to run examples in kotlin #49

Closed
opened 2025-12-30 01:20:01 +01:00 by adam · 3 comments
Owner

Originally created by @ghost on GitHub (Feb 11, 2024).

I have explained it here: https://github.com/apple/pkl-jvm-examples/issues/6

Originally created by @ghost on GitHub (Feb 11, 2024). I have explained it here: https://github.com/apple/pkl-jvm-examples/issues/6
adam closed this issue 2025-12-30 01:20:02 +01:00
Author
Owner

@odenix commented on GitHub (Feb 14, 2024):

The likely reason is that Pkl doesn’t yet support Windows. But I think it’s on the roadmap (see #20).

@odenix commented on GitHub (Feb 14, 2024): The likely reason is that Pkl doesn’t yet support Windows. But I think it’s on the roadmap (see #20).
Author
Owner

@bioball commented on GitHub (Feb 14, 2024):

Yup, @translatenix is right. We're aiming to support Windows in our next release (0.26, targeted for June).

For now, to use Pkl on Windows, the best method is to run it via WSL.

Closing this as a duplicate of #20

@bioball commented on GitHub (Feb 14, 2024): Yup, @translatenix is right. We're aiming to support Windows in our next release (0.26, targeted for June). For now, to use Pkl on Windows, the best method is to run it via WSL. Closing this as a duplicate of #20
Author
Owner

@mitchcapper commented on GitHub (Feb 23, 2024):

You can likely do what you want currently see https://github.com/apple/pkl-jvm-examples/pull/9 and #237 it is for java codegen but I can't imagine it is any different. For one your absolute windows paths starting with c: will likely not work, and for another all slashes must be forward slashes.

@mitchcapper commented on GitHub (Feb 23, 2024): You can likely do what you want currently see https://github.com/apple/pkl-jvm-examples/pull/9 and #237 it is for java codegen but I can't imagine it is any different. For one your absolute windows paths starting with `c:` will likely not work, and for another all slashes must be forward slashes.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#49