From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e615d0303caad1ac X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: Java methods invoking operations in the VDM models+ How to import in eclipse Date: Fri, 25 Jun 2010 20:47:29 -0400 Organization: The Wasteland Message-ID: References: <0fade4c6-36f6-495f-909a-b5853f217d8e@d37g2000yqm.googlegroups.com> NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!feed.ac-versailles.fr!gegeweb.org!aioe.org!not-for-mail Xref: g2news2.google.com comp.lang.ada:12903 Date: 2010-06-25T20:47:29-04:00 List-Id: In article <0fade4c6-36f6-495f-909a-b5853f217d8e@d37g2000yqm.googlegroups.com>, "Mr.Spark" wrote: > I would like to create a scenario script in Java and to define some > methods which can invoke operations that have been developed already > in an existing VDM models. > > There is a GUI interface (stands between the Scenario and the VDM > models) that has been developed in order to present the information > from the scenario to the user. The scenario script have some methods > which could call the operations that have been developed in the > models like Join/Leave/Create and other operations. > > I would like to import the folder which contains all sub folders that > contains the classes in the eclipse to be able to work on them later. > > I know it may sounds easy, but I could not import the folder. If > there is a way to do it , it would a great help for me and to carry > on with my project. In Eclipse, right click on the target project in the Navigator pane and choose Import. In the resulting dialog, choose General > File System > Next. In the subsequent pane, choose "Create complete folder structure," along with whatever other options seem appropriate. If you're trying to programatically traverse the directories in a recursive manner, consider these: -- John B. Matthews trashgod at gmail dot com