I wanted to use Eclipse, So I tried using the Quick Start for developer under documentation.
everything was going good until I got to the part that said
"Switch to Java view and double-click org.myrobotlab.service.Runtime" 
 
I can not find the org.myrobotlab.service.Runtime  
can anyone help me?
 
BillC

Mats

7 years 12 months ago

Hi Bill.

The instructions should say "switch to Java perspective".

You change perspective ( screen layout ) by pressing the Java button in the upper right corner,

After that you should have a tree on the left side, where you can find  org.myrobotlab.service.Runtime

 

All the development is currently made to a branch called develop. If you followed the instructions you probably see the master branch that is very old ( 1.0.119 ), So you need to swith to the develop branch for both myrobotlab and repo to be able to work on the latest release.

You can do that by switching back to "Git" perspective.

Rightclick on myrobotlab and select "Switch to" => "Other..." 

Select "Remote tracking"  => /origin/develop

Press the Checkout... button

Press the Checkout as new local branch

Branch name : develop

Press Finish

( I stopped as this point since I already have the develop branch. Not sure if there will be any more popups)

Then do the same for the repo 

 

If all works fine then you can switch perspective back to Java again.

I hope this helps.

/Mats

 

Thanks Mats.

I just started over and this time I used develop. I all whent well unitl i clicked on myrobotlab [develop] but did not see  org.myrobotlab.service.Runtime.

Thanks for your help

scruffy-bob

7 years 12 months ago

In reply to by BillC

Here it is in the code tree:

myrobotlab [myrobotlab develop]

           src

                 org.myrobotlab.service

                            Runtime.java

                                      Runtime