Results 1 to 2 of 2
I'm trying to install Java JDK + NetBeans bundle for my programming class but I'm having difficulty. I downloaded to the desktop and I'm using Konsole to type in: chmod ...
- 02-01-2010 #1Just Joined!
- Join Date
- May 2009
- Posts
- 9
installing netbeans
I'm trying to install Java JDK + NetBeans bundle for my programming class but I'm having difficulty. I downloaded to the desktop and I'm using Konsole to type in: chmod +x <installer-jdk-6u18-nb-6_8-linux-ml.sh>
what I get in reply is: bash: syntax error near unexpected token `newline'
what does this mean and can i get this bundle installed?
- 02-01-2010 #2Just Joined!
- Join Date
- Feb 2010
- Posts
- 3
its because you included the '<' and the '>' in the filename. try without like this:
chmod +x installer-jdk-6u18-nb-6_8-linux-ml.sh


Reply With Quote