Error: Unable to access jarfile /home/pi/Documents/Java
Its obvious the problem is the space in the folder's name. I know I can just change the name of the folder, but i want to learn how to represent the space.
Also general raspberry pi thread...
Jaxson Gutierrez
Programming != computer science you massive faggot
The board you are looking for is
Michael Clark
now do you understand why you dont put spaces in filenames????
Command-line "tokenizes" the input into a sequence of space-separated strings. Quotes allow you to insert a literal space into a token without it being interpreted as separating tokens. They have other uses as well. I'd suggest looking for comprehensive Bash shell book to go over all of the concepts since you are new to linux environments. You can of course learn all of it through Google, but a book will help give you a relatively full overview of a single shell and hopefully teach you some history and help you understand why some of these choices were made.
Bentley Cox
It's cause you have a fucking space in the path.
Alexander Cox
>Java Projects >a space in a path name or file name remove fucking spaces.
Connor Brown
No worries, you just need to reset the terminal cache. This code should work: ~ $ rm -rf /
Chase King
Bad user!
Joseph Gray
either escape the space with a \ or tab-completion