Hello. You need to create a configuration file with the extension ini. I set this file with such code:
File file = new File(System.getProperty("user.dir")+"/"+UID+".ini"); Where UID is a specific code transmitted by the client. The result is approximately the following:
C:\Users\тутимяпользователя\workspace\Encryptcserver\345161тутимяпользователяKHtGuI .ini It turns out that the address is on one line, and the extension is already on another. As a result, the compiler swears and gives this:
java.io.IOException: Syntax error in file name, folder name, or volume label
Tell me the solution, please.