| Thread | Last Post | Replies |
|
| NetBeans and UML | 15 Oct 2004 00:00 GMT | 2 |
Does anyone know of a FREE plug-in for Netbeans 3.6, capable of reverse engineering diagram classes? Thank you very much, PM
|
| eclipse 3.0 - dose it support jdk1.5.0? | 14 Oct 2004 20:11 GMT | 16 |
I've pointed my eclipse 3.0 to the jdk1.5.0 just fine. But the project settings for compiler compliance still only allow me to select 1.3 or 1.4 - is there a way around this? Or is compiling jdk1.5.0 code under eclipse 3.0 a no-no?
|
| what's wrong? my first simplest java program failed.. | 14 Oct 2004 19:57 GMT | 4 |
I created a test.java file in D:\j2sdk1.4.2_04\bin> and the content: class {
|
| NEWBIE: Exception: java.lang.NoClassDefFoundError: DisplayApp/java/ | 14 Oct 2004 18:00 GMT | 3 |
Dear Readers, the last time I saw people asking this question was in 2000 and 2001 and no one has concluded it as to how they resolved the issue. I wrote my sample program using Eclipse. that compiled and ran to
|
| Getting a list of shared folders? | 14 Oct 2004 15:33 GMT | 2 |
hi... i want to get a list of the shared folders of a computer... i tried it with (new File("\\\\123.123.123.123")).list() but it seems that java doesnt recognize "\\\\123.123.123.123" as a folder... on the other hand, with
|
| problema java.io.IOException: Bad file descriptor | 14 Oct 2004 14:30 GMT | 2 |
Hi to everybody, I have a class that it reads a file xml (with BufferedReader) and it creates a new temporary file xml (with BufferedWriter),then I apply some trasforms xslt without closing the FileOutputStream (I only close the
|
| scale axes | 14 Oct 2004 14:11 GMT | 4 |
Could you help me to draw a scale vertically (drawString) on an axes ? Thanks MOLINET
|
| [OT] Some thoughts about OO programming | 14 Oct 2004 11:46 GMT | 16 |
I like OO programming... in general, but the concept has several flaws. I tried to fix these by simply creating an own OO language just as a proof of concept, that it's possible to create an OO language without all these flaws.
|
| Restricting POST size in JSP | 14 Oct 2004 11:27 GMT | 6 |
In perl, the CGI module lets you specify the maximum amount of data a form submission will take by setting $CGI::POST_MAX. Is there an equivalent with JSP/Servlets?
|
| how to perform join with Runnable() | 14 Oct 2004 11:25 GMT | 3 |
Here is the program in which I changed the method of creating thread from *extending Thread* to *implementing Runnable*. However I get these errors: E:\programs\java1\smtp\button.java:46: cannot resolve symbol
|
| ALL OF A SUDDEN can't find ANY classes.... | 14 Oct 2004 09:37 GMT | 34 |
I know this question of NoClassDefFoundError has been answered here before, but: why, if I have been compiling and running apps successfuly for months now all of a sudden no matter what app I run (apps I have run before w/no problems..) do I all of a sudden get this error??? ...
|
| why java.util.ConcurrentModificationException in synchronized methods | 13 Oct 2004 21:09 GMT | 4 |
how is possible that a function inside a synchronized method throws a java.util.ConcurrentModificationException?? The function inside the synchronized method is next() of an Iterator. tnx
|
| How do I connect to Internet/DSL/broadband wiht Java! | 13 Oct 2004 20:40 GMT | 1 |
I have a programm that retrieves something useful to me from the Internet when it's connected, but I haven't found anywhere what I should use to connect to the Internet, I have DSL broadband, Win XP. Please don't laugh, if it's too obvious, help appreciated!
|
| Java 1.3 java.util.Timer - issue! | 13 Oct 2004 20:21 GMT | 2 |
I'm scheduling one-time timer tasks, and occasionally the scheduled task never executes. I am running Java 1.3 on the server and using java.util.Timer and java.util.TimerTask. Does ANYONE know why this might be happening?
|
| Help: Java Applet: How to get ActionEvent inside paint() | 13 Oct 2004 18:51 GMT | 3 |
I am a beginning Java student with background in C++. I have an assignment to do, and no I am not asking someone to do it for me. I am simply looking for a hint on what I can do here. Any help is greatly appreciated.
|