I am attempting to create a simple text file that I will be writing to.
I receive the following error:
/Library/Java/Home/bin/java -Didea.launcher.port=7
You can't use a tilde ~ in your path. If you want the user's home directory, you can get it from System.getProperty("user.home")
System.getProperty("user.home")