Hello,
I tried to make an executable jar (a jar file that contains a main method, and once a user clicks on it from WinXP, it launches)...
The following code compiles correctly, but when I click on the jar file, nothing happens... Sorry if this post was supposed to be in a different forum...
Hello there,
In my build.xml file, this is the code snippet for my <javadoc> target:
<target name = "javadoc" description = "Generates JavaDoc">
<echo message="Generating API Javadocs...."/>
<mkdir dir = "${docs.dir}/javadoc" />
<javadoc packagenames="com.prototype.util.*"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.