Search found 2 matches

by fubardude
28 Jun 2024 16:34
Forum: Router
Topic: Debugging/building router questions...
Replies: 3
Views: 61076

Re: Debugging/building router questions...

Answer: At least the linux install package ( ant installer-linux ) does work properly on Temerin v8 LTS on latest Ubuntu (the github action was a good guide and helped a lot). On more modern JREs it won't run because of the dependency on Pack200. I can't do the full package because it fails during t...
by fubardude
24 Jun 2024 15:43
Forum: Router
Topic: Debugging/building router questions...
Replies: 3
Views: 61076

Debugging/building router questions...

I'm looking at experimenting with the I2P source for various optimization purposes. Some questions however: What is the exact jdk version used to build the installer bundle? "ant build" fails with "java.lang.NoClassDefFoundError: java/util/jar/Pack200" (Pack200 was deprecated bac...