geany missing the java compile script

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
bobwrit
Posts: 283
Joined: Mon 12 Mar 2007, 23:33
Contact:

geany missing the java compile script

#1 Post by bobwrit »

it wont compile java code.[/code]
I need help with my forum. [b][u]LINK:[/u][/b][url]http://www.programers.co.nr/[/url]
[url]http://www.freewebs.com/programm/iframe.html[/url] is my gateway page...

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

that script is called "javac".
It is part of JDK (Java development kit).
If you installed that, maybe the /jdk/bin folder of JDK is not in the path.

You could create a symbolic link to javac in /bin.
Mark

User avatar
bobwrit
Posts: 283
Joined: Mon 12 Mar 2007, 23:33
Contact:

#3 Post by bobwrit »

thanks mark, it's working now.
I need help with my forum. [b][u]LINK:[/u][/b][url]http://www.programers.co.nr/[/url]
[url]http://www.freewebs.com/programm/iframe.html[/url] is my gateway page...

Post Reply