Closed grandpa1946 closed 1 year ago
This is a nix thing you need the non-minimal java
Look at the flake.nix for reference, it has everything you need (other than docker although I don't think that applies)
thx
@Scoder12 in replit, i get the error glibc-2.37-8-dev/include/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found and don't know a way to install libc6-dev-i386
average nixos
true @CoolElectronics
The flake works for me on amd64 other than that idk what to tell you
can you run this on windows? idk about rustup...
why do i get the error File not found - *.rs?
when compiling the java part (really long arguments) i get this error: (compiling on replit, this may be the cause) Exception in thread "main" java.lang.NoClassDefFoundError: java/util/logging/Logger at com.google.javascript.jscomp.CommandLineRunner.(CommandLineRunner.java:2140)
Caused by: java.lang.ClassNotFoundException: java.util.logging.Logger
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 1 more