LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   openiing a file (https://www.linuxquestions.org/questions/linux-newbie-8/openiing-a-file-46198/)

OneDragonWon 02-19-2003 03:22 PM

openiing a file
 
i downloaded a file, i saved it as "javathing". it is a java compiler. i try to open it, and it opens the text of the file, all i see is code. i tried doing what someone told me...go to a terminal and type "chmod +x javathing". did i do sometihng wrong or is there something else i can do?

iceman47 02-19-2003 03:36 PM

You shouldn't try to 'open' a compiler, you should run it:
./javathing (in a terminal)
edit: I think you got a great answer in this thread: http://www.linuxquestions.org/questi...threadid=46162

OneDragonWon 02-19-2003 09:34 PM

i get errors...file does not exist/directory does not exist... i tried to run the file, thats when the text stuff came up

MasterC 02-20-2003 02:13 AM

:) Hi. Acid pretty much gave you the farm there. You need to be in the directory where the file exists to chmod it. So wherever you downloaded it to, go there (via the command line) and then follow his instructions.

Cool

acid_kewpie 02-20-2003 02:37 AM

well you can take a horse to water..... ;) j/k

morning all.

MasterC 02-20-2003 08:39 AM

Morning, yeah, but you gave him a lake... ;)

Mornin Chris


All times are GMT -5. The time now is 12:41 AM.