The Double class is derived from object, you need to use that since Java 1.4- doesn't support putting primitives inside hashtables. Something like
Code:
String strProdPrice = strings.nextToken();
Double dblProdPrice = Double.valueOf(strProdPrice);
hshProdDesc.put(strProdID,dblProdDesc);