B4J Question Baffled - jar filename

tdocs2

Well-Known Member
Licensed User
Longtime User
Greetings.

I seem to have a problem with a B4J app that I use to "test and experiment".

The package name is swi.testx (also tried testx TestX) and the jar is results.jar.

What am I doing wrong? I seem to have this problem only with this app...

Thank you.

Sandy

upload_2015-8-12_16-10-47.png


upload_2015-8-12_16-12-1.png
 

giga

Well-Known Member
Licensed User
Longtime User
Package name is not where the name of the .jar comes from.

Save the project to the desired name at the beginning of creation
example as testx (or whatever)

then compile it at the end and it will create testx.jar or whatever you named the project.
 
Last edited:
Upvote 0

tdocs2

Well-Known Member
Licensed User
Longtime User
Package name is not where the name of the .jar comes from.

Save the project to the desired name at the beginning of creation
example as testx (or whatever)

then compile it at the end and it will create testx.jar or whatever you named the project.

Thank you, giga.

This is the project folder.... Where did result.jar come from? And then, what is the purpose for package name?

upload_2015-8-12_21-28-51.png


upload_2015-8-12_21-31-23.png
 
Upvote 0

tdocs2

Well-Known Member
Licensed User
Longtime User
Hi, giga.

The leading zero seems to be the issue - that is why I was having problems with this app only....

I renamed the b4j to testx and it works as expected... It was your heads up that led me to the solution - thank you.

What is the purpose of package name?

Sandy
 
Upvote 0

giga

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top