| Thread | Last Post | Replies |
|
| Get installed app | 15 Sep 2005 08:02 GMT | 7 |
I want to write an app but I'm not sure if I should use Java. The app is a crossed platform. My questions: 1.Can Java return me the name/position of install app on the OS it
|
| Identifying fields of a class | 15 Sep 2005 06:59 GMT | 22 |
When we create a class in java we use several variables for internal functioning of the class. The procedures of the class may also contain local variables. We introduce variables as we need it.
|
| C++ and JAVa | 15 Sep 2005 06:06 GMT | 4 |
How can I link a Java application with a c++ code ? I need to get the output done by a c++ program and use it with my java GUI. Can somebody help me? Marcelo
|
| How to set the encodings of RandomAccessFile | 15 Sep 2005 06:04 GMT | 2 |
Hi, All, I am writing a module needs to flush data into disk file, and this file would be read on different platforms, including *nix, windows. I use RandomAccessFile (java 1.4.2) to do the input and output operation. The
|
| Axis Null Pointer Exception | 15 Sep 2005 06:04 GMT | 1 |
I'm using Apache Axis 1.2 RC2 release When I try to deploy a web service by running: java org.apache.axis.client.AdminClient CustomerManagmentAPI.wsdd -lhttp://localhost:7654/axis/services/AdminService
|
| java.lang.UnsatisfiedLinkError: isNetworkMonitorActive | 15 Sep 2005 04:54 GMT | 1 |
I am trying to write a simple application using the j2me. The following line in my code raises an exception: javax.microedition.io.InputConnection conn = (javax.microedition.io.InputConnection)
|
| java.exe faulting on WinXP | 15 Sep 2005 00:07 GMT | 1 |
I've got a new installation of a v1.4.2_03 JVM faulting on Windows XP Pro. It's happening about 1-2 times per day at seeminly random times, but there's very little info in the Windows event logging. What's the best way to debug what's happening? Thanks.
|
| OpenJMS and communication to non-JMS | 14 Sep 2005 23:57 GMT | 5 |
Has anybody got any code that does jms messaging from a NON-JMS client, for example a TCP/IP client. I know the code is there, but do I have to do the JNDI and all that stuff from non-jms? I am sure it is just a tcp message. The j2EE spec doesnt go into
|
| Do Ant Build in a GUI | 14 Sep 2005 23:30 GMT | 5 |
Hi, I am Francis, I am creating a GUI for Ant. Now I have created the gui and it loads the build file and show it in a tree view. Also we can add & delete nodes & attributes of the buildfile by just clicking a button
|
| Client Termination With Java Sockets doesnt close socket | 14 Sep 2005 22:35 GMT | 5 |
Hello, i have a simple client/server app using java sockets. If i simply close the client window, the server doesnt detect if the socket is closed. Here is all the ways ive tried to test for the closed connection but none work.
|
| which jdk supports green thread? | 14 Sep 2005 22:11 GMT | 3 |
I was asked green thread in an interview, and I had no idea of green thread. I tried SUN's jdk (1.4 on linux, 1.5 on windows). It does not seem to support green thread.
|
| J2ME:Sharing RMS between threads | 14 Sep 2005 20:43 GMT | 3 |
I have a timer task that is getting GPS settings at a pre-defined interval and storing them in RMS. I have another thread that will be picking those entries up and pushing them up to a server on the Internet. From what I have read accessing these without a
|
| Java is a stupid language | 14 Sep 2005 19:51 GMT | 29 |
An example of why Java is a stupid overly complicated programming language: import java.io.*; public class SimpleJavaQuestion
|
| Reading file lines into large List | 14 Sep 2005 19:36 GMT | 10 |
I have tried posting this problem a few times looking for a solution. What I have works but is slow. I have to read unordered data from a text file. Data A has a one-to-many relationship with Data B, and Data B has a one-to-many
|
| intersection simulation | 14 Sep 2005 19:12 GMT | 6 |
X-No-Archive Hello, I am teaching myself about java threads and concurrency, and have a textbook exercise that I am trying to implement, but I am not sure if
|