dcaoyuan / nbscala

NetBeans Plugin for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with Netbeans 7.4

akanass opened this issue · comments

Hello,

When I try to install plugins in NB 7.4, I have this screen error.

Can you help me please.

I have downloaded source from "source forge" like describe in Reeadme file.

Thanks in adavance.
capture decran 2013-10-24 a 14 00 32

I had the same problem. Apparently, the plug in has to be compiled against a specific API version:
http://stackoverflow.com/a/19039533/11699

Source has to be updated to support 7.4 :-(

On 24 Oct, 2013, at 8:02 AM, Nicolas JESSEL notifications@github.com wrote:

Hello,

When I try to install plugins in NB 7.4, I have this screen error.

Can you help me please.

I have downloaded source from "source forge" like describe in Reeadme file.

Thanks in adavance.


Reply to this email directly or view it on GitHub.

Please try the newest plugin for NetBeans 7.4, which I just uploaded to
sf.net:

http://sourceforge.net/projects/erlybird/files/nb-scala/7.x_2.10.x/

On Thu, Oct 24, 2013 at 9:22 PM, michbarsinai notifications@github.comwrote:

I had the same problem. Apparently, the plug in has to be compiled against
a specific API version:
http://stackoverflow.com/a/19039533/11699

Source has to be updated to support 7.4 :-(

On 24 Oct, 2013, at 8:02 AM, Nicolas JESSEL notifications@github.com
wrote:

Hello,

When I try to install plugins in NB 7.4, I have this screen error.

Can you help me please.

I have downloaded source from "source forge" like describe in Reeadme
file.

Thanks in adavance.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/92#issuecomment-26991339
.

Thanks, that's work fine.

Thanks!

On 24 Oct, 2013, at 9:53 AM, Caoyuan Deng notifications@github.com wrote:

Please try the newest plugin for NetBeans 7.4, which I just uploaded to
sf.net:

http://sourceforge.net/projects/erlybird/files/nb-scala/7.x_2.10.x/

On Thu, Oct 24, 2013 at 9:22 PM, michbarsinai notifications@github.comwrote:

I had the same problem. Apparently, the plug in has to be compiled against
a specific API version:
http://stackoverflow.com/a/19039533/11699

Source has to be updated to support 7.4 :-(

On 24 Oct, 2013, at 8:02 AM, Nicolas JESSEL notifications@github.com
wrote:

Hello,

When I try to install plugins in NB 7.4, I have this screen error.

Can you help me please.

I have downloaded source from "source forge" like describe in Reeadme
file.

Thanks in adavance.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/92#issuecomment-26991339
.


Reply to this email directly or view it on GitHub.

Note that if scala was installed on a mac using mac brew, the scala home path has to point to the libexec directory, like so:
-J-Dscala.home=/usr/local/Cellar/scala/2.10.3/libexec