| Thread | Last Post | Replies |
|
| Rerieving array of Java Objects which are created in a JNI method | 23 Dec 2005 07:46 GMT | 3 |
I have a simple java class named MyClass, which has only 2 members and a ctor: public class MyClass {
|
| Object streams and Socket network trouble | 23 Dec 2005 00:31 GMT | 6 |
The current situation is as following: class structure: AbstractPlayer > Player > NetworkPlayer, HumanPlayer, AIPlayer - Has non-important member vars like int, boolean and such. Also a Robot
|
| Eclipse 3.2 plugin tutorial | 23 Dec 2005 00:14 GMT | 3 |
Can you give me a link with a good tutorial for developing plug-ins for eclipse 3.2 (not 3.1!)? Thanks in advance! Trifonov
|
| GC clears all SoftReference's under memory pressure | 22 Dec 2005 22:37 GMT | 18 |
Another question about SoftReference objects and the garbage collector. As I mentioned in my previous post, I'm experimenting with implementing a cache using SoftReference objects. I noticed that the strategy Sun's JVM uses seems to be "when there is
|
| Using Webstart | 22 Dec 2005 22:24 GMT | 14 |
I know I SHOULD know how to do this. But I am writing a program which uses a JAR file in it's classpath. I'd like to bundle this together with my classfiles in a way that is easily runnable for my wife and brother.
|
| Using ESCJava 2 | 22 Dec 2005 22:19 GMT | 2 |
i'm trying to test the usability of ESC\Java2 but i have an "unsolvable" problem at line 32 of the first file of my big project. I've extracted the problem in an example below, with the error message. Does anybody know how to solve it?
|
| Hashmap Timestamp | 22 Dec 2005 22:14 GMT | 4 |
Can anyone tell me the easiest way to check the timestamp of an object cached in a hashmap?
|
| jre1.5 online install | 22 Dec 2005 22:08 GMT | 1 |
The Sun jre1.5 can be installed via an online installer with as little as 7MB download as discussed here: http://weblogs.java.net/blog/stanleyh/archive/2005/05/deployment_unde_1.html Is this a good way to deploy a java application for a target of home based
|
| How many warnings is too many? | 22 Dec 2005 21:39 GMT | 33 |
I suppose this is a rather odd question but how many warnings is too many when you are using a Java compiler like the one in Eclipse 3.1.1? Using the default settings for the 1.5 compiler in a fresh install of Eclipse 3.1.1, my various projects have over 4000 messages between them ...
|
| I hate Java | 22 Dec 2005 21:04 GMT | 17 |
It's slow. The applets/craplets break or don't work half the time. It's a resource hog. It takes up too much disk space. It takes a computer technician to install much of the time. I f.cking HATE IT.
|
| CRC32 | 22 Dec 2005 20:02 GMT | 16 |
I want create a method that receive as input a byte[] and calculate its crc32. How can I do? I have found java.util.zip.CRC32 but I'm using JDK 1.3. Can you halp me?
|
| Using self made Component | 22 Dec 2005 19:26 GMT | 15 |
I got a bit of an problem using my self-made component. Which is that it won't paint's itself.. I noticed the object is being made, but for some reason the components paint methode isn't executed.
|
| deadlocks | 22 Dec 2005 16:42 GMT | 31 |
I need to know if there are any thumb rules which i need to follow in order to avoid deadlocks in thread. thanks
|
| using XPATH on XSD schema to get valid XML tags | 22 Dec 2005 16:36 GMT | 1 |
Hi - I'm writing an eclipse editor plug in for a proprietary parsing language. The parsing language takes XML as an input and converts it into legacy host format. I'm trying to figure out how to use xml schema/validator and or XPATH to get field autocompletion for the
|
| Kill a process on Sun Solaris 8 | 22 Dec 2005 16:06 GMT | 16 |
I want to kill a process running on a Sun Solaris 8 machine with Unix system giving its ProcessId from my application running on Windows machine. How can I do this?
|