| Thread | Last Post | Replies |
|
| question about the toString Method | 31 Dec 2007 14:25 GMT | 23 |
I've been trying to understand how the toString Method works. I've been looking at this during the semester break so the instructor hasn't been available for questions. Specifically i'm trying to understand why the System.out.println method calls the toString method in my ...
|
| Graphing data in Java | 31 Dec 2007 12:42 GMT | 2 |
I'm fairly new to java programming and would like to ask for some direction on graphing statistical data using java. Would some be be able to provide me with an example or point me to reference material please.
|
| Copy files in java gives me out of memory error | 31 Dec 2007 02:22 GMT | 11 |
I'm trying to create a class which only jobs is to copy any text files before its get opened by text editor. I build a constructor that will read from file then store its content in textContent variable. From there, copy method would read from textContent and write its content in
|
| loop question | 31 Dec 2007 01:47 GMT | 5 |
I want to process 10 login/logout for web application in a loop. for (int i=0;i<10;i++){ login_logout(); //login_logout for a web application }
|
| Open Source Java Quicksilver for Windows/Linux | 30 Dec 2007 15:53 GMT | 3 |
Hello fellow developers! I would like to invite you to join the development of the open source JQuicksilver for Windows and Linux. short description:
|
| OpeCyc & java | 30 Dec 2007 07:38 GMT | 1 |
Does anyone try CyC expert system from java perspective and how it works ?
|
| text wrap feature | 30 Dec 2007 06:11 GMT | 2 |
I want to have a text wrap feature (wordwrap) when I use this modified sample of Roedy's I cannot find a sample of this. TIA,
|
| eclipse & usebean | 29 Dec 2007 18:17 GMT | 2 |
I'm developing a small webapplication and some days ago i decide to try eclipse-wtp 2.0 instead of normal editor. When I compiled the source I recived this error message: "org.fame cannot be resolved to a type"
|
| [Class]Ridiculous question | 29 Dec 2007 15:35 GMT | 7 |
I have a class sosaIndex() that takes one parameter sosaRoot ; in this class I have a contructor (method sosaIndex) that on instanciation calls a method setIndexation based on sosaRoot. When the first time I instancie to create an object called "aa" I have
|
| Help with packages getting started | 28 Dec 2007 23:56 GMT | 8 |
I still need some help getting the Elements package working with java. I've typed this in command prompt: set CLASSPATH=C:\Program Files\Java\jdk1.6.0_03\bin\element.zip So now it let's me compile this code:
|
| when will Tuple be std? | 28 Dec 2007 17:54 GMT | 8 |
I am an experienced C++ programmer who has just recently started learning java. In C++ there is a type std::pair for an aggregate consisting of a first element and second element. There are moves to extend this in the next version of the std to provide a Tuple class as
|
| How To retrieve the full user name, in Vista?? | 28 Dec 2007 15:22 GMT | 3 |
With the following code: System.getProperty("user.name"); I can retrieven the user name. But this is not the full name that is for example displayed
|
| Excellent oppurtunity for J2EE Professionals | 27 Dec 2007 14:12 GMT | 2 |
Dear, Hope you are doing well: - Are you looking out for a challenging engagement / Role switch? Looking out for an Onsite opportunity / Global Exposure/Market Peak
|
| newbie : I have downloaded jfugue jar file ...now how to install it | 25 Dec 2007 03:47 GMT | 9 |
I have downloaded jfugue.jar file from internet , now what to do ? Clicking on it shows some error "failed to load main-class manifest attribute " .So how to install it ? plz help !
|
| Identifier expected error. | 23 Dec 2007 05:23 GMT | 12 |
Good evening all, Is there a way to have a static array in my OneStudent class? When I try to do it, i'm getting an <identifier> expected error. If there is a way to do it, can you tell me how?
|