Re: Opening NetBeans in NetBeans

2020-01-09 Thread Zahid Rahman
My initial thought on "clustering & modules" reminded me of import java.rmi.*; import SomeInterface; public class SomeClient { SomeInterface si = new SomeInterface Naming.lookup("//localhost/myserver"); String result = si.SomeMethod("foo"); .. } www.backbutton.co.uk ♡۶¯\_(ツ)_/¯ ♡۶ Marria

Re: Opening NetBeans in NetBeans

2020-01-09 Thread Neil C Smith
On Thu, 9 Jan 2020 at 06:11, Laszlo Kishalmi wrote: > Well, it is just 12 simple steps. > The latter few videos at https://netbeans.apache.org/participate/build-run-debug-tutorials.html may also be quite useful for people getting started with this. Best wishes, Neil ---

Re: Opening NetBeans in NetBeans

2020-01-09 Thread Emilian Bold
http://wiki.netbeans.org/DevFaqWhatIsACluster with a copy https://netbeans.apache.org/wiki/DevFaqWhatIsACluster.asciidoc --emi On Thu, Jan 9, 2020 at 1:16 PM zahid wrote: > > My understand is a Folder has multiple sub folders > > or Directory has multiple sub directories. > > Is that different

Re: Opening NetBeans in NetBeans

2020-01-09 Thread zahid
My understand is a Folder has multiple sub folders or Directory has multiple sub directories. Is that different when you have "folder which hold 'modules' " On 09/01/2020 07:31, Emilian Bold wrote: You used the term "clusters", I don't know what that means. Can you explain clusters to me..?

Re: Opening NetBeans in NetBeans

2020-01-08 Thread Emilian Bold
> You used the term "clusters", I don't know what that means. Can you > explain clusters to me..? Folder which holds multiple modules, like 'platform'. --emi On Thu, Jan 9, 2020 at 9:20 AM John Elliot V | ProgClub wrote: > > On 9/1/20 6:00 pm, John Elliot V | ProgClub wrote: > > On 9/1/20 5:11

Re: Opening NetBeans in NetBeans

2020-01-08 Thread John Elliot V | ProgClub
On 9/1/20 6:00 pm, John Elliot V | ProgClub wrote: > On 9/1/20 5:11 pm, Laszlo Kishalmi wrote: >> You can open the NetBeans modules as projects into the IDE, they are >> located under several subfolders (organized by clusters) in the source >> code, like platform, java, nb, ide, etc... > > Thanks f

Re: Opening NetBeans in NetBeans

2020-01-08 Thread John Elliot V | ProgClub
On 9/1/20 5:11 pm, Laszlo Kishalmi wrote: > You can open the NetBeans modules as projects into the IDE, they are > located under several subfolders (organized by clusters) in the source > code, like platform, java, nb, ide, etc... Thanks for your help, but I haven't been able to complete this step

Re: Opening NetBeans in NetBeans

2020-01-08 Thread Laszlo Kishalmi
Well, it is just 12 simple steps. 1. I'd recommend to create a fork on GitHub from https://github.com/apache/netbeans 2. Once you've got the source compile it by: ant -q 3. Open NetBeans, make sure that the Developing NetBeans feature is enabled in the Tools > Plugins > Installed 4. You can

Opening NetBeans in NetBeans

2020-01-08 Thread John Elliot V | ProgClub
Hi there. I've been using NetBeans for ages, but I'm a PHP programmer, not a Java programmer. In order to fix an issue in NetBeans I recently downloaded, patched, and compiled NetBeans from source. I did my source code editing with Vim and compiling with 'ant' from the command line. I would lik