RE: Java programs run in Netbeans but not outside

2020-08-17 Thread Gene Glick
I too had this problem, and posted to the list. Here’s the thread: http://mail-archives.apache.org/mod_mbox/netbeans-users/202007.mbox/%3CSN6PR17MB2382478E5923CD2F5191CFF4ED720%40SN6PR17MB2382.namprd17.prod.outlook.com%3E You can jump to the end if you like. I was unable to find the exact reason,

RE: Build does not include dependent libs

2020-07-29 Thread Gene Glick
anged to Apache Netbeans 12.0, it just isn't doing the right thing - even with those settings. From: en...@mail.ru Sent: Tuesday, July 28, 2020 5:23 PM To: Gene Glick ; users@netbeans.apache.org Subject: RE: Build does not include dependent libs Hello. I will try to help you. I think for your p

Build does not include dependent libs

2020-07-27 Thread Gene Glick
Hi. Netbeans 12.0 Java OpenJDK 14.0.1 64-bit Windows 10. My project runs fine in the IDE, but the packaged up jar file is not okay. The directory "dist" is missing the dependent libraries. Further, when I run java -jar myProgram.jar it responds with: no main manifest attribute Sure enough, th