Quote:
Originally Posted by NiLuJe
FWIW, I've always used ant and an Oracle JDK. Take a look at KUAL's ant config, it's slightly less insane than JBPatch's or Collections Manager, IIRC.
Double-check that you're not using a Java 9 JDK, because I remember them (Oracle's, at least) having dropped support for building code targeting the crappy & old Java profile we need.
|
As someone who's never used Ant before, that looks terrifying

I'll try it if the Oracle JDK doesn't work, I'm installing that right now. I'm currently running java-8-openjdk.
I just realized that I'm not specifying the old Java version anywhere as far as I know; I'll look into how to do that. Maybe that will tell jarsigner to use a different algorithm or something...
Thanks!
Edit: Changed my build.sh to the following per
https://docs.oracle.com/javase/1.5.0...sscomp-example
Still doesn't work, unfortunately