Jj Roberts wrote:It does work if you are running it from the correct directory. What Knute is saying is that if your folders looked like my/folder/foo/bar/Zoo.java you would have to run
from the 'folder' directory. You have to run the commands from the directory which contains your package. In your case your file is at com/cha/iru/Zoo.java. What you need to do is navigate to the folder which com is in. Go and do that. Once you are in com's parent folder, you will need to run
(of course, if you are on Windows, the slashes go the other way). Don't forget to leave theat the top of your file. Now try it.
Hello, I am having some trouble working with
JEE on Linux :
especially in reading writing I/O in files it shows the wished result but it is mixed with different characters which wasn't included in my program ,
is there a special command/ line to add when launching files via LInux ?