| Thread | Last Post | Replies |
|
| ajax server design question | 30 Dec 2005 20:22 GMT | 1 |
I am going to write a multi-player board game (I've actually already written one version, with a java server and VB client). I'd like the players to be able to play over the web, through an ajax client. I don't know much about ajax yet. It appears that the XMLHttpRequest (or
|
| Taking the Contents of a File object and converting it to a byte array | 30 Dec 2005 20:12 GMT | 4 |
I have a file that I need to read into my program and convert to a byte array (byte [] ). The code below works but it seems sort of "smelly". Can someone suggest a cleaner, more eloquent, way of accomplishing this?
|
| Compiling Java file to .NET managed code or vice versa? | 30 Dec 2005 18:24 GMT | 8 |
Are there any experiments on compiling Java file to .NET managed code or compiling C# file to Java bytecode? It seems very interesting!
|
| class files not generated | 30 Dec 2005 17:23 GMT | 2 |
I have around 12 projects in my workspace of RAD 6. When I build the projects the class files are not being generated for a few of the projects while I can see them in others. However if i directly look at the hard Drive from my Windows Explorer I do not see the class files
|
| JVM process in status "stop"? | 30 Dec 2005 15:36 GMT | 3 |
We are running a quite busy multithreaded inhouse application in Java 1.4.2 on a multi-processor Solaris 8 system, which also uses some socket communication (lots of process starting and file I/O, pure batch, no graphics). Very occasionally, the entire process stops
|
| Tomcat hangs | 30 Dec 2005 15:08 GMT | 1 |
I am facing a strange pblm with Tomcat 5.0.19 on Linux RH 9. I use TPC-W servlets and most of the config is left defaults. The connector config is show below: <Connector port="80"
|
| Class can't see other classes inside jar | 30 Dec 2005 15:07 GMT | 1 |
I have a class that imports javax.xml.soap.SOAPConnectionFactory. When I run my little program inside Eclipse, on Windows, it runs perfectly. When I move the program to Unix (with all the libraries I used to compile in Eclipse), he seems to be unable to find the necessary jars.
|
| learn eclipse | 30 Dec 2005 14:29 GMT | 2 |
i would like to know if i can find some sort of tutorial on web or anywhere else, which i could use to learn eclipse properly(atleast the basics). regards
|
| proper format | 30 Dec 2005 14:25 GMT | 4 |
i want my user should input data in this format "dd/MM/yyyy HH:mm:ss" . if not i want to show him a message to enter input in that proper format . how ?
|
| Java Question | 30 Dec 2005 14:20 GMT | 25 |
I know we cannot use a super keyword for an abstract implemented method. But below is my class hirearchy. As you know finalize has to be explictily chained, how can i achieve this with my below code? class A {
|
| updating multiple rows in MS SQL by way of calling stored procedure takes forever | 30 Dec 2005 14:15 GMT | 3 |
I have some problem updating multiple records by calling a MS SQL stored procedure with parameters in java. It seems it locks the records forever and my application cannot read the table anymore. Anyone had experience this before?
|
| tomcat ROOT page | 30 Dec 2005 10:59 GMT | 1 |
I configurated Tomcat to use Apache as Web server. I'm using mod_jk connector. I redirected context path "/" at apache to tomcat context path "/" that is ROOT page. Now I would like to change tomcat context path "/" to be my welcome page whitch source is in directory
|
| probelm in properties | 30 Dec 2005 09:21 GMT | 2 |
I am trying to read from a property file using the following code. I dont get the value for "name" key. So I tried to read the number of keys in the file, that too return 0. Could you please help me. Code:
|
| usage eclipse | 30 Dec 2005 08:21 GMT | 8 |
I've got a question about the usage of Eclipse. I'm planning to start developing commercial applications for small businesses with Eclipse. Do these applications fall under the open source license or can I protect my own code?
|
| Overloaded Methods called with null | 30 Dec 2005 04:20 GMT | 20 |
I would have to decompile some java code and the decompiler yields: void a1(C1 c1) { ... }
|