Skip to content
Advertisement

Tag: windows

IntelliJ Exe build not working as I expected

I am working on a JavaFX Application, which is a conferencing application. The application is running fine with IDEA. But my target is to build an exe from my application which would run standalone. I have configured an Artifact to build exe where I set the values for Application Class Title Vendor Version Native Bundle (exe) Enable Signing with Self

SSL Windows Certification Error on Tomcat 9

SSL is enabled in my server Tomcat 7.0.108. I enabled it according to this answer https://stackoverflow.com/a/48883483 My Connector in serverx.xml is : But, in Tomcat 9.0.45 same configuration has an error. Is anyone enable SSL with Tomcat 9 using Windows Certs? Answer The error is caused by the SSLImplementation selected by Tomcat: the OpenSSLImplementation requires direct access to the private

Java WatchService locks directory on Windows

It seems when you watch a directory using Java’s WatchService and then try to rename its parent directory, the renaming will fail with an AccessDeniedException. The directory seems to be sort of locked by the WatchService. Can be reproduced with: Fails with: Tested with OpenJDK 11 & 14 on Windows 10. Trying to rename dir1 in Windows Explorer also fails.

WebDAV authentication through Java

I’ve made a program which copies files from phone to windows folder. Connection to phone via WebDAV server. The problem is that I cannot connect to phone through Java until I open for ex. htpp://192.168.1.40:8080 in my windows explorer. After that phone is visible in Java. But that ruins all the meaning of my program. Does anyone knows how to

Advertisement