Hey There,
Do you have access to the device this was on still and are the files still there?
Thanks for getting back to me Baritus
I don't have that computer running any more but did copy a folder with the following files-
dub-data
log
dub.checkpoints
dub.info
dub.properties
dub.spvchain
dub.wallet
Hope that will be sufficient to recover!
The .wallet file should have all the information needed (your private keys). You do know the address, correct?
It is slightly complicated to retrieve the private keys as the wallet is stored as a serialized object. You would have to use a Java debugger to read the contents and find your private key (referenced as ECKey).