Joined
·
2,372 Posts
I have the kmttg.jar file unzipped; what program should I use to open cdata.p12 and see the expiration date?Code:XF7x4714qw
I have the kmttg.jar file unzipped; what program should I use to open cdata.p12 and see the expiration date?Code:XF7x4714qw
Under Windows:I have the kmttg.jar file unzipped; what program should I use to open cdata.p12 and see the expiration date?
Thanks!vlZaKoduom
"C:\Program Files\Eclipse Adoptium\jdk-11.0.17.8-hotspot\bin\javaw" --module-path "C:\Program Files\Eclipse Adoptium\javafx-sdk-11.0.2\lib" --add-modules javafx.web -jar .\kmttg.jar
"C:\Program Files\Eclipse Adoptium\jdk-19.0.0.36-hotspot\bin\javaw" --module-path "C:\Program Files\Eclipse Adoptium\javafx-sdk-19\lib" --add-modules javafx.web -jar .\kmttg.jar
Seems to run fine on Windows 10 with Java (build 1.8.0_351-b10). Haven't noticed any issues yet. Thanks for the update.I've pushed a test build of kmttg Release v2.6-l-rc1 · lart2150/kmttg
The two changes are support for more recent versions of javafx and therefor java, and fixing remote rpc. Below is are example batch scripts I use on my computer to launch it on windows with java 11 and 19. Please report back issues you encounter. There are going to be some minor cosmetic changes mainly with the disk usage graph.
Code:"C:\Program Files\Eclipse Adoptium\jdk-11.0.17.8-hotspot\bin\javaw" --module-path "C:\Program Files\Eclipse Adoptium\javafx-sdk-11.0.2\lib" --add-modules javafx.web -jar .\kmttg.jar "C:\Program Files\Eclipse Adoptium\jdk-19.0.0.36-hotspot\bin\javaw" --module-path "C:\Program Files\Eclipse Adoptium\javafx-sdk-19\lib" --add-modules javafx.web -jar .\kmttg.jar
It might. Did that stop working around the end of November/start of December? What steps do you take for rpc delete?Does this fix the RPC Delete box from not deleting?
I took a quick look at the code and that can use remote rpc and this release should fix remote rpc. I just tried and I was able to delete a show with rpc delete checked by right clicking on the show and selecting delete.No steps, just that last time, I had RPC Delete checked as a job, Delete didn't happen.