| Thread | Last Post | Replies |
|
| January 1st 1 AD ? | 24 Feb 2006 15:12 GMT | 3 |
That is a naughty question because there isn't a unique answer. Contrary to common belief the Gregorian and Julian calendars did not start from the same base day. January 1st 1 AD (Gregorian) - a Monday - was January 3rd 1 AD (Julian). Unless I had specified which calendar I
|
| How do I document an eclipse rcp? | 24 Feb 2006 14:53 GMT | 2 |
is there a standard model how to document plugin dependencies in an eclipse rich client application? In my case I have a project based on eclipse rcp. Many plugin's that are connected over extension points and extensions. Some plugin's depends on
|
| Java GC | 24 Feb 2006 14:37 GMT | 3 |
I want to learn about GC on Java, any web sites for recommendation?
|
| Lisp-style list | 24 Feb 2006 14:25 GMT | 9 |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Hi,
|
| Learning Java 5.0 , a more visual conceptual approach. Help! | 24 Feb 2006 14:18 GMT | 10 |
I am looking for a more visual conceptual approach to learning Java 5.0. A book, tutorial, DVD on more analogies, flowcharts, visual representations, like Headfirst into Java by O'Reilly. I happen to see things more visually and have less of a grasp when it comes to
|
| string to ascii on line feed | 24 Feb 2006 14:12 GMT | 20 |
i doing some java work and basic i get a String "/n" and i need to get the ascii value of it which in this case is 10 what is the best way of going about this? Thanks
|
| how to resize array when the program is running ? | 24 Feb 2006 14:09 GMT | 6 |
how to resize array when the program is running? because of i cannot determine the size of the array before run the program . thanks!
|
| Graphics/Java | 24 Feb 2006 13:53 GMT | 2 |
I might soon be starting a project where I will have to write an application to 'spot the differences' images - the images come from MRI scans. It looks like I'll have to do this in Java, as the code needs to go
|
| different log4J log files for same application | 24 Feb 2006 13:26 GMT | 1 |
i have an application that listens on a specific port to do its task. This application can run on multiple instances by specifying different ports in the argument. MyApp-1211.bat contains
|
| regex problem: 'greater than' 'less than' and 'equals' not matching! | 24 Feb 2006 13:23 GMT | 10 |
I have a very strange problem. I want to replace every thing in a string except letters, numbers, space, and certain symbols listed in the regex expression below "blahblah !@#$%^&*()--.,<>=".replaceAll("[^A-Za-z0-9/-?:().,'+^| ]","")
|
| JNI callback from Tomcat using FindClass | 24 Feb 2006 12:08 GMT | 1 |
I've inherited some code that uses JNI from Tomcat to call down to C to initialise/subscribe to some messaging with a callback the other way (C to Java) when a message is going to be passed back up to Java. This used to work fine but a change of platform (slightly older Tomcat/4.1
|
| Struts validator framework: help with jsp pages | 24 Feb 2006 10:45 GMT | 1 |
Is it possible to use the validator framework with plain old jsp (without using the struts tag-libs: struts-beans, struts-html, struts-logic)?
|
| Progress bar in JDialog | 24 Feb 2006 10:39 GMT | 4 |
I am a new beginner to Java Programming. In my application I am loading an xml doc in JFrame, while doc is loading I would like to see a progress bar above the J frame. This is what I did:
|
| runaway button | 24 Feb 2006 10:06 GMT | 4 |
does anyone know of a short java program that will make a gui with a jbutton that will move away from the mosue when it gets near? thanks
|
| Memory Leakage drawing Images from Stream - Minimum example | 24 Feb 2006 08:57 GMT | 6 |
Ok folks I posted this a number of times ago,but never posted a minimum code example for people to look at. I was trying to load and draw images from a Mjpeg-Stream, reading from
|