hi i have writen 2 programes and i want to kick on off when the other finishes but cant seem to find a way to get it working basically i have
package a;
imports
class{main}
class{}
class{}
package b
imports
class{main}
class{}
class{}
the problem is package b cant be added to white space after first package so how would one run a package from another package
the error it gives is :
class, interface, or enum expected