Question

I coded a tiny thread-based TCP Server and a Client, but I could not start the Client. Java VM seems to have problems.

chris@chris-UX31E:~/workspace/verteilte/build$ java Client localhost 9000 9002
Error occurred during initialization of VM
java.lang.Error: Properties init: Could not determine current working directory.
    at java.lang.System.initProperties(Native Method)
    at java.lang.System.initializeSystemClass(System.java:1115)

Whats wrong with the environment/working directory?

Was it helpful?

Solution

For the record: A restart solved the problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top