Skip to content
Discussions/App Development/DAML Java BindingsForum ↗

DAML Java Bindings

App Development6 posts169 viewsLast activity Dec 2023
PA
parmpaOP
Nov 2023

There are some samples for DAML Java bindings here: https://github.com/digital-asset/ex-java-bindings/tree/master/PingPong
Is there a Windows version of the “start.sh” file ?

RO
rohitt
Nov 2023

Hi @parmpa

What error/s are you getting while running the script on Windows?

PA
parmpa
Nov 2023

Thanks rohitt for responding. Do I need to (a) install a Linux environment on Windows or (b) manually convert the bash file (start.sh) to a Windows equivalent bat file?

RO
rohitt
Dec 2023

Hi @parmpa Installing a Linux env for Windows would work.

Please see this for enabling Windows Subsystem for Linux

PA
parmpa
Dec 2023

Thanks @rohitt. After installing Windows Subsystem for Linux (WSL), can you please confirm if I will be able to use -on the WSL environment - the daml I already have installed on Windows? Or will I additionally have to reinstall daml on the WSL environment before I can run start.sh on that environment. Many thanks

RO
rohitt
Dec 2023

Yes, daml installed on your windows should work from WSL.

You can try running the following to confirm:
daml version

← Back to Discussions