Javadoc v1.4 with JDK 1.3

118 byte By naca at 2007-9-27 18:28:54
Is there any problems with using Javadoc 1.4 with JDK 1.3.Any input appreciated.Thanksnaca

Run javadoc from Java

222 byte By boruvek at 2007-9-27 18:38:44
Hi,I would like to run javadoc tool from my java code..What is the best solution? I don't want to do it like this "Runtime.getRuntime().exec(javadoc...)..."Is there any elegant solution?

Some {@link} tags do not seem to generate hyperlinks

3157 byte By rgilbert at 2007-9-27 18:43:21
Hi,I am having some trouble getting some {@link} tags to generate hyperlinks. Specifically, {@link} tags to methods in classes in other packages. I've tried specifying the method arguments, including the fully qualified argument types, but I cannot get the output to generate hyperlinks.In the ...

HELP

368 byte By zombiedude at 2007-9-27 18:43:55
i cant play any java applet games things... yeawhen i try to play a game applet thing, it doesnt show. all that i see in the box is a small rectangle on the top left corner.i dont know whats wrong. this started when i downloaded Java Runtime 2 Envirenment(or something like that).can someone ...

Javadoc HTML document to contain external package information

437 byte By yin4java at 2007-9-27 18:47:40
Hi there:I would like to know how to issue the proper command line to generate a javadoc html document containing external packages. I found the the -group option, can anyone provide some insights to this?I have one java source that use java.sql package, I like to be able to generated the html ...

Package name ending with .java

463 byte By henla189 at 2007-9-27 18:49:59
Hi,I have some trouble with a package name ending with "fragments.java". When I use 'packagenames' javadoc complains when it reaches that package.I'm guessing javadoc thinks it's a source file and tries to parse it as such.I have found a workaround by using 'subpackages' instead of ...

exception problem

817 byte By niallgc at 2007-9-27 18:55:57
I've written a small class to email information to a given address. I had this class implement Runnable as it will run in a multi user environment.I need to throw some exceptions if it fails to send the mail but the compiler won't let me throw these ..... the class declaration looks like ...

API docs - bad rendering - unnecessary scroll bars

1914 byte By DonLind at 2007-9-27 18:57:51
Platform is Windows 2000 and IE6. Fire up just about any javadocs stuff (e.g., the www.sun.com/j2se/1.4/docs/api ) No matter how wide I make the browser window, the horizontal scroll bar remains present, and text is always hidden under the scrollbar. For example, with the javadocs URL mentioned ...

Permission trouble

3871 byte By catorulz at 2007-9-27 19:06:17
I am accessing a web page with java apps in it on a local Win2k webserver. I can access the page just fine through my intranet but not through the internet. I get the following errors in the java console. I have set up my firewall to allow everything through to my webserver so I don't think ...

Simple question

207 byte By amaurydebou at 2007-9-27 19:06:23
Hi to everybody.Does someone know where I can find a documentation about javadoc functionnalities ? (javadoc command, syntax we have to use in our .java files ...)Thank's for any reply.

need help quickly plz

842 byte By mnmmm at 2007-9-27 19:06:59
hi allcan any one tell me how to make this link java.lang.Object active in my APIdocumentation, so the user can put my API docs in JDK docs and link tojava.lang.Object through it.Class Logjava.lang.Object< i nead to make it active link | +--net.fun.srawing.window also, the @author tage ...

How to reference an inner class with @link?

507 byte By d93mn at 2007-9-27 19:13:42
Hi,Let's assume we have a class Test with an inner class namned InnerTest. If I want to put a @link to a method in InnerTest in another java-file, what do I write?To reference a method in Test, I write:{@link com.company.Test#method}My first thought when referencing the inner class' method ...

Javadoc not working with javax.servlet.* ?

1138 byte By 727144750 at 2007-9-27 19:13:53
Hi everyone,I can't seem to get javadoc working with servlet stuff. I'm using jdk 1.4.0.javadoc -doclet com.sun.tools.doclets.doccheck.DocCheck -docletpath E:\doccheck1.2b1\lib\doccheck.jar -d "E:\Conrad\sb\W2K conversion\OE17 (MOWI)\Documentation\Output" -classlist -sourcepath "E:\OneStop4 ...

DocCheck comments on deprecated methods

305 byte By broekstg at 2007-9-27 19:19:05
I am using the DocCheck utility to check the comments in my java packages, classes and methods. Methods that are deprecated have a @deprecated tag in the method comment, but DocCheck then complains about missing @params, etc. Is there any way that I can suppress the checking of deprecated ...

Loading look and feel

511 byte By linderp1 at 2007-9-27 19:19:15
Hi,Moved recently to a Pentium 4 with JRE 1.4 I encounter troubles running a java application that was developped to be used with a 1.1.x version.In the 1.4 version, the JRE.EXE is now replaced by JAVA.EXE. When I start my application I get the following error message:"Error loading look and ...

[XDoclet] Many-To-Many Relationship

845 byte By Suppaman at 2007-9-27 19:19:49
Hello.I have a little problem.Imagine that you have a class named A.A' extends A and A" extends A.Now, you have a class named B.There's a many-to-many relationship between A' and B (A' to B) and a many-to-many relationship between A" and B (A" to B).Giving A is the superclass of A' and A", ...

automatic @version tag generation

468 byte By codrinb at 2007-9-27 19:21:12
The "How to Write Doc Comments for the JavadocTM Tool" document( http://java.sun.com/j2se/javadoc/writingdoccomments/index.html)talks about taking the version from the version control system at check out, using something like this:@version %I%, %G%Is this an automatic operation or is supposed to ...

java.io.FileNotFoundException with javadoc 1.3.1 on OS X 10.2

1175 byte By paulrslgs at 2007-9-27 19:22:14
javadoc 1.3.1 on Mac OS X v 10.2All,I've been regularly generating updated javadoc for our project, but when I tried to do so today, I got the following exception:Loading source files for package com.mycompany.mypackage...java.io.FileNotFoundExceptionat ...

can't view downloaded java objects

419 byte By beanzrulz at 2007-9-27 19:33:17
i downloaded a java4gl object down to my computer andtried running it and i got this error msgException:java.lang.NoClassDefFoundError: gl4java/awt/GLAnimCanvasException:java.lang.NoClassDefFoundError: gl4java/awt/GLAnimCanvasi've installed the necessary java se stuff but it still appearscould ...

How to add an URI link to an external webiste/document

563 byte By d93mn at 2007-9-27 19:40:51
Hi ya'll,I use JDK 1.3.1_04 and tried this:@see <a href=" http://www.imc.org/pdi/vcard-21.txt">VCard 2.1</a> for more information regarding vCard v2.1.but it generates a warning when I run "ant javadoc", something about missing the last ">" which I find strange. I've tried ...

please help!!!!

248 byte By aliebls at 2007-9-27 19:51:20
thanks for readinganytime i try to do something with applet i get a errorthe error is a box and inside the box is a red square, a green circle, and a blue triangle. what is the problem and how do i fix it. please give me a hand

include constant String values in javadoc?

439 byte By RWuensch at 2007-9-27 19:53:37
I just got tired of search/replace in JavaDoc parts and asked myself if the following is possible:(I use JSP Syntax for the part that I don't know if it's posible)public static String insert = "this ist the insert";/** * Display here: <%=insert%> */Any ...

Easy/obvious place to insert filter class into the output stream?

2854 byte By jskubick at 2007-9-27 19:55:22
Does the doclet mechanism have any obvious place to insert a filter class that has nothing to do with structural parsing -- ONLY the final generated HTML output? Obviously such a function could simply be run on the final output after it's generated, but I'd prefer to avoid requiring an extra ...

Error numbers

280 byte By laqa at 2007-9-27 19:57:11
Hi, just a simple question, When an error or exception stack comes, like : at java.lang.Runtime.exec(Runtime.java:551)How can we have access to the details (java:551) ? Is it a line of java.exe or what does it mean? Thanks, Luis.

Invalid Descriptor Index Solution

914 byte By borntwice80 at 2007-9-27 20:06:46
Java Programmers,I just wanted to share a problem with you and my answer to the problem in hope that it saves you time. It took me about an hour to figure out what was going on. The problem and answer is below. PROBLEM:--This error keeps occuring whenever I try to access data from a ...

Bad Class File Error... What am i doing wrong?

2219 byte By map64 at 2007-9-27 20:10:15
Hi, I am trying to run a 'Hello World' program which came with the FreeTTS package from links from the java.sun.com website, and am not able to compile the program. I get the error:FreeTTSHelloWorld.java:4: cannot accesscl.com.sun.speech.freetts.audio.Voicebad class file: ...

Security Permission errors with ImageIcon, Please Help!

1071 byte By RedViking at 2007-9-27 20:12:23
I have an applet that uses some ImageIcons. When I had the .GIF files stored on my computer, I got a security error because an applet cannot look at the user's hard drive. Then I tried to make a policy file that let gave the applet permission to look at my hard drive (that was a huge pain in ...

NoClassDefFoundError

1181 byte By dilipvenugopal at 2007-9-27 20:15:19
Hi all,Iam using a typical pattern which has a JSP calling a servlet and the servlet at run time calls certain Handler classes which are mapped in an XML file. Now i have kept the Servlet and the Handler classes in the same war file and deployed into the app server. This Handler class will look ...

Java.io.IOException: The handle is invalid

1500 byte By BenLearningJava at 2007-9-27 20:35:27
I recently had to format my PC after data corruption, andwhe I reinstalled the Java SDK I found that certain programswould no longer run after compiling. The problems seems tobe something to do with the input/output. I've tried reinstalling Java without any luck. The error is this:Is the boat ...

DocCheck output could be improved when no errors occur

658 byte By broekstg at 2007-9-27 20:36:25
I am using DocCheck and find the output very useful if errors or warnings occur, but not very useful when there are no errors or warnings. In the latter case, the Executive Summary explains the table columns where there is no table, the Package Summary gives a note about the Minor Errors table ...

What does illegal escape character error means?

7611 byte By blur19 at 2007-9-27 20:36:33
I wrote the SQL statements to save tables in database to a text file but there's error which i do not understand. Here is my code:import java.sql.*;public class SaveData{private Connection transConn;protected ResultSet ...

newbie needs help

188 byte By ljb2148 at 2007-9-27 20:40:53
hey guys--i get this message "the procedure entry point_JVM_supportscx8@0 could not be located in the dynamic link library jvm.dll.-what is it and how can i get it corrected? thanks

How can I Deal with this 2 errors?

538 byte By IvanEmmanuel at 2007-9-27 20:42:16
I'm so desperated I can't even run the HelloWorldApp, because it has this error in the interpreter (I compiled it and Zero erros):Exception in thread "main" java.lang.NoClassDefFoundErrosand in other program I have this Exception in thread "main" java.lang.NoSuchMethodError: detail.number () ...

breakiterator error

641 byte By jgag at 2007-9-27 20:48:55
I am very new to Javadoc, and have just taken over a machine with JDK140 installed. Each time I generate my javadoc, I get a bunch of warnings of the following type:warning - The first sentence is interpreted to be: [javadoc] This sentence is different from what would be generated using ...

Javadoc Error

3236 byte By Gumpngreen at 2007-9-27 20:54:48
Running Javadoc on my project from Forte 4. This is the first time I've used Javadoc on a large project and I am clueless on what to do; I didn't even expect that it was possible for Javadoc to have fatal errors. This is the error I get:Loading source file ...

Syntax error with directory creation code

4153 byte By Zulfi100 at 2007-9-27 20:54:53
Hi,I am getting error syntax with following code:<HTML><HEAD><Title> Make a post </title></Head><Body><%@ page language="java" import="java.sql.* , java.util.Calendar, java.io.*" %><%Boolean value = (Boolean)session.getAttribute("LOGINVALUE");if ...

Indentifiers?!!?( clueless)?!?

54 byte By Black_Prince at 2007-9-27 20:57:49
does any body know what an identifier error is?

Redirecting System.out to a textfield

144 byte By weelink at 2007-9-27 20:59:38
I want the output created by System.out (especially error messages) redirected to a textfield in stead of the console. How can I do this?

numberOfMenu's is Undefined?

493 byte By mareklof at 2007-9-27 21:05:13
I built a site with 2 includes. One dropdown menu, and one dropdown menu at the top of the page. The menu's work perfectly when seperate. They even work combined in a page. But then I get the "Done, but with errors" sentence, I take a look at it, and it gives me "numberOfMenu's is Undefined". ...

Class xy not found in import.

1504 byte By Markus Nohr at 2007-9-27 21:06:49
Hi,I want to generate the documentation with the JavaDoc of J2SDK 1.3.1_02.I get the message "Class com.ibm.eNetwork.HOD.HIFramework not found in import." only by external JAR-Filesthe JAR-Files are ...

Very Strang occurance of: java.lang.NoClassDefFoundError

989 byte By lgdouglas at 2007-9-27 21:10:56
MY ERROR; Exception in thread "main" java.lang.NoClassDefFoundErrorI am on a WIN 2k Server.I have compiled and used the java file, portListener, on this same box.I have run the code at the command line in the past with java portListenerNOW, I went to install this little ditty on the production ...

Object that returns rootDoc object

285 byte By toomsie64 at 2007-9-27 21:13:40
I want to create a simple wrapper class reads has a getRootDoc method without having to use javadoc doclet at the command line. The wrapper class I want to create should be just like any normal class. could you email me if you come up with an answer gerald-d@gerald-d.com

DocCheck text control options don't work !

273 byte By leeroy at 2007-9-27 21:31:23
Hi Java People, I'm using doccheck in a french context and i would be glad to change the text generated by doccheck. I've tried the -getTxt -setTxt options but without any result ! Does anybody succeed in using thes options ? thanks in advance

Problems with Parameters

984 byte By tony.thompson at 2007-9-27 21:37:32
I am using an Ant script to compile javadocs for a bunch of source files. If I have a method declared like this:import x.y.MyClass;...public void myMethod( MyClass p1 );The javadoc generated for this method looks something like this, if I use the 1.4.1 javadoc:public void myMethod( x.y.MyClass ...

Detecting Tools.jar

199 byte By mickoo at 2007-9-27 21:38:15
I need to make sure that the Tools.jar is in the Classpath of the Clients machine as I am using classes from suns package. Can do this before the exception is thrown while my applicaton loads?

How to add and generate package level doc

261 byte By swwong888 at 2007-9-27 21:38:59
Hi,I am using javadoc, everything goes fine except the overview frame, there is no package level doc.Where to add the package level doc? and how to generate the package level doc once added?Thanks in advance for any ideas.Wing

Removing Serialized Form

307 byte By tony.thompson at 2007-9-27 21:42:07
When I generate javadocs for any of my classes that implement java.io.Serializable, a link to serialized-form.html is generated in the "See Also" section for the class documentation. Is there any way to tell javadoc not to generate this information? I am using javadoc ...

importing package problem

808 byte By drychlik76 at 2007-9-27 21:42:15
Dear Kind Sirs,I am developing an application to run on nextel phones. I am utilizing classes in the airclic package. The problem that is plagueing myself is, I cannot import com.airclic.j2me.airclicker.*;. When I compile I get an error that the package does not exist. This is what Ive ...

javadoc tree description

431 byte By simon_orange at 2007-9-27 21:43:16
I can happily get package description to work, but how do I add a description for my whole javadoc tree?eg at http://java.sun.com/j2se/1.4.1/docs/api/the tree description is:JavaTM 2 Platform, Standard Edition, v 1.4.1API SpecificationThis document is the API specification for the Java 2 ...

Unhandled Exception Error

253 byte By jdennis770 at 2007-9-27 21:50:55
I tried to download and install the JAVA 2 Runtime for Windows 98SE and received an "Unhandled Exception Error #0X80070725 - Incompatible Version of the RPC Stub" which prevented the complete install. What is causing this error and how do I fix?