hs_err_pid19504

717 byte By sweetpersiana at 2007-10-2 10:43:39
Notepad icon appeared on desktop: hs_err_pid19504Help please. Have no idea what to do. an unexpected exception has been detected in native code outside the VM.Unexpected Signal : EXCEPTION_PRIV_INSTRUCTION (0xc0000096) occurred at PC=0x6D2FA457Function=[Unknown.]Library=C:\Program ...

javadoc run time error

277 byte By xbox200a at 2007-10-2 10:48:07
when i run javadoc it comes up the error message "javadoc: warning - No source file for package diceGame.javajavadoc: error - no public or protected classes found to document"just wondering what this means and if u's have any advice to solve the problem..

semi-colon error that i cant solve....

1538 byte By malslaa at 2007-10-2 10:48:20
I AM GETTING A "; expected" ERROR, AT THE "int calcpriority(timearv) { " LINE. AND THE "int AgeFac()" LINE ^ ^ I AM ASSUMING IT HAS SOMETHING TO DO WITH HOW I CREATED THESE TWO METHODS. (there are two arrows in the error message that point to the 1st bracket of each method)PLEASE HELP.import ...

strange Exception

715 byte By NeedJavaa at 2007-10-2 10:49:44
Hello, help me please. I packed my program to jar-file, but when i try to start it, i see next (strings "Driver loaded" and "Connection created" i print, when jdbc is Ok):С:\app>java -jar app.jarDriver loaded.Connection created!Uncaught error fetching ...

Help Needed

191 byte By macgeea at 2007-10-2 10:51:31
i have a problem when i try to down load the new java it says internal error 2203C:WINDOWS\installer\235104.ipi,-214786960can any 1 here tell me what i need to do?

Replace Method Help!

417 byte By surelykka at 2007-10-2 10:51:36
Hi guys,I'm having a bit of trouble with the replace method for my Java assignment. I'm supposed to get the user to enter a card number and suit and have the program print out that card with certain letters changed. But I'm having difficulties figuring out how I'm supposed to replace the ...

Duke Dollars! worked all day, then threw an IOException

5258 byte By macofstepa at 2007-10-2 10:51:43
I've been working on this program for a few weeks on my iMac, my G5, and my friend's Pentium 4. It's been fine on all of the computers until this evening, when it threw an IOException and brought up the dialog box from the catch block on both my macs. I don't know whether it did the same ...

output redirect?

165 byte By sunshine18a at 2007-10-2 10:53:28
cant we redirect the output of javac to a file? i've tried 'redirect operator' ( > ) but it didnt worked. is there any alternate...

Error Handling

268 byte By Kam_indiaa at 2007-10-2 10:54:19
HiAny one can tell me how the Error Handling portion could be make good ,Because Problem arises in every area of programming .The Concepts which can help much in this condition or any books?Wait for ResponseThanks Kamal Pandey

null pointer exception

493 byte By nishchal.bhata at 2007-10-2 10:54:44
am just a beginner to Web Services. I was following a tutorial about web services and i am using WSDP. I created two java classes one an interface and the other which implemented that. I complied these two classes. Now I am trying to create a war file of my package. But I am getting a null ...

Abstract?

6252 byte By JoshHendoa at 2007-10-2 10:56:34
When trying to compile a script that I copied out of a book that I am learning java in, I get this message and can't seem to fix it :(Revolve.java:7: Revolve is not abstract and does not override abstract method actionPerformed(java.awt.event.ActionEvent) in java.awt.event.ActionListenerpublic ...

java applet window blocking yahoo games

210 byte By redjaxxa at 2007-10-2 11:00:01
not a devloper, but I really need some help handling this java problem. when I log onto yahoo games, bar that says "java applet window" blocks the bottom portion of the screen. how can I get rid of this?

error ."cannot find symbol"

452 byte By eatranmana at 2007-10-2 11:10:06
I am just starting to learn Java. everytime I try to run this simple print out it says it cannot find symbol. It shows the symbol to be the period. how can this be. This is only 1 line how can it be a problem.C:\Program Files\Java>jdk1.5.0_06\bin\javac Name.javaName.java:9: cannot find ...

java error; cannot find symbol

