| Thread | Last Post | Replies |
|
| Performance tuning on socket and message packaging | 13 Sep 2007 02:04 GMT | 5 |
Our java program uses socket to send a lot of data out, and the types of these data are integer, long, and string. Before we send them out, we have to transform integers, long, and string to a byte array(correct me, if it is *not* necessary), and then send them out like this,
|
| anyone actually using james as mail server? | 13 Sep 2007 01:32 GMT | 1 |
what has been your experience with it?
|
| JFrame help please? | 13 Sep 2007 01:29 GMT | 11 |
I use the setContentPane method to put a JPanel into a JFrame and then call validate and repaint. That works fine. What I can't do is change it. I rerun the setContentPane method with a different JPanel and do the validate and repaint but nothing happens. I am using java
|
| Getting information about Jar file from Applet | 13 Sep 2007 01:24 GMT | 1 |
Is it possible to read information about the JAR file my applet was loaded from? Specifically, I would like to be able to read the timestamp of the JAR file my applet was loaded from.
|
| Resource bundle class lookup | 12 Sep 2007 22:22 GMT | 3 |
Sorry if this is a duplicate post... I wrote a class that duplicated some functionality from the ResourceBundle class, namely the ResourceBundle.getBundle method, which loads a .properties file, from a directory provided by the JVM.
|
| How To? | 12 Sep 2007 16:53 GMT | 5 |
Sorry but I am sort of new to this. Do you know of what I can look up in PHP to get me started on this? Like to be able to access a url webpage and then be able to download its images to my server? I just need a starting point...
|
| How to guess the memory consumption of a Java object? | 12 Sep 2007 13:31 GMT | 9 |
I guess that's a hard question: How to guess the memory consumption of a Java object? Probably, that depends on the Java virtual machine and on the operating system. Lets first assume no inheritance and simple data types only. Maybe
|
| How JTable display disabled JCheckBox? | 12 Sep 2007 11:45 GMT | 1 |
I have already known how to display JCheckBox in JTable. It's not just directly put the JCheckBox in the JTable, but render the JCheckBox when JTable is displayed. But if I want to disable JCheckBox, by using JCheckBox's method
|
| TIME CODE | 12 Sep 2007 11:43 GMT | 1 |
Hello, I need your help actually i'm working on visual basic regarding serial port. i have to read the time of port n my device is sony vtr
|
| access windows network drive | 12 Sep 2007 10:00 GMT | 2 |
i have a windows network drive mapped at "Y:" and i'm trying to access folder "Y:\data\test" from web application (spring app). if i use local disk ( "C:\data\test" ) everything works fine. how can i work with/access folder on windows network drive, what are
|
| Obfuscating methods | 12 Sep 2007 07:31 GMT | 1 |
How are commercial Java softwares released by Oracle, Sun, etc? What Java Obfuscators are used by the commercial Java products?
|
| Java Studio Creator 2 Update 1 | 12 Sep 2007 07:26 GMT | 5 |
I've recently downloaded Studio Creator 2 Update 1 for Windows ..., Can anyone with good background of it suggest which one of MyEclipse, Netbeans or Studio Creator is more flexible, easy to use and faster
|
| Eclipse - project not built | 11 Sep 2007 23:35 GMT | 1 |
Using Eclipse 3.2.0, I have checked out a java project from a svn repository. When trying to build the project I keep getting error: The project was not built due to "Could not write file: filename.". Fix the problem, then try refreshing this project and building it
|
| access$1900 | 11 Sep 2007 23:20 GMT | 6 |
I am debugging a project that I inherited from someone else. The run aborts with an exception stack, of which one is access$1900. What can this mean? I do not find any reference to a method named access in the entire api
|
| NIO UDP and TCP | 11 Sep 2007 23:02 GMT | 5 |
I need an expert's advice and clear some concepts. I have a NIO server and a NIO client. I have a big muddle with all this of TCP UDP and NIO. My NIO server uses ByteBuffers to send objects converted to bytes.
|