Troubleshooting

Setting Permissions

Q1:Why can't I grant myself permission to access a file?
You probably typed the filename incorrectly. If you're using backslashes in the filename, make sure you use two of them. The backslash character (\) is usually used as an escape character, indicating that the next character shouldn't be interpreted as a special character but rather as just a plain character. Two backslashes (\\) turn into a single backslash because the first one says "take the next character as just a plain character."
Q2:I granted my code permission to listen for incoming socket connections; why can't I receive any?
You must also grant permission to accept incoming connections from any hosts that might want to connect, or use * for all ...

Get Special Edition Using Java™ 2 Enterprise Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.