Need help with an error

160 byte By bourkeya at 2007-10-3 1:53:28
I cant access my friends and my photos in Msn spaces becasue a java error comes up saying Missing frameworkCan anyone help me pleaseCameron

JPDA and J2EE server

345 byte By AndreLia at 2007-10-3 1:53:50
Hi,The document says:The Java Platform Debugger Architecture (JPDA) consists of three interfaces designed for use by debuggers in development environments for desktop systems.So, it is for desktop systems only. Why it can not be used in J2EE environment?Any information would be appreciated. ...

Timers

1146 byte By b_duncana at 2007-10-3 2:01:00
Hey,I'm investigating alternatives to MethodEnter/Exit which allow me to probe thread states over the course of a program run. The latest avenue of testing is to use a timer to periodically query all threads (followed by recording them in an uninteresting way). It seems more difficult than I ...

Run applet in browser when html file is stored in different dir.

1997 byte By beckham12a18a at 2007-10-3 2:04:54
I have a SiteSelector.class stored in: "D:\DATA\Java Programmes\Networking\"and a SiteSelector.html stored in :"D:\DATA\Java Programmes\Networking\HTML files\"Here is a part of the code of SiteSelector.html:..............................<applet code= "SiteSelector.class" width=500 ...

NullPointerCatching

