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 ...
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..
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 ...
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 ...
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?
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 ...
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 ...
cant we redirect the output of javac to a file? i've tried 'redirect operator' ( > ) but it didnt worked. is there any alternate...
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
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 ...
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 ...
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?
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 ...
/* 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( ...
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 = ...
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 ...
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 ...
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 ...
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"?
Any ideas where I went wrong. Max and Mean are the only ones right. http://www.vonoven.com/project1.java
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) { ...
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 ...
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 ...
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'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 ...
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" ...
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? ...
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 ...
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 ...
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 ...
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 = ...
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 ...
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 ...
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 ...
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 ...
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 += ...
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 < ...
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. ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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? ...
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} ...
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)# ...
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: ...
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 ...
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 ...