I running 64 bit Eclipse (both 3.6 and 3.7) on 64-bit Windows, and the m2e plugin (which provides Maven support) installed and works just fine. I installed m2e from the Eclipse marketplace. The plugin itself does not have any non-Java components so it should just work with both 32-bit and 64-bit versions of Eclipse.
Exactly what is not working? It would help if you detailed exactly what you are doing and what problems you are seeing.
Also, how did you go from 3.6.1 to 3.6.2? By doing an upgrade within Eclipse? I have found that upgrades tend to fail on me way too often so I avoid them. Instead, I grab the new version and install it in a new location.
64 bit eclipse in my system, cant download anything, not only this, even gwt also.
when i tried 32 bit eclipse in my system, it works fine.
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 23 Stepping 10 GenuineIntel ~2200 Mhz
BIOS Version: American Megatrends Inc. R4060Y0, 24-08-2009
The problem is that I cannot come to you and watch over your shoulder as you do things. If I could do that, I could help you. But since I cannot do that, you have to describe in detail what it is you are doing and what you are seeing. If you cannot do that, then I cannot help you.
Bennet Xavier
Ranch Hand
Joined: Jun 19, 2008
Posts: 162
posted
0
Hi Peter and James,
Thanks for your time,
Let me explain clearly, I downloaded eclipse 3.6.1 (64 bit) for 64 bit OS (My Machine) and tried Help -> Install New Software and pasted the http://m2eclipse.sonatype.org/sites/m2e/
It was showing error, Permission Denied in a pop window.
I tried the same URL with eclipse 3.6.1 (32 bit) in 64 bit OS (My Machine), it was working properly, i got all the things properly downloaded and working fine.
I really, don't know why the 64 bit version if eclipse fails in My Machine, which has 64 bit windows 7.
"I don't know, 64 bit fails." (I meant the 64 bit eclipse fails in my machine).
I am in office now, I will paste the screen shot (with error pop up window) once i reach my room.
When you originally wrote about permission errors, I imagined file permission errors. But these are web site permission errors. To prevent such misunderstandings in the future, always post the exact text of the error message(s).
For some reason, you are being blocked from accessing the web sites for the plugins. Here are some things to look into:
a) Can you access the URLs given in the error messages using a browser?
b) Is there are firewall blocking your access? This can happen in a corporate environment.
c) Are you using a proxy server to access the internet?
Bennet Xavier
Ranch Hand
Joined: Jun 19, 2008
Posts: 162
posted
0
Hi,
If that is the reason, then eclipse 3.6.1 (32 bit) shouldn't work properly.
But, it downloads all the plugins and features without any problem.
I can see all the links in browser.
No fire wall.
No proxy server.
Then there is an issue with the 64-bit JVM that you are using to run Eclipse. Either that, or there is an issue with the 64-bit Windows winsock DLL (which the JVM uses to perform internet access). You could try running the 64-bit version of IE and see if that will let you access the URLs. If you can, that eliminates the winsock DLL as the issue.
Please post the results of "java -version" for both your 32-bit and 64-bit JVMs.
You should also run Process Explorer from sysinternals and check which DLLs are being loaded for each JVM. Perhaps something there will tell us what the issue is. If you are not sure, you could post the DLL list and I could compare with mine.
Bennet Xavier
Ranch Hand
Joined: Jun 19, 2008
Posts: 162
posted
0
Hi Peter,
I don't have 32 bit java, I use only 64 bit java in my machine.
I am able to access the url from borwser (IE8)
Please find the details attached.