i have two package 1-splashscreen and 2-t24_transformer_form
,i need to run splashscreen package when runing t24_transformer_form
package and this package will not run until splashscreen package
is ended
Printable View
i have two package 1-splashscreen and 2-t24_transformer_form
,i need to run splashscreen package when runing t24_transformer_form
package and this package will not run until splashscreen package
is ended
you mean code like a
andCode:package splashscreen;
?Code:package transformer_form;
Or JAR files?
thanks for imporant
i have JAR files for tow package
so one project have tow main class
One project have two main class mean that do you have two main methods in your application? For a single application you cannot use two main methods, two entry points basically.