| Thread | Last Post | Replies |
|
| newbie can't get first project compiled :) | 10 Aug 2004 19:09 GMT | 19 |
OK, i'm trying to teach myself Java with Roger Cadenhead's 'Teach yourself java in 24 hours- thats 24 1-hour sessions, for me , not overnight. I can't seem to find the error. Here's the program, HELP- class BigDebt {
|
| manipulation of user accounts | 10 Aug 2004 19:01 GMT | 4 |
does anyone know if there exists a framework for manipulating local user accounts? thx christian
|
| Class Sum | 10 Aug 2004 06:56 GMT | 5 |
I can't find Class Sum in java.sun API.. I'm just starting out learning java, a programer at work is teaching me, giving me assignments and stuff.. one assignment is write a stand-alone application (class Sum) that sums its command-line
|
| How do you use another class file... Seriously | 09 Aug 2004 07:32 GMT | 7 |
Can anyone tell me the exact process to use a class file in a project. Every beginner website has the same crap about writing a "hello world" program and then there's some presumed leap that you know how to add class files.
|
| Execute a system command | 09 Aug 2004 02:12 GMT | 2 |
How execute a system command in Java ? for example: how in a java program tell my linux system to run gcc file.c Thank
|
| opera & java applets at yahoo | 08 Aug 2004 07:55 GMT | 6 |
follow up to comp.os.linux.setup pls. on a "fresh" Fedora Core 2 install: 1] Help > About Opera says:
|
| ATN | 08 Aug 2004 06:11 GMT | 3 |
I'm interested in developing Natural Language Processing analysis using Java. Does anyone know of any sample code or tutorial on _generation_ of sentences given a set of RTN/ATN? Please help,
|
| return literal string from method, instead of field + getter | 07 Aug 2004 20:26 GMT | 14 |
If I have: public abstract SomeClass { protected final String ABCD = "abcd"; protected String getAbcd() { return ABCD; }
|
| Disappearing panel border | 07 Aug 2004 18:40 GMT | 1 |
The following program has 3 panels centrally located on which are drawn lines . However in MyPanelA the outline of the frame is missing, while in the other MyPanelB and MyPanelC the outline is clearly shown. I need to restore the outline of the frame in MyPanelA.
|
| Need Javascript help, please! | 07 Aug 2004 02:24 GMT | 6 |
The below script will show 3 thumnails and when you click on one of them, it will show a larger photo below. What I need is to click on the large photo and have yet another photo open in a NEW window. So there will be another 3 set of photos that can be opened up. This is so I ...
|
| call to super must be first statement in constructor | 07 Aug 2004 02:19 GMT | 4 |
Head First Java, p252: class Mini extends Car { public Mini() { this(Color.red);
|
| Eclipse and creating JAR general guidance. | 06 Aug 2004 22:47 GMT | 2 |
I have just started using Eclipse and I am working through the O'Reily Eclipse book. I have a few basic questions which I would like some guidance. My understanding of executable JAR files is that they contain the class
|
| Advice on Automated Unit Testing and Test Driven Development | 06 Aug 2004 20:33 GMT | 18 |
I am a consultant working for a software company trying to provide a recommendation on the future of Automated Unit Testing and Test Driven Development for J2EE/.Net/Web Services Development. I would appreciate any advice, data, information, people have on
|
| error in constructor | 06 Aug 2004 10:53 GMT | 2 |
Hi I am working on a project and I am getting an error that I do not understand. I have the part of the code below along with the line that gives error. From the exception message I can assume that the object I pass to the
|
| Java 1.5 Beta 2 - is it OK? | 06 Aug 2004 03:14 GMT | 6 |
Our computer center (at a college) needs to install all software on public PCs within the next week in preparation for the Fall semester. Sun still hasn't got the final 1.5 out; there's only beta 2. Does anyone know if this is stable enough to use? New Java textbooks use
|