598 byte By burntcandlea at 2007-10-3 2:07:29
check this code. When my tomcat asks if it is null WHEN IT IS NULL, the whole thing falls apart, fine otherwise.......?String [] sizes = request.getParameterValues("sizes");System.out.println(sizes);try{if (!sizes.equals(null))//THE NULL LINE THAT CRASHES{request.setAttribute("sizes", sizes);}} ...

Gamesville games won't display

419 byte By hifromsuea at 2007-10-3 2:14:00
When game window pops up it is just a solid color background page. I can hear the sound of the game but there is no display. No adds pop up nor the game itselve. I have uninstalled reinstalled windows. Cleared cache ...installed Flash and Shockwave and done everything I can think of. This used ...

Applet Notinited - Loading Java Applet Failed

1016 byte By overcasta at 2007-10-3 2:14:36
I tried looking for my particular failure on the forums and googling it, but no one else seems to have my particular affliction.Obviously, when I try to load up my applets I created, even something as simple as a text readout, it gives me the notinited bit in the status bar.Doesn't work in ...

Java Newbie Problem : plz help

1547 byte By dornada at 2007-10-3 2:20:09
I'm having problem with the java command :[root@myServer datos]# export CLASSPATH=/usr/local/jdk/lib:/opt/tomcat/webapps/axis/WEB-INF/classes/org/enyuq/software/datos[root@myServer datos]# /usr/local/jdk/bin/java InformacionServidorLicenciasException in thread "main" ...

Internationalization: tags for different locales?

444 byte By MartinHilperta at 2007-10-3 2:23:19
To describe specific algorithms, it's usefull to use the local language (instead of english) in the javadoc texts. Is there some kind of functionality to support multiple locales?Example:/*** @Locale_EN{This is the englisch description.}* @Locale_DE{Dies ist die deutsche Beschreibung.}** ...

Bytecode Execution Timing

719 byte By floating_widgeta at 2007-10-3 2:34:41
Hi All,I am currently interested in bytecode execution timings, and have been playing with the JVMTI for this purpose. The JVMTI allows one to register a Single Step event with an agent in order to monitor JVM instruction completion. I was considering including a time call here to record the ...

Javadoc generating "Constructor Summary"

613 byte By terWalsha at 2007-10-3 2:40:21
Hey guys,Just wondering if someone can clue me in as to why for some classes I have written javadoc generates a Constructor Summary and for others it doesn't.I have a couple of classes that don't contain a default constructor (and only have a few static methods) but javadoc insists on ...

javadoc document generation with Eclipse

444 byte By Pesho_318ia at 2007-10-3 2:43:39
hi all,I'm a complete javadoc beginner and I just finished commenting my code. Now I don't know how to generate the documentation. Under Eclipse I start the javadoc wizard (File -> Export -> Javadoc) and it asks me for Javadoc Command and about the destination of the standard doclet. I ...

java.IO.IOException: Unable to read RPL_ACK from server

144 byte By red527a at 2007-10-3 2:47:03
I get the following error message when trying to connect to chat. Any help?java.io.IOException: Unable to read RPL_ACK from server

Exception in thread main: java.lang.NullPointerException

1276 byte By ngeoa at 2007-10-3 2:50:53
Hello all,I wrote a java program and I get a null pointer exception for this line:for(int tmp=0;tmp<4;tmp++) allservers[tmp].setindex(tmp);// Null pointer exception.The line in main is this: (It calls a constructor which will be shown)ServerMonitor shopservers = new ServerMonitor();The ...

JAVADOC Problem in Netbeans 5.0

149 byte By onioa at 2007-10-3 2:51:01
JAVADOC won't work in Netbeans 5.0 when i try to add it in the Library Manager, Platform Manager. But it works well in JCREATOR. Why is that?

Matisse related bug

810 byte By nelstroma at 2007-10-3 2:51:49
The entry point for my program is a class called MainFrame. This is the main GUI for the program, and was built using Matisse. I can open the source code for the MainFrame class in Netbeans and it displays fine. If I then press the 'Design' button in the Netbeans editor toolbar, the IDE ...

Cannot import custom made java class

726 byte By haipeng.wanga at 2007-10-3 2:59:43
elloI wrote a java class say (Money.java) which compiled fine. When I was importing it to another class (Account.java), the folowing error message appears:Account.java.1:'.' expectedimport Money;(an errow pointing to ";")I dont think the code is wrong, because when I cut and attach the Money ...

really need help!!!! totally lost!!!

606 byte By monsier-dauga at 2007-10-3 3:05:29
ok i downloaded this program from the internet and it asked me to go to the propeties of "my computer" - advanced - environment variables - path - edit and add ";C:\program files\Java\jdk1.5.0_06" to make the program work. But when i open the program the following apears: "Exception in thread ...

Error occurred during initialization of VM

378 byte By cntgpp@hotmail.coma at 2007-10-3 3:11:29
Hi,I'm an Oracle DBA. I got:'Error occurred during initialization of VMjava.lang.Error: Properties init: Could not determine current working directory.' when starting an Oracle Installation on Solaris 5.9.Could you please help me to understand the problem?Thanks,GiuseppeMessage was edited ...

Odd Handling of Wide by GetBytecodes -- Any Thoughts?

1990 byte By bdstephea at 2007-10-3 3:17:36
Hello Everyone,I have been playing with examining the set of bytecodes executed by different Java applications using the JVMTI. However, I have come across an oddity with respect to how wide is handled. I wrote a simple hello world type program (prints "Hello World", then assigns 5 to a local ...

Need to document specific classes/methods for API

714 byte By sickesa at 2007-10-3 3:19:10
Hello everyone,I am trying to create an API for only those methods or classes which we have agreed to support for customers. Is there a pre-existing tag, taglet, or docloet that will allow me to have javadoc run for only those elements containing a specific tag? It could be any combination of ...

java.lang.NoSuchMethodException: Unknown property

6224 byte By ashrestha at 2007-10-3 3:31:00
I am receiving this error and i cant figure out whyThis is the error log from log file on the serverServlet.service() for servlet jsp threw exceptionjava.lang.NoSuchMethodException: Unknown property 'persondbao'at ...

[Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket

6278 byte By sandip.dhummada at 2007-10-3 3:34:02
In my application I have MS SQL Server as database. The app server is WAS. Both are installed on different physical machines.When i restart my database server I am getting the following exceptions when i access my web application installed on ...

Import javax.swing.* error

478 byte By C89c_Ccubeda at 2007-10-3 3:35:55
Heya. I decided to learn java and i've been doing the tutorials, recently i started the swing tutorials and the learn by example page. However, whenever I try to import javax.swing.* it gives me an error. SO you know, i am using the J2SDK 1.4.2 and netbeans IDE 5.0. Here's the error text and ...

Unicode String

824 byte By Walasa at 2007-10-3 3:40:59
Hello JAVAersI want store, read, and display an input string, the characters in this string is not an English Characters, it is Arabic Character...Current State-String englishString = "ABCD";String arabicString = "أبتثج"; // if the arabic characters did not appear, ...

General exception error need help!

9846 byte By indkittya at 2007-10-3 3:50:39
Experts,i am facing this problem. i connect to the net by proxy (through office Lan). none of the java applets work for me. Need helpJava Plug-in 1.5.0_08Using JRE version 1.5.0_08 Java HotSpot(TM) Client VMUser home directory = C:\Documents and Settings\mkrishnanetwork: Loading user-defined ...

Upload huge file size: "The page cannot be displayed" browser

576 byte By raghuveer_vellankia at 2007-10-3 3:56:30
have an upload file operation in the web application. The web server is OC4J.//UploadForm.jsp<FORM NAME="InputForm" ACTION="UploadAction.jsp" METHOD="POST" enctype=multipart/form-data><input type="file" name="fileName">//etc ...</FORM>After I deploy the application to the web ...

Uncaught exception java/lang/ArrayIndexOutOfBoundsException

2379 byte By simone83a at 2007-10-3 3:56:51
Hi,this is my first application (copyed by an example).i don't understand why i found this exception:"Uncaught exception java/lang/ArrayIndexOutOfBoundsException"this is the codeimport javax.microedition.lcdui.Command;import javax.microedition.lcdui.Display;import ...

Problem with Javadoc - NullPointerException

2216 byte By tzvatota at 2007-10-3 4:04:04
Hi,I'm using javadoc (jdk1.5.0_07, eclipse 3.0.2) to export my project.During the export, I get a java.lang.NullPointerException.What can cause this problem?I have some external jar files in my project, some may not have their source files. Maybe that's problem?Here's the problem console ...

hs_error_pid

120 byte By d.silvaa at 2007-10-3 4:06:10
I need help, when i play runescape tha it just closes by itself then i get this error "hs_error_pid" plz help me.

JVMTI SetBreakpoint only works on certain instructions

2796 byte By jmw2trinculoa at 2007-10-3 4:10:23
Hello,I'm developing a java decompiler and bytecode debugger application and have been playing around with JVMTI, in particular the SetBreakpoint function (so i can set a breakpoint on each instruction and step-through them).For example, I have a simple java method which calls ...

Error on install jdk-1_5_0_08-windows-i586-p

10752 byte By JaMEs.a at 2007-10-3 4:10:45
Hi im new to java decided i would aquire the jdk about a week ago cannot install get same error have re downloaded and still get same install errorat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)at ...

help plz... runtime error

1708 byte By F.Tottia at 2007-10-3 4:13:12
// try compile it, y got runtime error ?import java.io.*;class TimeFormatException extends Exception {};class Time{private int hour;private int minit;private BufferedReader in;private TimeFormatException t;private int ansHour;private int ansMinit;private String ans;public Time(){in = new ...

passing JVMTI events back to Java application

277 byte By jmw2trinculoa at 2007-10-3 4:18:48
Hello,I have a JVMTI agent written in C, controlled by a Java application and I want to be able to pass events (such as Breakpoint hit) back to the Java application.Is this possible? or am I simply going to have to use stdout?Many thanks, Joe

When will getOperandStack() function be implemented?

564 byte By jmw2trinculoa at 2007-10-3 4:18:53
Hi,I need to get hold of the operand stack in my JVMTI agent and there is a function defenition for exactly what I want (getOperandStack()) in jvmdi.h but there is no implementation.I have googled this and found bugs lodged against this ...

class not found error

326 byte By uditBa at 2007-10-3 4:28:29
hey frnds,i m getting the following error evertime i run ne java prog.Exception in thread "main" java.lang.NoClassDefFoundError:'filename'my class path is: C:\Program Files\JavaSoft\JRE\1.3\lib\ext\QTJava.zip;it was working a few days ago, dont know what happend now.please ...

search for i don't know what since a nascent in Java(reporting tools)

800 byte By shesh_ananda at 2007-10-3 4:33:55
my problem is, that i am building DBMS project in Java which in the first place i shouldn't have done but anyways now the problem is that the people for whom i am going to make it for do not want to go out and work out of the boundaries ofths software(i mean this is one of the most important ...

ClassNotFoundExpetion

1790 byte By my_questionsa at 2007-10-3 4:34:48
I am using NetBeans. I am tring to run a program that use jung libraries. no error found when I compile it, but the following error come up when I run it.load: class AddNodeDemo.class not found.java.lang.ClassNotFoundException: AddNodeDemo.classat ...

How to include "@someword" verbatim in a documentation?

356 byte By jo_pea at 2007-10-3 4:39:46
I fear this is quite a beginners question...The text of a class documentation must contain words that start with an "@" symbol because this is the kind of data the class processes. How can I prevent the error message "@someword is an unknown tag"?(This is unfortunately not mentioned in the FAQ ...

StackOverflowError-help!!!!

1485 byte By developer_chica at 2007-10-3 5:01:50
been trying to compile my program from a long time and i'm coming across this error during runtime ...the exact error dat's coming when i run it isException in thread "main" java.lang.StackOverflowErrorat sun.awt.X11GraphicsConfig.pGetBounds(Native Method)at ...

help - cannot find symbol error

1574 byte By colleen_na at 2007-10-3 5:05:57
Can someone help me? I am getting "cannot find symbol" error in my code and cannot figure out why. Here is my code:public class toyInventory {private String[] toyInventory = {"ball", "bat", "bear", "car", "doll", "game", "glove", "playstation", "train"};private int[] nineArray = ...

class version problem

938 byte By vivekricha at 2007-10-3 5:14:53
I want to implement java program spcially Packet-capture using jNetDev.jar, For this I download all the nessary files as requied as Follows1. I installed Wincap 3.1 on Windows xp2. I m using J2SDK 1.43. copy all the necessary files(jNetDev.jar,jNetDev.dll ) in working directory4. set the ...

Error- JavaGeneral Exception

187 byte By MousasMoma at 2007-10-3 5:15:50
Hi I need help,..every time I sign into a website I get the Error Java General Exception Message...Im not a computer wiz so i have noooo clue as to what to do ..IHELP PLEASE

Javadoc and sqlj source files

278 byte By lmsilvaa at 2007-10-3 5:24:32
Hi,I am trying to generate documentation with the javadoc tool but I am unable to do it with my .sqlj source files. With normal .java source files I have no problems. Is this a limitation of javadoc or is there a way to do this?thanks in advance,Luis

SQLException and NullPointerException

283 byte By Java_Jaguara at 2007-10-3 5:25:31
hi,experts,i have one problem,in exception handling i am throughing SQLException from one method of class which is returning int data but it will give the NullPointerException, when i am calling this method in another class.please give some hints.,

How to javadoc non-.java files? -- Can it be done?

506 byte By wood_taha at 2007-10-3 5:25:46
Is there a way to get javadoc generated for non-.java files? We are using WebLogic Workshop and they have some proprietary file extensions (.jpf, .jcx, .jcs) they are using, however, the code inside of them is just like a java file. We have a lot of javadoc in those files, but it is not ...

Need help with a rudimentary program

1729 byte By afroryan58a at 2007-10-3 5:28:12
I'm sort of new at this so i need help with a few things... I'm making a program to compile wages and i need answers with three things: a.) what are the error messages im getting meaning? b.) How can i calculate the state tax as 2% of my gross pay with the first $200 excluded and c.) how can ...

How to javadoc enum values

399 byte By Betaa at 2007-10-3 5:29:43
Did some search but did not found an answer on how to javadoc enum values. For example if I want to describe the values 'first' and 'second'?/*** Some enumeration*/public enum Enumm {first, second};Should it be done like this?:/*** Some enumeration*/public enum Enumm {first /**Desc for ...

Java errors

512 byte By cjayecheek2005@earthlink.neta at 2007-10-3 5:44:03
When I try to run yahoo spades games and log-in, my page freezes up. I am aware that I have to allow pop-ups in order to play, but it completely shuts the computer down, I just received a new computer and it did it so many times that I removed the existing java program and downloaded the newest ...

getThreadCpuTime trouble

2564 byte By skioppettoa at 2007-10-3 5:52:40
My target is getting informations about the cpu used by all the threads running in the VM. Printing out I always see the some value for the cpu-time... and it's equal to the max_value of the cpuTimeInfo struct...I can't understand what is wrong... can you help me please?here is some parts of ...