Windows subsystem Linux Terminal in NB

2020-02-26 Thread Krishna Mohan
Dear list

I use CygWin under Netbeans from 8.2 (Windows64 version) and it works
really nice (as like Bash terminal under a Linux based NB).

My question: Now Windows OS support WSL (Windows subsystem for linux),
which is more powerful and more compatible than CygWin for native Linux
application in Windows OS. So, Does NB team have some plan to incorporate
WSL Terminal in Windows-NB ( in future, at least)?

Thanks in advance

Krishnamohan


Terminal Support in NB: Windows subsystem Linux vs Cygwin

2020-02-25 Thread Krishna Mohan
Dear list

I use CygWin under Netbeans from 8.2 (Windows64 version) and it works
really nice (as like Bash terminal under a Linux based NB).

My question: Now Windows OS support WSL (Windows subsystem for linux),
which is more powerful and more compatible than CygWin for native Linux
application in Windows OS. So, Does NB team have some plan to incorporate
WSL Terminal in Windows-NB ( in future, at least)?

Thanks in advance

Krishnamohan


Re: add JavaC in Netbeans platform application

2019-04-17 Thread Krishna Mohan
dear friends

I am still a bit confused here:
Does it mean that need to include  lib while I compile the
 application and to include a JAVA COMPILER in it ?
I am sure that some have already experimented with it ...

Any help will be appreciated, greatly...
Thanks

On Tue, Apr 16, 2019 at 12:15 PM Krishna Mohan 
wrote:

> Hi All
>
> I want to use a JavaCompiler or JavaC as like in the standard Netbeans IDE
> in my  application.
>
> Is any plugins are available? I know there is a Plugin for Python and it
> works well for  application. So, is there any similar
> plugins are available for Java?
>
> thanks in advance
>
> Km
>


Re: Code Completion with Python Plugin

2019-01-21 Thread Krishna Mohan
On Mon, Jan 21, 2019 at 7:16 PM Krishna Mohan 
wrote:

> Hi all
>
> Recently I put a Python plugin for NB 8.2 and it seems working (in
> conjunction with Python 3.7.2 Win 64).
>
> But I noticed that Code Completion is NOT working properly as expected.
> For example, see the attached figure, in which the Windows Python  IDLE is
> simply recognizing  , but it was not 'guessed' by this plugin
> (but the command, like print(math.asin(1.0)) ,  in NB is simply working by
> execution and it give correct answer).
>
> So I guess Code Completion has some problem, by the way, my NB settings
> are given by the second attachment.
>
> My question is this: How to fix this problem? Will it happen if I move to
> Apache NB ( + py plugin)?
>
> thanks in advance
>
> KMohan
>
>
>