| Thread | Last Post | Replies |
|
| java going in the wrong direction (1.5) | 29 Feb 2004 23:56 GMT | 17 |
I just read the "whats new" feature at http://java.sun.com/developer/technicalArticles/releases/j2se15/ and I think that even though templates (generic) gives a lot more flexibility,
|
| J2ME question:how i can catch command event | 29 Feb 2004 21:15 GMT | 1 |
Hi, all! I am new with J2ME. I have application that has form with 2 commands (exit and select). All UI uses are high level API, and it is very important to leave it
|
| regular expression search replace | 29 Feb 2004 20:08 GMT | 2 |
I am trying to do this using regular expressions in Java: replace http://whatever.com with
|
| JBOSS vs TOMCAT stand alone production environment | 29 Feb 2004 18:27 GMT | 3 |
Hey So, here's the question. We currently have an an application running on JRUN 2 (horribly ancient) and I have been given the task of trying to update the situation. We need to port over our current application
|
| Printing problem | 29 Feb 2004 16:11 GMT | 7 |
I have tried to print a text file and I have read articles from java.sun - pages and there is an example which tell you to use in flavor TEXT_PLAIN_TEXT but when I try to compile it I got this message: DocFlavor.INPUT_STREAM.TEXT_PLAIN_TEXT cannot be resolved
|
| Struts errors/messages | 29 Feb 2004 15:14 GMT | 1 |
Another Struts question... If I have several messages/errors that I want to display, using html:messages or html:errors, can I specify to display one message in a particular spot and all the rest somewhere else? When I try that, I get the one message where I want it, but in the ...
|
| Errors loading midlets - getting started | 29 Feb 2004 15:02 GMT | 3 |
I came here last week looking for help with a 906 error code I got while trying to load a midlet on a Sanyo SCP-5500, through SprintPCS. I got some useful information from Darryl, but after hacking through a couple of other 90x error codes, as well as another, 406, I found that the ...
|
| runtime error reading data from text file | 29 Feb 2004 13:38 GMT | 2 |
Hi folks please help me figure out whats wrong with this code i have shown which part is giving run time error (below code is the datafile!)..... please read its pretty simple just few bugs !
|
| Finding out the GC algorithm | 29 Feb 2004 11:36 GMT | 4 |
How do we find out what Garbage collection Algorithm is used by the JVM that I have in my machine?
|
| problema complicado: RMI y no localizacion de driver de acceso a BBDD-SORRY spanish | 29 Feb 2004 11:32 GMT | 1 |
Hola estoy haciendo una aplicaicon RMI. tengovarias clases una cliente y otra servidor que utiliza, esta ultima una clise de conexion a una bbdd postgresql bien si en el main de la clase servidora pongo la conexion a la bbdd se me
|
| Compiling separate packages that refer to each other | 29 Feb 2004 11:23 GMT | 8 |
Hello. Here's a total newbie question. Suppose I have a packages (Linux): /com.mine1 /com.mine2 Well, com.mine1 and com.mine2 both have classes in them that refer to one
|
| Socket : can i limit the applet bandwidth (data-transfer) client-to-server ? | 29 Feb 2004 06:57 GMT | 5 |
I have builded ServerSide Socket with Java and ClientSocket still in Java (applet) . The Client send very amouth of data to server (1Mbyte, 3Mbyte) . Now , I need to limit the bandwidth that Applet client can transfer to
|
| the reverse of SOAPMessage's writeTo(out) method | 29 Feb 2004 06:47 GMT | 1 |
Java's "SOAPMessage" class has a "writeTo" method, which writes a SOAPMessage object into an outputStream, like this: SOAPMessage mySoapMessage = ...; mySoapMessage.writeTo(OutputStream out);
|
| Type missmatch, cant convert from int to object. | 29 Feb 2004 02:57 GMT | 2 |
I cant this to work. I have already created the objects and such, now I want to fill it up with random numbers. But I get that a type missmatch where it cant convert from int to object. Neither can it work with the math.random class, same error
|
| Deprecated hide and show for Choice | 29 Feb 2004 00:40 GMT | 2 |
I am using Choice to provide a dropdown menu in an Applet. I create the Choice and then need to hide it until it is needed and then show it. I use c.hide() and c.show() where 'c' is the choice. This works fine except that when I use javac to compile the code I get the
|