Search:

Type: Posts; User: coure2011

Search: Search took 0.08 seconds.

  1. Re: Address is invalid on local machine [on windows 8 only]

    I created a mini program using netbeans, its saving the .jar file of the application in /dist folder. I am running that jar file using command line
    .../JavaApplication1/dist> java...
  2. Re: Address is invalid on local machine [on windows 8 only]

    I am not sure from where it is comming, java is installed in
    C:\Program Files\Java\jdk1.7.0
    C:\Program FIles\Java\jre
  3. Re: Address is invalid on local machine [on windows 8 only]

    Ok found another thing I am getting the invalid address if trying to run the code with this command
    [CODE]java -jar JavaApplication1.jar[CODE]

    but its working perfectly if I am runing the code...
  4. Re: Address is invalid on local machine [on windows 8 only]

    Yes I first posted it on stackoverflow.com but no help so coming to Java specific forum for this...
  5. Re: Address is invalid on local machine [on windows 8 only]

    java.net.ConnectException: connect: Address is invalid on local machine, or port
    is not valid on remote machine
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    at...
  6. Re: Address is invalid on local machine [on windows 8 only]

    Yes same error from command prompt
  7. Address is invalid on local machine [on windows 8 only]

    I am getting error on windows 8 (64bit), its working fine on windows7

    java.net.ConnectException: connect: Address is invalid on local machine or port is not valid on remote machine

    using the...
Results 1 to 7 of 7