| Thread | Last Post | Replies |
|
| dev wanted | 13 Feb 2007 18:36 GMT | 21 |
Hello. I need an experienced Java developer for a quick job. Notice he/she needs to be very experienced so the time that he/she will need to finish will be short. Full details/analysis (in physical language) will be provided. Skills involved: very good knowledge of Java, ...
|
| Passing objects through network | 13 Feb 2007 17:09 GMT | 3 |
In an application, I need to pass objects between server & client. What are the possible ways to do this? Few ways that I thought of are RMI, CORBA. Each has its own pro's & con's. I thought I can analyze few more methods & analyze their positives & negatives before
|
| jre installation problem on RHAS4 upd 3 64bits (ia64) | 13 Feb 2007 09:22 GMT | 7 |
I hope this is a place to find an answer, sofar I missed it. I downloaded the latest jre from http://java.com. Both the selfinstalling binary as the rpm. No matter which one I try, both end up with the same problem, when I try java -version I get 'lang/java/Object' missing.
|
| more silly questions that are probably elementary to most but..... | 13 Feb 2007 04:57 GMT | 12 |
Here's a class...pretty classy eh? package chapter08; import java.util.ArrayList; public class AnimalTester {
|
| Need help just inserting an image in a JPanel | 12 Feb 2007 22:55 GMT | 4 |
I want to know the quickest easiest way to insert an image in a JPanel Here is my code so far import java.awt.*; import java.awt.event.*;
|
| Help finishing excercise using JFrame, JPanel and General Advice | 12 Feb 2007 22:37 GMT | 4 |
I wanted to do abit of programming as a hobby and although have some experience of non OO languages thought would be a usefull to pick up Java at the same. To that ends one thing a wrote years ago was a basic mandelbrot program in BASIC and decided it would be a usefull
|
| Threads design question | 12 Feb 2007 20:41 GMT | 1 |
I'm wondering if anyone can provide some help or suggestions.... I have a method that generates a HTML report file for any given number of Project or Task objects. This involves some I/O activity (creating files, reading & writing to streams, deleting temporary files, etc.)
|
| Trying to get JComboBox to "repopulate" with increased java.util.Vector | 12 Feb 2007 18:45 GMT | 25 |
I have a JFrame with two JPanels Top JPanel p1 contains: 1 JLabel that never changes 1 JComboBox that is populated by dynamic values found in
|
| aglet problem | 11 Feb 2007 05:32 GMT | 1 |
When i started agletsd the following messages appear, can u solve this problem please,
>agletsd reading aglets property from file:///C:\\.aglets\aglets.properties
|
| Retrieving JTree selections | 11 Feb 2007 00:33 GMT | 1 |
I am working on an application that is sorting medical exams retrieved from a database. This is my first time working with JTree. I created an array of DefaultMutableTreeNodes and every record returned from the database is represented by a node on the tree. Now, the only way I
|
| JVM stack error? | 10 Feb 2007 08:13 GMT | 3 |
When running my program on Java JVM 5.0, there are strange stack errors. What may be the root cause? (foo.dll is my JNI invoked native library.) --------------------
|
| classpath | 10 Feb 2007 01:27 GMT | 1 |
I created a two levels folder hierarchy. one/ One.java one/ two/Two.java ---
|
| Cannot get input using the scanner. | 09 Feb 2007 21:58 GMT | 4 |
I am working on my homework. It should ask for your height, weight and your name. The program reads in the first two variables fine, but for some reason, it does not let the user enter the name. Can any one figure
|
| classFormatException error in hello world example? | 09 Feb 2007 19:52 GMT | 5 |
i'm trying to run the very simple example at [url]http://java.sun.com/docs/books/tutorial/getStarted/cupojava/ unix.html[/url] having installed the jdk for linux from java.sun.com's downloads
|
| GUI and events in text field | 09 Feb 2007 11:50 GMT | 4 |
Hi again, it has been a while since I posted here. I came here a while back when I had a beginner's course in Java and again when I was practicing my Java. I've finally managed to get into a more advanced Java class and I need some guidance.
|