The windows registry contains Boolean, DWords, Strings, Bitmap, Double, DateTime, bitmap java does not. Connecting to:- DWords is easy with a longinteger and the same with Boolean. Java only handles real numbers when DateTime and Double numbers are larger than real numbers. Does that mean you cannot record date and time in Java and doubles are cut down to a Real. And is currency handled with a real number. I'm thinking of converting all this to Strings and using a coding sytem in the naming of the recourd but this costs processing and futher delays. Anotherthing with the windows registry, it has a lazy write. Can Java do a lazy write to the registry or not. This is an inportant time saver of not waiting for a hard disk to refersh its self. Often these records are placed in the registry only to get read between my program and java to make a muilti threading conversion and do this data management.
Has any one done anything like this please java does not document it self very well hear.