Sunday, December 29, 2019

Application!?

Had a terrible afternoon trying to get my XmasGreetings
project to open from its jar file. It opens from the command line, but
because it is ungainly, it just won't do it on double-click.

Turns out it's all my fault: I have neglected defining
a new package for each project from day 1. When going to jar,
my projects are then carrying a lot of unused imports from
other projects...

 Long story short, I need to start creating proper projects.



https://www.w3schools.com/java/java_packages.asp

No comments: