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
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?
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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.
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 ...
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 ...
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 ...
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 ...
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 ...
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", ...
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 ...
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 ...
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 ...
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 ...
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
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 ...
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 ...
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.
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 ...
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: ...
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 ...
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 ...
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 ...
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 ...
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 ...
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
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 () ...
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 ...
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 ...
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 ...
does any body know what an identifier error is?
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?
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". ...
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 ...
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 ...
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
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
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 ...
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?
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
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 ...
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 ...
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 ...
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?