| Thread | Last Post | Replies |
|
| Exception in thread "main" java.lang.NoClassDefFoundError | 15 Dec 2007 19:41 GMT | 6 |
I have 2 classes: Fibonnaci.java and TestFibonacci.java In the same dirctory, there is also junit.java Using Console, i've first typed: javac -cp ./junit.jar Fibonacci.java TestFibonacci.java
|
| How to do file association through java???? | 15 Dec 2007 19:28 GMT | 4 |
Hi friends, I m doing a small prjoject on Fast File Finder in java. In that after searching a perticular file i m selecting that file to open or execute. But i dont know how
|
| Debug a Swing App | 15 Dec 2007 19:16 GMT | 1 |
I'm a newbie to netbeans and I can't figure out how to step debug a Swing Application. I set a breakpoint but it didn't stop when it should have. What should I do?
|
| interesting problem | 15 Dec 2007 19:12 GMT | 8 |
Hi wonder if someone can help with a problem that has been taxing me for sometime. I have a map which has a String, Integer key/value pairing. I need to sort the map by the integer value.
|
| how to compile this? | 15 Dec 2007 19:08 GMT | 13 |
I have a class, say A, packed into a jar file, say foo.jar. I have a Main.java that need an object A. Both Main.java and foo.jar are in a same directory. I am having a problem compiling Main.java I tried
|
| Installation problem, maybe | 15 Dec 2007 19:04 GMT | 7 |
Working on a friend's computer, an H-P laptop with XP home. For a couple of years their only problem was constant virus infestation, until I got them to move from IE to Firefox. All of a sudden, one day they developed a problem. One manifestation of that problem is certain sites, ...
|
| Hit counters with JSF | 15 Dec 2007 00:10 GMT | 6 |
I am using Java Server Faces with Glassfish, and I would be very grateful to know how to implement hit counters. I am putting together a website with three main pages, the first is basically an index page, then depending on which of two links are followed, you are taken to
|
| Emergency Help is needed | 14 Dec 2007 17:07 GMT | 3 |
I'm new to java, and want to write a program. The aim is to create a Supervisor class.This class Supervises the creation of a thread(repeatedly in a special time in background while this class is running) and insert the created thread in a thread
|
| Somebody must have solved this perennial problem that Java developers face | 14 Dec 2007 14:37 GMT | 10 |
Let's say I download some library(s) and code. I load the code in my IDE and get several red lines telling me that some of the classes (for instance, XYZ) is not recognized. Well, time to add some(?) all(?) those libraries to the CLASSPATH, but which one(s)?
|
| Java | 14 Dec 2007 14:07 GMT | 3 |
I do have small Query can we copy the output of javafile to any textfile
|
| extending a class question | 12 Dec 2007 14:04 GMT | 5 |
Thanks in advance, Im brushing up on java before i take a few more classes to finish my degree, i as a searched the web i have not found a concrete answer to my 'problem'.
|
| jar copying it'self at runtime? | 11 Dec 2007 10:01 GMT | 7 |
how can jar file while runing copy it self to desired location? need a lil push :D thx
|
| newbie scrollbar question | 10 Dec 2007 19:01 GMT | 3 |
I have a JTextArea wrapped in a JScrollPane, and when I append a line to the text area I want the scroll bar to adjust so that the new line is seen in the viewport. I have
|
| Advice needed for a newbie | 10 Dec 2007 11:20 GMT | 33 |
My trade is network engineering, support and services. But, on the side as mostly a hobby, I program. I currently use MS VB6 (try not to all gasp at once ;-) I consider myself at the upper-amateur level in terms of VB. However,
|
| Implement hashcode(), class w/ 2 final int | 10 Dec 2007 01:01 GMT | 9 |
I hope to use this class as Map<Cell, Set<Cell>>. I currently expect to map 1280 X 960 Cells. How shall I implement hashcode()? Thanks,
|