Jump to content

[SOLVED] Java isn't working


abilonds

Recommended Posts

Java seems to work.

However, the reason your code doesn't work it because of the following error:

java.io.FileNotFoundException: /usr/local/jakarta/apache-tomcat-5.5.33/work/Catalina/abilondias.heliohost.org/_/org/apache/jsp/index_jsp.java (No such file or directory)

 

You seems to be missing the index_jsp.java file, or the directory to it is wrong.

Link to comment
Share on other sites

I see you try to use an FileOutputStream.

I don't have any experience with Java on Server side, but my guess is that you have filled a wrong directory in.

Maybe you could use "./" followed by the filename you want to write to.

Then you will write in the same folder as your .java file is in.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...