1458 byte By snoborder87a at 2007-10-2 11:11:19
/* programmer: andrewdate:2/1/06purpose: to fix code*/import javax.swing.*;class number16{public static void main ( String [] args){JFrame jFrame;String name = new String( "Sally Matter");jFrame = new JFrame ();jFrame.setSize( 400, 300);jFrame.setVisible( true);JOptionPane.showMessageDialog( ...

Please help! It's urgnt, it can be compiled but dunno why doesn't works...

1044 byte By Itemeventa at 2007-10-2 11:11:45
public void actionPerformed(ActionEvent e){if(e.getSource() == Reset){username.setText(null);password.setText(null);}elseif (e.getSource() == login){if (memberButton.isSelected() == true) {boolean result = false;CustomerDBVer2 custDB = new CustomerDBVer2("customerData.txt",";");result = ...

error while using java thin drivers to connect to Oracle scott.emp table

2285 byte By chamanlalcharliea at 2007-10-2 11:12:32
I am using the below code to connect to scott.emp table using jdbc tyoe 4 driver and getting the error posted below please help...thanx in advance.import java.sql.*;public class TestJdbc{public static void main(String[] args) {try{DriverManager.registerDriver (new ...

JRE 1.4.2 red X

519 byte By AtomBomba at 2007-10-2 11:15:29
I'm sure this has been posted 8762123 times but where i work (Hospital in VA) we are having a problem accessing patient data using JRE 1.4.2We get the Red X in the upper left hand corner and in the bottom left we get Loading Java Applet .... it just sits there. never loads. I've tried almost ...

Write some JAVA for me please, not working the way I wanted it too...

4010 byte By vonoventwina at 2007-10-2 11:23:16
Here's what I am getting when I go to run it:C:\Documents and Settings\Brad.HOME\Desktop\FINAL>java project1Usage: project1 [Array File Path]C:\Documents and Settings\Brad.HOME\Desktop\FINAL>What I need is for it to ask me to enter the location of the numbers file and then calculate the ...

java.lang.OutOfMemoryError: Java heap space?

287 byte By meteora at 2007-10-2 11:23:38
HI, i tried to embed an applet in a HTML document, but when i opened the HTML page, the applet was notinited. I opened java console and only this "java.lang.OutOfMemoryError: Java heap space" is written there...Can someone tell me what it means by "java heap space"?

Finally get it running, then the MATH is wrong...

117 byte By vonoventwina at 2007-10-2 11:26:24
Any ideas where I went wrong. Max and Mean are the only ones right. http://www.vonoven.com/project1.java

New to this, need help with arrays please.

1299 byte By Renkinjutsushia at 2007-10-2 11:28:55
I am trying to make a function that checks to see if my array is full, and if it is, 5 slots are added to the end of the array. This is waht I havve so far, I've been given two errors. public void add(double opening, double high, double low, double closing, long volume) { ...

How to create logs in java if the application stops abruptly,

656 byte By maruthigsra at 2007-10-2 11:30:07
Hi,I wrote a java code for handling one of my applications in built commands. Right now iam handling the logs using an arrayList and at the end of my java progem iam writing them to a file. If the program runs completely then my logs are generated, but my application takes almost 6hours to ...

Mathematical formula's in javadoc

902 byte By jervena at 2007-10-2 11:32:53
Hi ,I am currently programming an implementation of a Support Vector Machine. And good documentation is required. Therefore I would like to use java doc to add the formula's for quick reference by people who will succeed me.I thought about using MathML and this seems to work quite well except ...

Java Runtime Environment Cannot be loaded from <\bin\server\jvm.dll>

104 byte By BobZahna at 2007-10-2 11:33:49
I get this error this morning when trying to view an application that uses Java.Any ideas?

I'mDorked Up with Exception in thread

693 byte By tclyndella at 2007-10-2 11:34:36
I'm spinning as I try to debug something easy I know. I'm new. I have this application that it's java root is called myapp. I have created a java class called TcSQLConnect in the following directory: scenario\db\utilMy package looks like this:package myapp.db.util;When I run go to run it ...

I can't extract any .jar files?

1211 byte By typemismatcha at 2007-10-2 11:35:37
Hey,I think I have all the runtimes installed. Trying to install the ajax blueprints package. If I double click the jar file nothing happens. If I do a "java -jar package.jar" I get this C:\java>java -jar bpcatalog-1.0.1_02-installer.jarException in thread "main" ...

Need some ideas....

449 byte By mass845a at 2007-10-2 11:40:55
Hi all. Needs some insight form u all. I have a input data in two dimensional like this: | a11, a12,........,a1n |A=| a21, a22,........,a2n | | .................... | | am1,am2,.........,amn |And I want my result would be like this:R=[ [a11,a12], [a13,[a14,a15]],[a16,a17,a18], ...]Any toughts? ...

goto syntax in java

808 byte By foxfirea at 2007-10-2 11:44:20
I am really a noob in java and a new member of this community. I dont know if this error is common in other program. I made a simple program in java when I try to compile it. It shows some syntax that I really dont know how to fix. Here are the errors.D:\>javac ...

first please read this->applet not initialized

874 byte By ecnzla at 2007-10-2 11:45:27
I read forums topic which is relational with applet errors but I couldnt solve my problem.I developed a program with php and mysql.there isnt any printing library for php under linux.so I am using an applet for printing.I could use javascript but I dont want to show printer dialog so I chose ...

Note: Recompile with -Xlint:deprecation for details.

1816 byte By 2learnJavaa at 2007-10-2 11:47:41
Hi Everybody,I am currently using the JDK1.5 Edition and whenever I compile the following piece of code :===================================================================================import java.applet.Applet;import java.awt.*;public class Applet5 extends Applet{String s;Label l1;Checkbox ...

Need help with NullPointerException in servlet

1176 byte By KRiveraa at 2007-10-2 11:47:55
Hi guys , I have a servlet called submit servlet ,which instantiates a DataAccessObject called LetterRequestDAO and stores a letter using that.Here is the part of my code that does that.letterList = null;LtrDAO = new LetterRequestDAO("001");LtrDAO.storeLetter(EID);letterList = ...

Bad Class Error

969 byte By foxfirea at 2007-10-2 11:49:20
D:\myPROJECT>javac GetVersion.javaGetVersion.java:14: cannot access GeneralParametersbad class file: D:\myPROJECT\comm\GeneralParameters.classclass file contains wrong class: myPROJECT.comm.GeneralParametersPlease remove or make sure it appears in the correct subdirectory of the ...

javadoc doesn't even start to process my files

535 byte By Gianluigi.Zanettinia at 2007-10-2 11:50:51
Hi all, I'm very new to Java!I'm trying to generate docs with javadoc for my project: here is my command linejavadoc -sourcepath D:\GianluigiZanettini\GianluigiZanettiniBersaglio -d D:\GianluigiZanettini\GianluigiZanettiniBersaglio\docs -authorWhen I enter, nothing happend: javadoc seems to ...

java.io.IOException: Too many open files

1291 byte By swarnada at 2007-10-2 11:56:00
Hi Experts,The stack trace shows this,java.io.IOException: Too many open filesat java.io.FileInputStream.open(Native Method)at java.io.FileInputStream.<init>(FileInputStream.java:106)at javasrc.xref.JavaXref.doFile(Unknown Source)at javasrc.xref.JavaXref.doFile(Unknown Source)at ...

Error message

1585 byte By fragorla at 2007-10-2 12:01:53
A quick note. I just spent 10 frustrating minutes trying to figure out the following error message:C:\ ... java:20: type parameters of <U>U cannot be determined; no unique maximal instance exists for type variable U with upper bounds ...

java.io.FileNotFoundException

2033 byte By beckham12a18a at 2007-10-2 12:02:42
import java.io.*;import java.util.*;public class WordDisplay {public static void main(String args[]) throws IOException{FileReader fr = new FileReader("C:\\Errors.txt");BufferedReader br = new BufferedReader(fr);int c;String content = "";while((c = br.read()) != -1){content += ...

.class expected error when compiling

2108 byte By poseidona at 2007-10-2 12:04:09
Ive been getting this frustrating error when compiling. My program is essentially supposed to add the values in two matrixes and return a new matrix using the added valuesHeres my code: public Matrix add(Matrix comp){int[][] temp = new int[this.numRows()][this.numCols()];for (int a = 0; a < ...

cannot find symbol - method error

567 byte By poseidona at 2007-10-2 12:04:18
The line below comes up with an error saying "cannot find symbol - method numCols".if ((this.numCols() != rightHandSide.numCols()) || (this.numRows() != rightHandSide.numRows())) {But this method is in the code public int numCols(){return this.myCells[0].length;}Any help would be appreciated. ...

Azureus not running

856 byte By maturerena at 2007-10-2 12:12:03
I update my Azureus to 2.40 as well as my JRM 1.5. now when I click on Azureus. I got this message: ava.lang.NoClassDefFoundErrorat org.gudy.azureus2.core3.logging.Logger.<clinit>(Logger.java:68)at org.gudy.azureus2.ui.swt.StartServer.<init>(StartServer.java:76)at ...

Plug-ins 1.4.2_03

535 byte By Evea at 2007-10-2 12:13:50
Hi There! HELP!I do not really know what I am talking about - however, I have had the message:Java Plug-in 1.4.2_03 not properly installed on numerous occasions, looking back mostly when trying to load games - never paid much attention until tonite when I wanted to load a Yahoo game and it ...

what is cannot be resolved to a type error?

1169 byte By venkateshpa at 2007-10-2 12:15:54
When i run jsp programs, am getting :org.apache.jasper.JasperException: Unable to compile class for JSPAn error occurred at line: 6 in the jsp file: /dbcoffee.jspGenerated servlet error:CoffeeQBean cannot be resolved to a ...

Problems with ClassCastException

412 byte By pocniba at 2007-10-2 12:18:01
I have a program that has an array of Strings instantiated as follws; String decisions[][] = new String[50][2]; and I need to sort the array. I was trying to use Arrays.sort(decisions); but it throws a ClassCastException and the program hangs. Is there anyway to use the built in sort function ...

New to Java: Problems instantiating an array from class

5172 byte By spiderymessa at 2007-10-2 12:20:38
this is my code/** * class with methods for integer.java * * @author (Robin) * @version (1.0) */public class arrayManager{// instance variablesprivate int[] runningArray;private int[] savedArray;private static boolean changed = false;/*** Constructor for array of class arrays; initialises ...

Using HashSet<E> in Java 5.0

1450 byte By andre2000a at 2007-10-2 12:20:55
I desperately need help reading this API file http://java.sun.com/j2se/1.5.0/docs/api/java/util/HashSet.htmlI know how to use HashSet in Java1.4 but now its different and I get an errorHere's my code:import java.io.*;import java.util.HashSet.*;import static java.lang.System.*;public class ...

Applet Security Restrictions Error

414 byte By beckham12a18a at 2007-10-2 12:20:56
According to Java tutorial, i downloaded from Sun, applet is able to access system property "line.separator". But when i run the applet, an exeption came out:exception: java.security.AccessControlException: access denied (java.util.PropertyPermission line.separator read)I can't understand why? ...

compiling modified standard doclet

389 byte By chica30a at 2007-10-2 12:21:55
Hi, I'm getting loads of compiler errors when I use the javac option at the command line to compile the classes in the standard doclet which I've subclassed. The errors are like this :Standard.java:63: cannot resolve symbolsymbol : class DocletAbortExceptionlocation: class Taglets.Standard} ...

An unexpected error has been detected by HotSpot Virtual Machine

9958 byte By ninjaDeva at 2007-10-2 12:24:04
Hi,I've written a program using java + jogl. Now I get the following error:#An unexpected error has been detected by HotSpot Virtual Machine:# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x043be516, #pid=3692, tid=1724## Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode)# ...

XSL parsing problems

4237 byte By brockjonesa at 2007-10-2 12:26:12
I'm trying to dynamically create HTML content from dynamically created XML (via XSLT) content in an app I'm working on. This is the first time I've worked with XSLT and I'm relatively new to XML, as well.Ultimately, I'm getting the following warnings when attempting to parse my XSL file: ...

Torque error, heeelp!!!

2659 byte By root76a at 2007-10-2 12:26:37
HiHi,I have this error with torque:org.apache.torque.TorqueException: Attempt to register pool for database stocktrack that is not configured in Torque.propertiesat org.apache.torque.Torque.getPool(Unknown Source)at org.apache.torque.Torque.getDB(Unknown Source)at ...

Error Message: Could not create output stream

562 byte By mespreea at 2007-10-2 12:27:50
Greetings,I cannot gain access to my favorite Chatroom it utilizes RealChat software and I have downloaded the latest version of Java Version 1.5.06. I have tried disabling my firewalls, but all I see is the Java cup logo with a revovling sunlike design. I really am missing my friends in my ...