|
Re: Running Java Program
Did you create a project and Deploy that project via the green button?
if so and it looks and it seems to be deploying check if you created multiple projects in Netbeans
We had a problem that if you deploy one project and then try to redeploy another project it just acts like it is deploying the code whereas it keeps the old code as the startup code.
So this might occur if you deployed 2 robot main classes or deployed one project and then later tried to deploy another different project.
We had to reformat and redeploy code and then it called the correct robotMain class on startup.
Or I might be completely wrong, just my theory.
|