oblivm / ObliVMLang

The compiler for ObliVM
63 stars 10 forks source link

New error in runtogether.sh #2

Open caixiaomo1993 opened 9 years ago

caixiaomo1993 commented 9 years ago

When running "./runtogether.sh examples/hamming/input_alice.txt examples/hamming/input_bob.txt" Error: Could not find or load main class com.oblivm.backend.lang.inter.Cmd

By the way, the last version works well on this point. Thank you for your patience!

oblivm commented 9 years ago

I can't replicate this error. Have you run ./compile.sh first?

Thanks, Chang

AnselmeTueno commented 7 years ago

Hi, on Cygwin "./compile.sh" and "./compile_cygwin.sh" return "line 3 javac: command not found". What am I doing wrong? Thanks for your help.

zishan11 commented 3 years ago

Hi, on Cygwin "./compile.sh" and "./compile_cygwin.sh" return "line 3 javac: command not found". What am I doing wrong? Thanks for your help.

I also meet this problem!

zishan11 commented 3 years ago

Hi, on Cygwin "./compile.sh" and "./compile_cygwin.sh" return "line 3 javac: command not found". What am I doing wrong? Thanks for your help.

run this cmd in linux to fix it: sudo apt install default-jdk