| Thread | Last Post | Replies |
|
| javac cannot find awt | 07 Dec 2005 01:11 GMT | 4 |
I am trying to get started with Java but am failing with the basics: javac cannot find awt. Have downloaded and installed j2eesdk-1_4_02_2005Q2-windows.exe from Sun, then when I try a simple ".java" file with an "import java.awt;" I get the results below.
|
| How do I sort a very large dataset (> 10 GB)? | 06 Dec 2005 20:14 GMT | 4 |
I need a way to sort the content of a log file that can contain more than 10 gigabyte of data. I am considering parsing the log file into separate log entries with "fields" for timestamps, log level, message etc. and put them in a database and perform the sorting in the
|
| Files from a directory in the web | 06 Dec 2005 19:36 GMT | 1 |
Hello is there a possibility to managing files from a web-path like http://localhost/data the same as files in a local directory? I have to get a List of Files in a WebDirectory. FileBrowsing is enabled.
|
| Newb ActionListener help | 06 Dec 2005 01:04 GMT | 5 |
The following code gives me a couple of text fields and a "calc" button. Ultimately the user will enter a number in each of the text fields then click Calc to multiply them. *******************************************
|
| converting string to a number.. | 05 Dec 2005 22:24 GMT | 23 |
this is very basic stuff, don't know why am getting this error.. this is in a jsp: String ipt = request.getParameter("mills"); if (!ipt.equals("") || ipt != null ) {
|
| Recursion Code Question | 05 Dec 2005 21:07 GMT | 6 |
I am making a program that gets random int values from 0-52. The following program uses the GetRandomCardInt method to get a card value. The problem is that when I give it two ints for a seven card hand I can see in the output that the cards are repeated with the second hand
|
| What is "\\s+" | 05 Dec 2005 19:01 GMT | 3 |
I am looking through some code which parses csv files, and this is being used to split the files. The variable is called separator, but I dont know what it is, can somebody clarify? What is "\\s+" ?? Thanks
|
| How do I sort a very large dataset (> 10 GB)? | 05 Dec 2005 18:55 GMT | 5 |
I need a way to sort the content of a log file that can contain more than 10 gigabyte of data. I am considering parsing the log file into separate log entries with "fields" for timestamps, log level, message etc. and put them in a database and perform the sorting in the
|
| Java & XML | 05 Dec 2005 15:41 GMT | 4 |
I have an XML document that I am parsing with JAXP. The XML document has a segment: <heading class="heading 1" ... ... ... If i parse this attribute and put the string value into a variable, say
|
| Bug Help | 05 Dec 2005 06:24 GMT | 4 |
I am working on a program to play poker. I'm having a problem with a class to compare 2 CardHand objects. I have two sample hands one with a flush and one with a pair. I put one into a method called CheckAll that sets the HandID to 6 for a flush
|
| Read and write location | 05 Dec 2005 03:05 GMT | 7 |
I have Win2k with NT.
>From another computer language there is "LoadFromFile(ExtractFilePath(Application.exeName)......" reads the file, if it exists, from the folder that contains the program.
|
| Action listeners on different panels | 04 Dec 2005 18:23 GMT | 10 |
Im having trouble interacting between panels in a java applet. here is what i have: A Applet class that creates two panels. One panel is the control for the other panel which draws graphs.
|
| trying to make a simple calculating algorithm | 04 Dec 2005 17:34 GMT | 3 |
Hello, I have been attempting to make a simple programme to do simple calculations to get a better understanding of java. Here is my code that I think should work but isn't which is why I asked here. If anyone could tell me what to change about it, I would be very happy.
|
| Hex to Binary using Java | 03 Dec 2005 22:01 GMT | 8 |
I am struggling with a simple problem and I just can't seem to get my head around it. I have the Hex representation of a binary file, and I would like to get the binary representation of this file. I know I can easily do the
|
| NullPointerException | 03 Dec 2005 17:11 GMT | 3 |
please, is there a way to find out what variable is causing NullPointerException errors? I'm working w/large jsp's, get one NullPointerException error, have no idea what variable is causing it... (unfortunately I do not have access
|