reset password
Author Message
jgarc659
Posts: 27
Posted 20:18 Sep 06, 2017 |

When uploading .java files, are we supposed to leave package statements intact as such? : 

package mypackage;

I noticed that these statements tend to result in compile errors when java files are used outside of the local environments where they were written. So should we omit them?

Thanks.

Last edited by jgarc659 at 20:19 Sep 06, 2017.
jhurley
Posts: 207
Posted 12:13 Sep 07, 2017 |

Leave them in