Plugin install problem NB 12

2020-07-29 Thread Mitch Claborn
I'm using NetBeans 12.0 on Ubuntu 18.04.  I need to install an updated 
version of the JRebel plugin. I downloaded the plugin, but when I 
attempt to install it, I get the message: Plugin "JRebel for NetBeans" 
is already installed.


But, the plugin does not show in the list of installed plug ins. So I 
can't installed directly and I can't remove and reinstall.


Any ideas on how to fix?

--

Mitch


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Build does not include dependent libs

2020-07-29 Thread Geertjan Wielenga
If you can provide the steps to reproduce or the project or a similar
sample project that can be used to reproduce the problem that would be
best, even better would be for you to consider moving to Maven or Gradle
instead of Ant.

Gj

On Wed, Jul 29, 2020 at 2:32 PM Gene Glick  wrote:

> Hi and thanks for the help.
>
>
>
> Yes, that’s exactly how it is setup now. It’s been that way for years.
> Somehow it’s not working though.
>
>
>
> The last time this project was built, used Netbeans 7.2 on Java 1.5
> (possibly newer, but still 32-bit). Now that it is on Win10, and IDE
> changed 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 project you use “Java with Ant” template Figure 1 and
> your project has icon
>
> If you want to copy libraries to lib subfolder of dist folder you need to
> select “Copy Dependent Libraries” in project properties panel, look to
> Figure 2
>
>
>
>
>
> Figure 1
>
> Figure 2
>
>
>
> *From:* Gene Glick 
> *Sent:* Monday, July 27, 2020 11:20 PM
> *To:* users@netbeans.apache.org
> *Subject:* Build does not include dependent libs
>
>
>
> 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, the jar has no manifest.
>
>
>
> This project began life in the Sun/Oracle Netbeans days, and builds just
> fine in Netbeans 7.2. I have finally bit the bullet and converted it over
> to the newer style. But – something is clearly wrong with the build. I have
> already check in the properties and the build tab, and the checkbox for
> “copy dependent libraries” is checked.
>
>
>
> Any ideas what is wrong here?
>
>
>
> gene
>


RE: Build does not include dependent libs

2020-07-29 Thread Gene Glick
Hi and thanks for the help.

Yes, that's exactly how it is setup now. It's been that way for years. Somehow 
it's not working though.

The last time this project was built, used Netbeans 7.2 on Java 1.5 (possibly 
newer, but still 32-bit). Now that it is on Win10, and IDE changed 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 project you use "Java with Ant" template Figure 1 and your 
project has icon [cid:image001.png@01D66582.BF5F5C60]
If you want to copy libraries to lib subfolder of dist folder you need to 
select "Copy Dependent Libraries" in project properties panel, look to Figure 2


[cid:image002.png@01D66582.BF5F5C60]

Figure 1
[cid:image003.png@01D66582.BF5F5C60]

Figure 2

From: Gene Glick mailto:ggl...@aps-tech.com>>
Sent: Monday, July 27, 2020 11:20 PM
To: users@netbeans.apache.org
Subject: Build does not include dependent libs

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, the jar has no manifest.

This project began life in the Sun/Oracle Netbeans days, and builds just fine 
in Netbeans 7.2. I have finally bit the bullet and converted it over to the 
newer style. But - something is clearly wrong with the build. I have already 
check in the properties and the build tab, and the checkbox for "copy dependent 
libraries" is checked.

Any ideas what is wrong here?

gene