SciCoDE project: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
#Select '''sciCoDE Project''' then click Next to start the Open the new sciCoDE project wizard New Java Project wizard: | #Select '''sciCoDE Project''' then click Next to start the Open the new sciCoDE project wizard New Java Project wizard: | ||
#*On this page, type "HelloWorld" in the Project name field, and then click Finish. | #*On this page, type "HelloWorld" in the Project name field, and then click Finish. | ||
http://www5.in.tum.de/scicode/project_1.png | |||
[[Image:project_1.png]] | |||
#In the Package Explorer view, expand the HelloWorld project. The project is structured as followed: | #In the Package Explorer view, expand the HelloWorld project. The project is structured as followed: | ||
#*src : contains the main "sci"-file, which stores the state of the workbench and a sidl file with the [[#SIDL|SIDL]] description of the components. | #*src : contains the main "sci"-file, which stores the state of the workbench and a sidl file with the [[#SIDL|SIDL]] description of the components. | ||
| Line 12: | Line 15: | ||
#*includes : contains dependent SIDL files | #*includes : contains dependent SIDL files | ||
#*import : a folder where scicode stores the files of [[#imported|imported components]] | #*import : a folder where scicode stores the files of [[#imported|imported components]] | ||
Revision as of 15:17, 4 May 2011
Creating a simple project in sciCoDE
In this section we will create the Hello World project in sciCoDE. As implementation language we are going to use java.
Creating the project
- Inside Eclipse select the menu item File > New > Project.... to open the New Project wizard
- Select sciCoDE Project then click Next to start the Open the new sciCoDE project wizard New Java Project wizard:
- On this page, type "HelloWorld" in the Project name field, and then click Finish.
- In the Package Explorer view, expand the HelloWorld project. The project is structured as followed:
- src : contains the main "sci"-file, which stores the state of the workbench and a sidl file with the SIDL description of the components.
- components : contains the java or c++ sources of the components in this project
- includes : contains dependent SIDL files
- import : a folder where scicode stores the files of imported components