deep

a Cross Development Platform for Java

User Tools

Site Tools


first_example

This is an old revision of the document!


First Example

Hello World with System.out

Running Demo Programs

The deep runtime library offers a couple of demo programs, e.g. using serial output or flashing a led. Create a new project as given above and open the deep project file. Navigate to Referenced Libraries entry in the Package Explorer and find a suitable demo program, e.g. ch.ntb.inf.runtime.zynq7000.microzed.demo.Blinker

Edit the rootclasses entry in the deep project file as follows

#	enter names of rootclasses, e.g.
#	rootclasses = "test.MyFirstTestClass","other.MySecondTestClass";
	rootclasses = "ch.ntb.inf.runtime.zynq7000.microzed.demo.Blinker";

Create a run configuration and run the program as given in First_Example#Hello_world_with_system.out

first_example.1599837087.txt.gz · Last modified: 2020/09/11 17:11 by ursgraf