| Thread | Last Post | Replies |
|
| Parsing HTML | 06 Mar 2008 02:38 GMT | 8 |
I've Googled this for awhile and have come up relatively empty- handed. I've just begun to learn JAVA and I've decided to embark on my first useful project - an HTML parser to retrieve names of players on a website.
|
| File I/O Advice needed.... | 05 Mar 2008 20:30 GMT | 4 |
Which the latest file i/o mechanism to use? I know this doesn't matter but I think I have mixed up the version mechanisms, Thanks,
|
| Long integer to bytes? | 05 Mar 2008 09:52 GMT | 12 |
I have a value that is represented as a 32 bit unsigned integer. Java, from what I understand, does not handle unsigned integers, but can represent the same number as a Long. I need to turn this Long into a 4 byte array representing the value of the 32 bit integer
|
| Writing Manifest file for jar | 05 Mar 2008 08:30 GMT | 4 |
I have a project which i wanted to jar it. I wanted to make a jar file of all the files inside the project. My problem is i have no main class in the project as it is directly invoked by eclipse when it is run. I tried creating jar using the eclipse IDE but it gives the error
|
| Latest XML Parsing/Memory Benchmark | 05 Mar 2008 04:13 GMT | 1 |
The latest benchmark results are now available using the latest Intel Core2 Duo processor. In summary, VTD-XML using JDK 1.6's server JVM achieved an astonishing 120MB/sec sustained throughput per core on a Core2 Duo 2.5 GHz processor.
|
| Vector in jdk1.1.8 | 04 Mar 2008 21:18 GMT | 9 |
This question is for old men only ;-) Does the contains method works in jdk 1.1.8? -- public static void walk(File file)
|
| Can't load servlet from Tomcat from other machines | 03 Mar 2008 21:17 GMT | 6 |
I am having a Tomcat issue. I have a server running on my computer, and I can browse to my servlets just as it is designed. When I try and access the servlets from other machines, however, the page fails to load. The failed load does not show up in the log files. What
|
| Simple tree problem | 03 Mar 2008 20:49 GMT | 1 |
What I want to do: Represent every combination of ABC in a tree (with Nodes). What my code isnt doing: *see above* I need advice on this, I have the basic idea but I am not seeing the
|
| Remove an item from a vector and write to file the contents of the Vector | 03 Mar 2008 18:51 GMT | 5 |
I am currently developing a java application that has to deal with it reading ina CSV file and populating the data that is inside the CSV file into a vector and then places what is inside the Vector into a JList.
|
| jre or jdk istalled or not? | 03 Mar 2008 17:49 GMT | 2 |
How to know do i have installed jre or jdk and which version it is?
|
| How do you declare JSP variables as "final"? | 03 Mar 2008 16:12 GMT | 5 |
Consider this code: <% MailAdminReader mar = new MailAdminReader(); boolean hasMail = false;
|
| Deleting contents of file | 02 Mar 2008 01:51 GMT | 9 |
I am currently devloping a java application where the application when it is launched reads in a CSV file and then populates that data into a JList. I would like the user to be able to select an item from the JList and then click a button which deletes the row that item is in
|
| problem with MVC pattern | 01 Mar 2008 19:47 GMT | 3 |
i was trying this Model View Controller pattern but got stuck. the servlet(EmailServlet_2) that is the controller looks like this: _________________________________________________________________ package servpack;
|
| nested for loops | 01 Mar 2008 19:07 GMT | 10 |
Hi all, I'm new to java and google groups alike. I needed some help on creating the following out put. 1 22
|
| I know this is something stupid.... | 01 Mar 2008 19:06 GMT | 5 |
I am experiencing when running this code a null pointer exception, but I am lost to why I am receiving this error? I know what the error means. But I think I have set everything up right...(apparently not)....
|