| Thread | Last Post | Replies |
|
| parallel port programming | 20 Jun 2007 11:02 GMT | 1 |
guys, please help me out. i need to use java to write a program which sets any one output pin of the printer port to a high.i am not a java programmer and i need help on this urgently.i have the rxtx package
|
| Parsing a text file format | 20 Jun 2007 10:59 GMT | 4 |
I am trying to figure out the code to read in the structure of a text file to parse it. The way it works is the first block is the layout, then the rest has the data so: --- start text file ---
|
| Problems retrieving object through rmi | 20 Jun 2007 02:06 GMT | 8 |
I've just started a job at a company maintaining their existing applications. They have a swing application which retrieves an object through rmi and this is where I've run into a problem.
|
| Non Blocking SocketChannel and Deregistering Selector keys | 20 Jun 2007 02:03 GMT | 1 |
I have been working through Java Sockets and Socket channels the last few days. I have poured over many examples and referenced Java in a nutshell. I am able to successfully use the socketchannel class in non blocking mode and to read async as well. For better or for worse
|
| Why do I have this error message? | 19 Jun 2007 21:36 GMT | 3 |
I am using eclipse to compile a java application. It works fine if I right click the class that contains main. But If I run it in dos window, I get this error message, Exception in Thread "main" java.lang.NoClassDefFoundError:
|
| ***Urgent Requirements for Software Professionals in INDIA*** | 19 Jun 2007 19:26 GMT | 11 |
We are a well established US based Software Consulting company.. We are rated as "One of the Top 500 Consulting Company" all over US. Our client list includes fortune 500 companies. {Direct Clients} We are looking for several software professionals, with Minimum of 2+
|
| Error implies that the servlet was originally compiled with classes which cannot be located | 19 Jun 2007 10:32 GMT | 1 |
Hi, I am repeatedly flummoxed by this intermittent error, please any help will be great. This has already ruined a few demos. Error 404: SRVE0203E: Servlet [action]: com.recon.webapps.servlet.ReconServlet was found, but is missing
|
| Confused by Undo/Redo | 19 Jun 2007 09:35 GMT | 1 |
I'm completely confused and lost by undo/redo. It seems that I need to create a separate "Edit" (extends AbstractUndoableEdit) classes for every single component (non-text) that exists in my GUI. This makes no sense, though (lots of repeated code, etc). Does anybody have a
|
| VERY Strange problem with HashTable and HashMap. | 19 Jun 2007 08:04 GMT | 3 |
Check this out... If you execute this code you would think that you get 4 entries in the Hashtable, however only three entries are present. I am using jdk 1.5.0_09. I observed the same kind of bug with Hashmap as well.
|
| Getting Information on a Calling Class | 19 Jun 2007 01:35 GMT | 14 |
I have a case where I'd like to return different data depending on which class is calling the current class. Is there any way to get the instance of the object that called a method? Thanks!
|
| Help with Extending a class | 18 Jun 2007 23:32 GMT | 5 |
I am writing a distributed Battleship game using RMI. I need this class to extend both javax.swing.JFrame AND UnicastRemoteObject. Is there anyway around this? public class MainGUI extends javax.swing.JFrame implements
|
| Inheritance | 18 Jun 2007 21:42 GMT | 5 |
Hi all!!!!!!! consider the following inheritance hierarchy Class A --> Class B --> Class C As per rule: Object of A can be referenced by their subclass objects.
|
| No Suitable Driver at dataSource.getConnection(); | 18 Jun 2007 21:24 GMT | 1 |
Hi all ,, I had my application to connect to the database in a classical way i.e. not a pooled connection. The method was as fellows private void connect(){
|
| JDBC Threads Locking up | 18 Jun 2007 19:57 GMT | 1 |
We are using Apache,Tomcat 5,ojdbc14.jar,Oracle 10g based system and observing that all 100 tomcat threads are getting stuck in following situation. 87 threads are stuck in "waiting to lock <0x718fc270> (a
|
| https client | 18 Jun 2007 19:22 GMT | 14 |
I am trying to write a basic https client. It will contact an https site, post authentication details, follow some links, and retrieve some information. This all seems like I am reinventing the wheel, but I am struggling to find example code.
|