Re: How can I generate a 128 bit GUID?
Posted By:
Anonymous
Posted On:
Friday, May 25, 2001 11:39 AM
I'm not sure you can generate a GUID without writing native code to get the network card number or ethernet address.
Anyway, take a look at java.rmi.dgc.VMID for generating unique identifiers across all Java Virtual Machines. Maybe this could be enough for your purposes.
Regards.