Sorry to keep making new tickets. I am unable to make new release of HelloNZB v1.4.8 to run.
System is Xeon 4-core with hyperthreading, Windows 10, build #1511. Java is v9.0.4+11, 64-bit. HelloNZB is v1.4.8 (I think from Feb-2018).
I am trying to run the jar implementation. Have tried various command lines and many different options, but Java consistently throws a ClassDef error. I'm stuck on this one. Don't know where to continue with debugging.
Last command line I used is:
start /B JAVA -d64 -Xms128M -Xmx18200M -jar C:\play\HelloMZB_4\HelloNZB_148.JAR >> c:\play\HelloMZB_4\log.txt
I'll attach a screen shot of the batch file.
Anonymous
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Diff:
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Diff:
Hi, can you please try it with the following command line option:
--add-modules=java.activation
Does this solve your issue?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Yes! I have the splash screen up now. Outstanding. I can debug the remaining command line options separately. Thank you.
Great!