i get the error on one of my torrents that im trying to download on azureus was wondering if any of you knew what to do
1233 byte By
xlinuksa at 2007-11-26 13:55:52
Hello all!I've searched this forum for info about some Javadoc tool which would meet my needs and couldn't find one, perhaps I haven't searched enough. I don't use an IDE so that's why I would like it to have the following 'features':-GUI-Work without recompilation on both Windows and ...
426 byte By
MargNata at 2007-11-26 14:28:34
Hi,I've generated javadoc for my prog, with links to a local jdk 1.6.0 api specification.Now I've seen those links have been created as absolute paths, notwithstanding I've copied java api spec in the javadoc folder for my program.How must I do to generate relative links?so that if I put ...
Good day all.I'm having difficulty with trying to include a formbean inside a request to another jsp page.I'm running JBoss 4.0.4GA, JSDK 1.5, Windows XP, Apache 2.0.59, and I'm using some of David Harms' code that he published in his 2001 Book, "JSP, Servlets and MySQL".I'll post as much ...
<Jan 10, 2007 12:39:13 PM IST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=20269655,name=raweb,context-path=/raweb)] Root cause of ServletException.java.lang.OutOfMemoryError>--Hi all, we are struggling with the above problem when we rendering the map (google ...
If the source file has no explicite constructor, the ConstructorDocs of ClassDoc always hold a non default constructor as it seems. If there is an explicite coded constructor, the position of the constructor points to the right position in the file. If there is no constructor in the source, it ...
935 byte By
pet_a at 2007-11-26 14:57:54
Hi!I'd like to write a jvmti agent that can make a threadtree(it can find the parent of the current thread).// I make the B thread in the A thread. A will be the parent of the B.I made it in JDI. I catch the methodStartEvent of start0 method (It's called to start the new thread - This is the ...
665 byte By
murraha at 2007-11-26 15:05:29
Hi,I am new to Java. I have created an applet called TicketbookEmailDecoder.class that works with both the appletviewer and via a htm page using:<applet code="TicketbookEmailDecoder" width=480 height=360></applet>So far so good. Now, when I deploy the applet in another folder on my ...
734 byte By
Makara at 2007-11-26 15:09:20
Hi thanks for reading. I really hope you can help me.I'm doing a Spanish-English translator using the developer 10.1.3.1The console mode of the translator works with no problem. It is when I call the translate function through a .JSP where I have trouble. I get:java.net.MalformedURLException: ...
I am trying to use taglets with javadoc with the examples from Taglet Overview, but I get the following error message when I run javadoc:javadoc: Error - Exception java.lang.ClassNotFoundException thrown while trying to register Taglet ToDoTaglet... .I have lib/tools.jar on my build path and ...
I have a program that creates and starts Threads that invokes a webservice..I just want to know if incase one Thread had an exception will it effect the processing of other threads, or it will effect the execution of the program?here is my code (part of the program) that creates and starts the ...
I am using JRUN 4 with updater 6 with j2sdk1.4.2_05 on win2k3 serverand seeing this exception and its causing JVM to shutdown. Do someone has a solution for this . I this smth realted to writing on closed OutputStream?An unexpected exception has been detected in native code outside the ...
HelloI have analyze the exception .Any body help me.I need brief explanation.Give me suggestion how can rectify it.java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream readat java.net.SocketInputStream.socketRead(Native ...
hello frnds iam using windows 2000 professsional OS , im getting error after installing oracle , im getting error whenim trying to open ECLISPE IDEIam getting error like jnm terminated exit code =1
1152 byte By
knewsoma at 2007-11-26 16:22:13
I'm getting an exception when invoking a servlet in tomcat 5.5. JAVA_HOME and Eclipse are both pointing to the same folder for javac. The only Java components installed are the J2SE 5.0 Update 1. java.lang.UnsupportedClassVersionError: Bad version number in .class ...
hello i am running tomcat and axis on my server, and i am always getting this error in my log files anytime my webapplication and webservice starts...I dont know what the exception means..does the [/axis] means the error occurs in axis folder of my webapplication? why is it Session gets ...
353 byte By
kombea at 2007-11-26 16:31:12
In stuts, as my understanding if not wrong, if the form in, say login.jsp is validated and forwarded to intended page, say, member.jsp, it has nothing to do with errors or exceptions that occur in a member.jsp and beyond, then how to handle exceptions for simple application in web.xml, as in ...
problems solved, pls delete thread. Sorry for the inconvenience;Message was edited by: Biggie_mac
Hi everybody.I just wrote a really simple agent used to instrument classes at method entries and exits (did it modifying a little the java_crw_demo from jdk6 demo code so that i could change instrumenting methods signatures).Everything worked perfectly fine until I decided to add some ...
java.lang.IllegalStateException: forward () not allowed after buffer has committed.This only happens on one website and only on one computer in the office. How can I fix it?
If I have a field likeprivate static String[] accountTypes = {"Checking", "Savings", "Credit", "Money Market"}; in the source code, how do I get "Checking", "Savings", "Credit", "Money Market" via javadoc?
396 byte By
KKnighta at 2007-11-26 17:32:20
Where can I find the documentation for java application launcher for java 6? I want to know the full description of the java options.I went to http://java.sun.com/javase/6/docs/technotes/tools/windows/java.html.But it doesn't seem to be a full description of the java application launcher. For ...
426 byte By
KKnighta at 2007-11-26 17:40:45
To enable remote debugging, we launch the java application using the options:-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4000 -Xdebug -Xnoagent -Djava.compiler=NONEThe '-Djava.compiler=NONE' option slowed down the application, since it turned off the just-in-time compilation. My ...
Here is the Error: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0at VirusLook.main(VirusLook.java:3)
First off let me say everything was working just fine. I have a number of files in a /src folder, I compile them to a /bin directory and currently, even though it is bad practice I have everything sitting in the default package (I will change that soon after I figure out this issue).Then I ...
139 byte By
asmainfa at 2007-11-26 18:02:57
How can i launching an application by performing its path and its class main without using the javac command line explicitly?
238 byte By
asmainfa at 2007-11-26 18:15:30
We Know, that the Operand stack of a frame stack is not accessible, is there any method in jdk1.6.0 that resolve this problem or not yet?If no, how we can know the moment when the operand stack is empty?
Hello,I have a program (with multiple threads, running under MS-Windows) which works fine almost all the time.In one case, it terminated unexpectedly, and the exit code (via ERRORLEVEL) is 143.There are no other outputs in order to diagnose the problem.I would like to know what the error code ...
Getting in Resultset while connecting to Database.
I get this error when I try to run my code.C:\Documents and Settings\Jason\My Documents\TSM\MyArrayList.java:89: cannot find symbolsymbol : method newCity(java.lang.String,double)location: class MyArrayList<T>newCity(name, distance);^1 errorThis is where it happens.int size = ...
858 byte By
falc1a at 2007-11-26 18:43:44
I'm on windows xp running DocCheck from a bat file. I specify the sourcepath as follows:-sourcepath .\com\SteveSystems\People\*.javaThere are two classes (.java files) in the People directory and both have missing Javadoc tags. However, DocCheck only reports errors in one class. Am I using the ...
1015 byte By
falc1a at 2007-11-26 18:43:50
I'm on windows XP and I've run DocCheck on a package, however everywhere in the output I would expect to see the package name, DocCheck inserts "anonymous." Examples:API Specification ErrorsErrors in Class: (anonymous).PersonandAPI Specification ErrorsErrors in Package: (anonymous)My source ...
363 byte By
asmainfa at 2007-11-26 18:44:03
Hello,JPDA provide several interfaces in tools.jar lib for developing debugger applications.Is it possible to launch an application by launching connector without using jdb, and without using java command line explicitly?Is there any method help me to launch any application by my personal ...
When you specify an @see or {@link} tag to look at, let's say java.util.Properties, do I have to specify the url to that Javadoc page using an HTML anchor element? In the article How to Write Doc Comments for the Javadoc Tool they just specified the class name and it came back as a link in the ...
what is difference between exception and error..?
2613 byte By
jettimona at 2007-11-26 19:06:13
Hi,I am a newbie to Java and need some help finding an error.I run a testing and support website which has been handed over to me with little java training and knowlegde.Anyway the problem is that there a section where you can attach files, this works fine when saving an issue the first time, ...
2231 byte By
Sashi12aa at 2007-11-26 19:10:49
hi when im running the functionpublic boolean getRptIds(String condStr, Vector resultVec) throws SQLException{String queryStr = "SELECT rpt_ids FROM " + viewName + "\n";if ( condStr.length() != 0 )// for totalqueryStr += "WHERE " + condStr;System.out.println("getSubsetRptIds ...
## An unexpected error has been detected by HotSpot Virtual Machine:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77f52b6a, pid=2552, tid=2236## Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)# Problematic frame:# C [ntdll.dll+0x2b6a]# T H R E A D Current thread (0x0ac6a2e0): ...
while opening executable jar files i get error: Failed to load Main-Class attribute from (Filepath)The application runs fine on my cellphonei have the latest version of Java runtime environmenti use windows xp home sp-2
I'm trying to write a relatively simple debugger in java, but I'm having some trouble with StackFrame.visibleVariables(). It always throws an AbsentInformationException, yet I cannot see why. Can anybody explain why this happens?I've tried searching for hints as to what is wrong, but there ...
846 byte By
HMMa at 2007-11-26 20:14:58
We have Sun App Server 7 and using JAVA 1.4.2 version based application developed using struts framwork. When we deploy EAR file after doing the build and execute the application it works fine. Problem starts when trying to debug application by starting application instance in debug mode in app ...
I have already tried to find some solution on Java Essential forum, not much success there. I hope someone might suggest something here.Design: one big file, split into chunks, recombined according to some order, feeded to some exe file, and finally compilation of results.Problem: I can run ...
502 byte By
pet_a at 2007-11-26 20:19:22
Hi all!I have a question. I'd like to store in a map the jmethodID that I get from the methodentry jvmti event. And when I get another methodentry event I'd like to decide if the recieved jmethodID is new or I saw that before. But I don't know that jmethodID that I recieve remains the same ...
Hi all, My apologies, I did not know about this forum and previously posted this query in java programming forum too but had no replies and thus posting here.There are tons of java classes in my current project that have zero documentation at class and method level. I tried using javadoc tool ...
492 byte By
keesa at 2007-11-26 20:32:13
When I try to get a list of declared variables in a method, using variables() from class Method, I sometimes get two variables with the same name, although there is one declared. Is this a known bug? Example: the following method gives *two* local variables, both named mx. int ...
This code creates a "missile" by mouse clicks:public boolean mouseDown(Event e, int x, int y){missiles[mc].reset(x,y);enemyMissiles[emc].reset();if (mc < missiles.length-1)mc++;elsemc = 0;if (emc < enemyMissiles.length-1)emc++;elseemc = 0;repaint();return true;}Missile Class:This is where ...
2281 byte By
KoTurka at 2007-11-26 21:18:30
Dear all,I am developing an application but I get the next error.Does anybody know this error?java.lang.NoSuchMethodError: mainException in thread "main" <CODE>import javax.swing.*; import java.awt.*;import java.awt.event.*;import javax.microedition.io.*;import java.io.*;import ...
I ran this program and the slider should produce color at the bottom of the frame but it doesn't please help.import javax.swing.*;import javax.swing.event.*;import java.awt.*;/** * Title: * * Description: * * Copyright: Copyright (c) 2007 * * Company: * * @author not attributable * @version ...
1569 byte By
JaMeSa at 2007-11-26 21:57:49
I'm implementing an agent using jvmti. I'm using the jdwp protocol to send and receive packets to and from a client. Many jdwp commands (see example below) utilize referenceTypeId (as well as objectId, methodId, etc). My question is this: Is there a way to get a referenceTypeId from the jvm ...
307 byte By
JaMeSa at 2007-11-26 21:57:53
Is is possible to obtain a jobject directly from jvmti (without involving any java class) and then calljvmtiErrorSetTag(jvmtiEnv* env,jobject object,jlong tag)If so, how do you obtain a jobject via jvmti? --Or must the jobject be passed in from a java call via ...