error running dmelt
|
12-18-2014, 09:49 PM
Post: #3
|
|||
|
|||
RE: error running scavis
Running javac -version gives:
javac 1.7.0_65 So that seems to be in order. I am running scavis 2.2 and I don't have a .jehep in my home folder, I guess it was not created yet. The problem seems to be in the getSN function. I looked at what the function seems to do from eclipse. I guess you are trying to find out some mac address of a network interface. I searched on the internet and found the following sample code of getting the mac address: ip = InetAddress.getLocalHost(); NetworkInterface network = NetworkInterface.getByInetAddress(ip); mac = network.getHardwareAddress(); On my computer this returns null for network because the localhost has no mac address. Apparently the function only finds my loopback network connection. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
error running dmelt - kruithofmc - 12-16-2014, 11:15 PM
RE: error running scavis - jworkorg - 12-18-2014, 01:26 PM
RE: error running scavis - kruithofmc - 12-18-2014 09:49 PM
RE: error running scavis - sergei175 - 12-19-2014, 04:40 AM
RE: error running scavis - jworkorg - 12-20-2014, 06:40 AM
|
User(s) browsing this thread: 2 Guest(s)