B4J Question [Solved!] A B4J app's "Main Class"?

LWGShane

Well-Known Member
Licensed User
Longtime User
I just found JarSplice, and would like to know what is considered the "Main Class" in a B4J app. I would like to use JarSplice because it also has the ability to create native wrappers for Mac, Linux, and Windows regardless of the host platform.


What I'm talking about:
JarSplice.PNG
 

LWGShane

Well-Known Member
Licensed User
Longtime User
Update: Found it!

Without changing the package name in build configurations, it's b4j.example.main.

Say your app follows the domain package structure, com.<domain>.<app>, your class path would be com.domain.app.main
 
Upvote 0
Top