Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...