Made with ❤️ in .

List

View File

Some things don't work due to ongoing library development. There is so much that can be done.

Using The Library

You'll need a JDK (Java Development Kit)... You can get one here: Oracle JDK's. Windows is [x86 (32 bit) and, x64 (64 bit, but mostly everything is 64 bit now)], anything else, you should know what to do or who to contact. Anything newer than version 17 should work. I compile to version 17, but you can change that. Minimum version is Java 9 for Process.pid() and, if I recall correctly, there were some Bouncy Castle cryptography changes requiring source version 11.

You'll probably want an IDE (Integrated Development Environment). I'm working on an editor, but it's slow and careful work. I use NetBeans 18 (Install JDK BEFORE NetBeans) and a Java Ant Project with Existing Classes and package to .jar using ca.tecreations.apps.deploy.Deploy, but you can use any text editor and Command prompt, or terminal, or jethro.jar to launch. Compiling is automatic, according to configuration, via JavaCompiler.

You can construct a Maven/Ant style project by using DependencyViewer.


  1. Last Deployed Installer --- TEC_VERSION.jar {StusTwelve.jar} : Is below:
    StusTwelve.jar
  2. A double click will launch the Validator if you have the JDK installed. or use a java -jar StusTwelve.jar command.
  3. Refer to the Documentation menu above to review the operations the Validator performs.
  4. To use FileTool, you will need the default security configuration that Validator creates, and then run NameService, configure your NetworkConfig files for TLS/PKI and also in NameService.properties and that should work.
  5. Happy Coding!

License

Free Use



Initiate Snapshot: User Initiated Snapshot

Tim's Today
Hello, World!,

Hopefully today is a good and productive day for you!

Renewal of Self

<TEC_PURPLE>

Praying & Studying, today:

Ken Boa, Face to Face; Psalms 16-20, Proverbs 8; Philipians 1,2.

</TEC_PURPLE>


Coding

Well, that was kind of strange. I did manage to get the TLS_TSPS (TransportLayerSecurity_TecStreamPrinterServer) and client working.
It didn't at first, it was only connecting to every second instance. I did nail it down with openServerSocket by putting in an if == null then
construct and that still didn't make it work. Finally after declaring the Engine_TLS as public static final, that made it work correctly.
At least now though, I can just run the TLS_TSPC client and gather the output from the Engine application at any time. Very nice!

I'll still have to Deploy the StusTwelve so others can see and try it out, but I want to do some more mudding in the basement for the computer room
and also look into FileTool again to sort out the copying from panel to panel but I was up very late last night, so not sure how much I will do.

As for now, the Engine is running in the background and it's reporting almost 8 hours to midnight, so maybe I can get some more stuff done.
Either way, I'll be watching for the reset just prior to midnight, and then again tomorrow night, but at least now I can collect the output
from the Engine's run method.

-------------
Tested CopyOnHost && CopyOnHost_DropIn and they seem to be correct. If you are willing to do more thorough tests, please email me.
End.