|
Well... kate is only a text editor so after saving something you should have a filename called x.java
Now... in a terminal, you could try doing:
export PATH=$PATH:/usr/java/
javac x.java
Now that is supposing the binaries are in the /usr/java/ folder...
Default is /usr/local/j2.../bin/ I think.
|