I have eclipse installed in my Mac Pro (OS X). I installed Perforce server on my own machine and then installed Eclipse Plugin for perforce. All seem
开发者_如何学Pythons to be working fine except for the face that I don't have the option: "team->share"! Under team i just have patch. I have even added my perforce server in Perforce perspective!
could someone please help?
cheers
Ali
I had the same problem. The problem was that I was using JDK 5 to start Eclipse.
I started Eclipse using JDK 6 (see below command line) and it worked.
D:\apps\eclipse\eclipse.exe -vm "D:\apps\Java\jdk1.6.0_23\bin\javaw.exe"
继续阅读:eclipse-pluginperforce
精彩评论