Quote:
Originally Posted by nymph
I got down to step 9 where I type in "java -jar zunefirm.jar" on command prompt screen and I get following message
"java.netBindExcepetion: Address already in use: JVM_Bind"
I'm not sure what to do do next..
Need help please..
|
I researched this particular error and it seems to be related to that particular port being in use. A few solutions I found:
1)Sometimes disconnecting from the internet will solve it, so try pulling the plug a little early.
2) Another program is using that port, find and turn off that program. You can use CurrPorts to do this.
http://www.nirsoft.net/utils/cports.html DL link is at the bottom of the page.
3) You're firewall is blocking Java from opening ports. Config your Firewall to let Java through.
If none of these solve your problem, I can't be much help, The problem itself is a little out of my league, this is just info I found after plugging your error message into a couple search engines.