| Thread | Last Post | Replies |
|
| How to store this (key1,key2, Object) ? | 04 May 2005 16:52 GMT | 6 |
Is there a data type in the JDK (1.4) that allows me to do this (and also retieve) or do I have to roll my own? tks
|
| Preventing Screensaver activation via Java | 04 May 2005 16:47 GMT | 2 |
Just wonder if there is a way to run some java based program to "fool" a Windows PC into thinking there was some activity which would keep the screensaver from activating. I know it's a wide open question and somewhat naive, but some thoughts
|
| Whats the difference between Hash and Map ? | 04 May 2005 16:29 GMT | 1 |
As the subject says - anyone kind nough to summarise pros and cons. I have already Googled and not come up with anything useful. MTIA
|
| Compressing a string using Deflater | 04 May 2005 15:39 GMT | 1 |
I try to compress a string, like this : private byte[] compressMsg(String msg) { try
|
| VS.Net vs. Eclipse | 04 May 2005 15:03 GMT | 2 |
I know that to compare the two entirely doesnt make sense, they really shadow for different aspects of goals. Eclipse is proud for its extensible architecture, and as it always claims, Eclipse aims to offer an open platform for application development with seamless tool
|
| Image conversion with icc profiles | 04 May 2005 15:03 GMT | 4 |
I've been trying for a few days to convert images using icc profiles. What i want to do seems fairly easy but i've had no luck so far : - i've an image (jpg image) - i've an icc profile
|
| Newbie - Try, Catch & Return | 04 May 2005 10:47 GMT | 4 |
I can't seemed to return a value and using the try/catch in combination. Main Program -> Calls another program to open a file and returns the data as a
|
| J2EE tutorial (Learn J2EE in 21 Days, Sam's) | 04 May 2005 10:09 GMT | 4 |
I just bough a book to learn J2EE (Sam's Learn J2EE in 21 Days) from ebay. This book is based on J2EE 1.3, i'm wondering if it's good to read this book or if it would be better to get a book which is based on J2EE 1.4. Could anyone tell me ?
|
| Java Developer looking for the engineering side. | 04 May 2005 09:30 GMT | 1 |
I have been working for a couple of years mostly in the Web/Business world type system. Basically, I work(ed) with J2EE/JSPs/Web stuff like that. I am finding I am more geared towards the engineering side, I really like working with J2SE and doing TCP/IP/network programming and
|
| the best library to read and write microsoft word document ? | 04 May 2005 09:06 GMT | 1 |
Could somebody tell me what are the best library to read and write ms word document by java? thank a lot
|
| Missing Classes | 04 May 2005 07:31 GMT | 1 |
I am attempting to find a jar file that contains the following classes: - MQInteractionSpec. - MQConnectionSpec. - MQCommunication.
|
| JMX Connectors | 04 May 2005 07:28 GMT | 1 |
I'd like to write a Connector for JMX management. Where can I find help to do such a thing ? (a tutorial or something like that ... ) Thanks
|
| how to run 2 thread with different code | 04 May 2005 04:36 GMT | 2 |
i'm just learning java now, so this might be obvious, but not to me. my app needs to do two things: (1) connect to and fetch a list of tasks for a user from a web service (2) connect to mapquest and get driving instructions
|
| Oracle equiv of mysql show tables ? | 04 May 2005 00:25 GMT | 5 |
Perhaps OT, but don't know where to post. In MySQL we have "show databases" and "show tables" What is the equivalent in Oracle if any? Can I achieve the same result by doing a
|
| Java 5 Generics Question | 03 May 2005 22:20 GMT | 9 |
I am trying to define an array of vectors. For example: Vector<Object>[] data = new Vector[4]; The preceeding works with warnings.
|