Osama Rao

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Osama Rao commented, -
Osama Rao created a post, Access text file in a Plugin Project
This is how my project paths are set up. https://i.imgur.com/cWvixxK.jpgNow I am trying to get the text from the file mappings.json. The red circle indicates my code. I keep getting a FileNotFoundE... -
-
-
Osama Rao commented, -
Osama Rao created a post, Editing an XMLFile gives a read-only error
I am trying to modify and XML file, but when I try to run the code it is saying that the file in read-only and cannot be modified.How do I change the file to writable. I have checked the system se... -
Osama Rao created a post, How to add a text file to the project?
I have been trying to add a file to my project. I have placed the file parallel to the src folder.I am calling the file via this piece of codeString next = "";File mappingsFile = new File("/mapping... -
Osama Rao commented, -
-