Re: How to open existing project with NetBean6.1
Benno Markiewicz <[email protected]> Tue, 26 Apr 2016 23:01:01 +0200
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAA_aP4jL=t4157m_gZ6ivGu2UZswGJBD8YYwReHPocRRvEJPBA@mail.gmail.com> |
Load it with NB6.1. If it cannot be loaded there, then you have a problem. If it loads then take the next higher NB version 6.9.1 (or whatever), load your project and save your project. Hopefully NetBeans updates the configuration/build files. Repeat until the newest version. Perhaps it is even faster to convert your project to Maven. With kind regards, markiewb 2016-04-25 11:19 GMT+02:00 johnsonlim026 <[email protected]>: > Hi All, we have 1 project which is done using NetBean6.1 platform.The > problem that we are facing now is we are not able to open the project as a > whole.We only manage to open it file by file only.But the thing is the > files are referring to each other and hence the program is not executable. > We have perform a basic screening on the project and below is our finding: > > (a).There are form such as FwLoaderAboutBox.form and FwLoaderAboutBox.java. > (b).There is a org.jdesktop.application in the project which is in the > folder META-INF\services. > (c). There are a lot of file ending with .java in models folder. > > We have try to open the via File->open project but to our effort there is > no way to add the project to NtBean6.1 > > Can anyone advise? > > > > >