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

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

Re: add JavaC in Netbeans platform application

2019-04-17 Thread Krishna Mohan
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 > plugin

add JavaC in Netbeans platform application

2019-04-15 Thread Krishna Mohan
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 th