Re: How to hide a secret value in my Java code?

2023-10-04 Thread Richard Grin
Thanks to everyone who replied with different solutions, especially to Neil for this detailed explanation about how to use the actions. Le 04/10/2023 à 19:07, Neil C Smith a écrit : On Wed, 4 Oct 2023 at 10:16, Richard Grin wrote: Is it possible to add an environment variable for *only one

RE: How to hide a secret value in my Java code?

2023-10-04 Thread Richard Grin
Galaxy Message d'origine De : Alonso Del Arte Date : 04/10/2023 16:49 (GMT+01:00) À : Richard Grin , NetBeans Mailing List Objet : Re: How to hide a secret value in my Java code? I suppose you could encrypt the value in a String field or function in one class and then

How to hide a secret value in my Java code?

2023-10-04 Thread Richard Grin
Hello, Is it possible to add an environment variable for *only one* Java project in NetBeans? I have added a Windows user variable in the system parameters but I find the process a bit cumbersome. Is there a better way of hiding a secret value than using an environment variable? A similar

Re: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-25 Thread Richard Grin
Hi, Put dependency into a dependencies tag. Richard Le 26/08/2023 à 07:12, Zulfi Khan a écrit : Hi, dependency information to pom.xml gives error. Below i smy pom.xml http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.

Re: Predefined Variables for File Templates

2023-02-06 Thread Richard Grin
Extract of the link: You can add the following predefined variables, if needed: * ${date} inserts the current date, in this format: Feb 16, 2008 * ${encoding} inserts the default encoding, such as: UTF-8 * ${name} inserts the name of the file. * ${nameAndExt} inserts the n

Re: Project unloadable with Gradle 7.5.1 and NetBeans 16

2022-12-02 Thread Richard Grin
et for all sub-modules? Thomas - 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

RE: AutoText Completion Issue - ManagedBean

2022-11-28 Thread Richard Grin
Hello, Which version of Jakarta EE and NetBeans ? Richard Envoyé depuis mon appareil Galaxy Message d'origine De : Mehmet Fatih ÇİN Date : 28/11/2022 20:24 (GMT+01:00) À : NetBeans Mailing List Objet : AutoText Completion Issue - ManagedBean Hello, I used component. b

Re: [apache/netbeans] No more option for creating an EJB singleton in the wizard that creates an EJB (Issue #4892)

2022-11-11 Thread Richard Grin
Thanks Neil for this important information. It is a big problem for me because I have a training course scheduled for a month from now, but I understand it is not easy to fix all these issues. Richard Le 11/11/2022 à 11:06, Neil C Smith a écrit : Are there any plans to fix this and other

Re: registering latest Payara

2022-10-02 Thread Richard Grin
ng to find some time to repair a few more issues with Jakarta EE for NetBeans 16, so stay tuned! Thanks Josh Juneau juneau...@gmail.com http://jj-blogger.blogspot.com https://www.apress.com/us/search?query=Juneau On Oct 2, 2022, at 2:42 AM, Richard Grin wrote:  Hi Josh, Thanks for your wo

Re: registering latest Payara

2022-10-02 Thread Richard Grin
netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists -- Richard Grin

Re: Unpacking the index for central repository is very long

2022-09-15 Thread Richard Grin
ll cores under load for a few minutes. best regards, michael On 08.09.22 10:49, Richard Grin wrote: Hello, I have just downloaded and installed NetBeans 15 on Windows 11. A very annoying problem: the loading and unpacking of the index for central repository took almost 2 hours. I'm af

NetBeans 15. Impossible to create a Maven Web application for Jakarta EE 9.1

2022-09-08 Thread Richard Grin
Hello, I have just downloaded and installed NetBeans 15 on Windows 11. I can't create a Java with Maven - Web Application, Server GlassFish Server 6.2.5, Jakarta EE 9.1. I launch NetBeans 15 Menu File > New Project > Java with Maven > Web Application. Server: GlassFish Server 6.2.5 Java EE

Unpacking the index for central repository is very long

2022-09-08 Thread Richard Grin
Hello, I have just downloaded and installed NetBeans 15 on Windows 11. A very annoying problem: the loading and unpacking of the index for central repository took almost 2 hours. I'm afraid it will be even worse in the years to come. Is there a workaround? Regards, Richard --

Re: NetBeans 13 - Maven Web project - "Create entities from database" is not working

2022-03-06 Thread Richard Grin
ase, I receive an error message "Unable to add connection. Connection already exists.". Do you have the same problems with NetBeans 13? Can you reproduce? Regards, Richard Le 06/03/2022 à 08:44, Richard Grin a écrit : Sorry. I have just understood my error: the application server was no

Re: NetBeans 13 - Maven Web project - "Create entities from database" is not working

2022-03-05 Thread Richard Grin
Sorry. I have just understood my error: the application server was not started! Le 06/03/2022 à 00:03, Richard Grin a écrit : Hi, My environment: Windows 10, MySQL 8.0.25, NetBeans 13, Java 11, Payara 5.2022.1 In NetBeans I have created a new connection to a database in MySQL in the tab

NetBeans 13 - Maven Web project - "Create entities from database" is not working

2022-03-05 Thread Richard Grin
Hi, My environment: Windows 10, MySQL 8.0.25, NetBeans 13, Java 11, Payara 5.2022.1 In NetBeans I have created a new connection to a database in MySQL in the tab "Services". It worked. In NetBeans I can see the tables of the database. Then I create a new Maven project with the type "Java w

RE: Mysql [mysql] and Netbeans [java]

2021-12-01 Thread Richard Grin
Send more details, please. The server logs for instance. Envoyé depuis mon appareil Galaxy Message d'origine De : Nigel Evenden Date : 01/12/2021 11:23 (GMT+01:00) À : James Ostrowick Cc : Apache Netbeans Mailing List Objet : Re: Mysql [mysql] and Netbeans [java] Tried b

Re: Where to put driver JAR

2021-11-01 Thread Richard Grin
Window Services > Databases > Drivers. New Driver... and add the jar of the MySQL driver; Driver class com.mysq.cj.jdbc.Driver (for version 8 of MySQL). Le 02/11/2021 à 06:31, Greenberg, Gary a écrit : Just got a new laptop and installed NB 12.5 on it. Need to connect to mySQL (remote host).

Problem with MicroProfile

2021-10-21 Thread Richard Grin
Hello, NetBeans 12.5. On https://start.microprofile.io I create a Maven application MicroProfile 4.0 with Payara Micro and Java 11. I download the zip file, unzip it and open it with NetBeans. I clean and build the project. Then I run the project (right clic on the project and Run). I open

Insertion of the code for an EntityManager in a session bean is not good

2021-10-06 Thread Richard Grin
Hello, It's a regression but I don't remember in which version it worked (some years ago). It does not work in 12.4 nor in 12.5 (Windows 10). The option "Insert code..." > "Use Entity Manager..." of the context menu of a session bean stateless does not insert the good code. Even if the tran

RE: Java 17 and NetBeans

2021-10-01 Thread Richard Grin
named maven.compiler.release On Fri, Oct 1, 2021, 14:07 Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Hello, I created a Maven project with Java 17 and I received an error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)

Java 17 and NetBeans

2021-10-01 Thread Richard Grin
Hello, I created a Maven project with Java 17 and I received an error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project XXXWithRecord: Fatal error compiling: error: release version 17 not supported -> [Help 1] In order to write

Re: Creation of a Glassfish deployment descriptor does not work

2021-09-24 Thread Richard Grin
to create a web.xml file? I believe it is optional now, for some time already. Gj On Fri, 24 Sep 2021 at 08:02, Richard Grin <mailto:richard.g...@univ-cotedazur.fr>> wrote: Hello, NetBeans 12.5. In a Jakarta EE 8 Web project (with Payara Server 5.2021.7), New >

Creation of a Glassfish deployment descriptor does not work

2021-09-23 Thread Richard Grin
Hello, NetBeans 12.5. In a Jakarta EE 8 Web project (with Payara Server 5.2021.7), New > GlassFish > GlassFish descriptor does not create a file glassfish-web.xml There is not such file in the WEB-INF directory. No error message in NetBeans. It is also not possible to change the context pa

Creation of a Glassfish deployment descriptor does not work

2021-09-23 Thread Richard Grin
Hello, NetBeans 12.5. In a Jakarta EE 8 Web project (with Payara Server 5.2021.7), New > GlassFish > GlassFish descriptor does not create a file glassfish-web.xml There is not such file in the WEB-INF directory. No error message in NetBeans. It is also not possible to change the context pa

Re: Access to GitHub with a password is deprecated

2021-07-16 Thread Richard Grin
. Richard Le 16/07/2021 à 15:15, Neil C Smith a écrit : On Fri, 16 Jul 2021 at 14:13, Richard Grin wrote: Beginning August 13, 2021, GitHub will no longer accept account passwords when authenticating Git operations and will require the use of token-based authentication, such as a personal access token

Access to GitHub with a password is deprecated

2021-07-16 Thread Richard Grin
Hello, Beginning August 13, 2021, GitHub will no longer accept account passwords when authenticating Git operations and will require the use of token-based authentication,such as a personal access token(for developers) or an OAuth or GitHub App installation token (for integrators) for all aut

Local terminal

2021-05-27 Thread Richard Grin
Hello, On windows, if I want to open a local terminal in NetBeans I receive the message "Local Terminal requires cygwin. Please install cygwin and restart the IDE.". Would it be possible to use wsl2 instead of cygwin? or the command prompt Windows? Best regards, Richard ---

Re: Cannot remove library from project

2021-05-24 Thread Richard Grin
Hello Bayless Kirtley, Perhaps this link will help you: https://stackoverflow.com/questions/5692256/maven-best-way-of-linking-custom-external-jar-to-my-project Richard Le 24/05/2021 à 00:03, Bayless Kirtley a écrit : What is the secret for adding a dependency on a local library to a new Ma

Re: About Git

2021-05-24 Thread Richard Grin
stability, REBASE seems to break quite often and I actually have to resort to native GIT/Smart Git for fixing it). Best regards Andreas On Sat, 2021-05-22 at 20:27 +0200, Richard Grin wrote: Hello, 2 questions about Git : How can I know which version of Git is used by NetBeans? If I install a new

About Git

2021-05-22 Thread Richard Grin
Hello, 2 questions about Git : How can I know which version of Git is used by NetBeans? If I install a new version of Git on my Windows machine, will it be used by NetBeans? Does NetBeans use an internal version of Git? Is it possible to launch any Git command from NetBeans (a little like we

Re: Javadoc generation from within NetBeans

2021-02-22 Thread Richard Grin
With NetBeans 12.1 (Windows 10), it's "generate-sources javadoc:javadoc" too and not "compiler:compile javadoc:javadoc". Richard Le 22/02/2021 à 16:07, Glenn Holmer a écrit : On 2/21/21 9:24 PM, Bradley Willcott wrote: I am using NB 12.1 on Linux. When I right right-click on a project, then

Re: Sudden erratic behaviour by Netbeans 12.0

2020-10-01 Thread Richard Grin
Hi, Configuration for a user : c:\Users\\AppData\Roaming\NetBeans\ NetBeans cache with Windows : c:\Users\\AppData\Local\NetBeans\Cache\ Check these directories with the menu Help > About (User directory and Cache directory). Regards, Richard Le 01/10/2020 à 11:30, David Gradwell a écr

Alt-insert "Use an Entity Manager" does not work

2020-09-25 Thread Richard Grin
Hello, In a Maven Web application, NetBeans 12.1, Windows 10. Alt-Insert "Use an Entity Manager..." in an EJB stateless inserts code for a bean managed transaction, even if the transaction is managed by the container. Code inserted:   @PersistenceContext(unitName = "customerPU")   private E

Re: How to change font size of menubars in netbeans 11.3

2020-04-25 Thread Richard Grin
Hi, You can launch NetBeans with this type of command (write  your executable instead of mine at the beginning) : "C:\Program Files\NetBeans-11.3\netbeans\bin\netbeans64.exe" --fontsize 30 --console suppress Richard Le 25/04/2020 à 05:53, Brain Rebooting a écrit : HI, I am running Apache

Re: I cannot find the MySQL Plugin

2020-04-19 Thread Richard Grin
Obviously, you must change "customer" in the step 2 to the name of your database... Le 19/04/2020 à 14:45, Richard Grin a écrit : Hi Francis, It's easy to use MySQL 8.0.19 with NetBeans. 1. In the tab Services, open the entry Databases > Drivers. If you don't al

Re: I cannot find the MySQL Plugin

2020-04-19 Thread Richard Grin
Hi Francis, It's easy to use MySQL 8.0.19 with NetBeans. 1. In the tab Services, open the entry Databases > Drivers. If you don't already have an entry for MySQL, create a new one. If you create a new one, a new window is opened. Add the path to the jar for the MySQL driver (path to mysql-co

Re: Netbeans and Derby

2020-03-19 Thread Richard Grin
Hello, In the tab Services of NetBeans you have an entry Databases > Drivers. Add the driver here: Cutomize and add the jar. Which version of Derby do you have? For the version 10.15, you must add 3 files: derbyclient.jar, derbyshared.jar and derbytools.jar. For the older versions, I think you

Re: NetBeans and Derby

2020-03-18 Thread Richard Grin
Hello, Do you use Payara? Richard Envoyé depuis mon smartphone Samsung Galaxy. Message d'origine De : Klerman Date : 19/03/2020 05:43 (GMT+01:00) À : users@netbeans.apache.org Objet : NetBeans and Derby Hello, I'm not sure if this is the right place to post this question.

Re: How to choose the browser for the administration console of Payara?

2020-03-05 Thread Richard Grin
tem’s default browser. Gj On Thu, 5 Mar 2020 at 23:04, Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Hi, NetBeans 11.3, Windows 10. In the Services tab, entry Servers > Payara Server 5.201, right click > "View Domain Admin Console" launches Internet Explorer. I

How to choose the browser for the administration console of Payara?

2020-03-05 Thread Richard Grin
Hi, NetBeans 11.3, Windows 10. In the Services tab, entry Servers > Payara Server 5.201, right click > "View Domain Admin Console" launches Internet Explorer. I'd rather Chrome or Firefox. How to configure it? Richard

Re: Internationalization with Netbeans

2020-02-04 Thread Richard Grin
Envoyé depuis mon smartphone Samsung Galaxy. Message d'origine De : Jerome Lelasseux Date : 04/02/2020 14:59 (GMT+01:00) À : users@netbeans.apache.org Objet : Internationalization with Netbeans Hi, I need to internationalize my Netbeans platform app and I've never done th

Re: Adding Javadoc containing 'element-list' for a library added to a project

2019-11-29 Thread Richard Grin
Below is an example how it should look like. Here sourcing from online Javadoc for JDK11. [Netbeans_javadoc.png] Best regards Abhinav On Thu, Nov 28, 2019 at 11:33 PM Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Hi Abhinav, What is this "hint window"? How do you o

Re: Abstract methods not implemented

2019-11-28 Thread Richard Grin
11.2. https://issues.apache.org/jira/browse/NETBEANS-3340 (it has been reported numerous times, each one which links back to 3300). I've had to go back to 11.1, since this bug makes the ide unusable. On 11/28/2019 6:05 AM, Richard Grin wrote: > Hello, > > If I write this code: > >

Re: Adding Javadoc containing 'element-list' for a library added to a project

2019-11-28 Thread Richard Grin
Hi Abhinav, What is this "hint window"? How do you open it? Richard Le 28/11/2019 à 16:00, A S a écrit : One additional info: With Alt-F1(or context menu) or by clicking on the "Show documentation in external web browser" button in the hint window, I do land to the correct part of the document

Abstract methods not implemented

2019-11-28 Thread Richard Grin
Hello, If I write this code: Comparator c = new Comparator<>() { }; I get an error " is not abstract and does not override abstract method Compare(Town, Town) in Comparator. It's normal, but, if I click on the red button at the left of the code, and then on "implement all abstract method", n

Re: Can't build newly cloned project.

2019-10-30 Thread Richard Grin
I was not clear enough : I think that the problem about Java 11.0.5 existed before for other versions ** of Java SE **. (not of NetBeans). Le 30/10/2019 à 10:31, Neil C Smith a écrit : On Wed, 30 Oct 2019, 09:16 Richard Grin, mailto:richard.g...@univ-cotedazur.fr>> wrote: I think th

Re: Can't build newly cloned project.

2019-10-30 Thread Richard Grin
I think that the problem about Java 11.0.5 existed before for other versions. Did you try the workaround given by Lazlo? Le 30/10/2019 à 00:35, Greenberg, Gary a écrit : No, I am still running it on Java 8. C:\Users\ggreenbe>java -version java version "1.8.0_231" Java(TM) SE Runtime Environment

Re: Cannot run program "cmd": Malformed argument has embedded quote

2019-10-23 Thread Richard Grin
-3253 It has been solved for 11.2, but the solution in NETBEANS-3253 can be applied on earlier versions. On 10/23/19 2:14 PM, Richard Grin wrote: Is this problem known? https://stackoverflow.com/questions/58411279/java-with-maven-wouldnt-build-cannot-run-program-cmd-malformed-argument-has Is

Cannot run program "cmd": Malformed argument has embedded quote

2019-10-23 Thread Richard Grin
Is this problem known? https://stackoverflow.com/questions/58411279/java-with-maven-wouldnt-build-cannot-run-program-cmd-malformed-argument-has Is there a recommended workaround? Is it really a problem with the JDK version? The error message when a project of type Maven - Web application is crea

Re: Maven project with java modules

2019-10-07 Thread Richard Grin
, look in the “Java with Ant” category. To do something similar to that witb Maven, just create a Maven POM parent project and add the Jigsaw modules from my repo to it. Gj Sent from my iPhone On 7 Oct 2019, at 10:29, Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Hi Geertj

Re: Maven project with java modules

2019-10-07 Thread Richard Grin
x27;t find it in the last versions of NetBeans. Was it removed? Why? Perhaps it would be easier to understand for a first use of the modules. Regards, Richard Le 06/10/2019 à 13:02, Geertjan Wielenga a écrit : Just start by looking at the example I pointed you to on GitHub. Gj On Sun, 6 Oct 20

Re: Maven project with java modules

2019-10-06 Thread Richard Grin
is synonymous with the Java project type. Gj On Sun, 6 Oct 2019 at 12:24, Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Thanks Geertjan for this example I will study. No menu in NetBeans 11.1 (I forgot the version of NetBeans in my previous message) to create a new module

Re: Maven project with java modules

2019-10-06 Thread Richard Grin
: https://github.com/GeertjanWielenga/JigsawJavaModularProjectSamples/tree/master/AnagramGameMaven Gj On Sun, 6 Oct 2019 at 12:03, Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Hi, Where can I find a good example to create a Maven NetBeans project with java modules (not Ne

Maven project with java modules

2019-10-06 Thread Richard Grin
Hi, Where can I find a good example to create a Maven NetBeans project with java modules (not NetBeans modules)? I can't find a command "Create new module" in the New menu after creating a simple Java project. Regards, Richard

Re: Injection of an EntityManager is not adapted to CMT mode

2019-08-01 Thread Richard Grin
ilter=allopenissues On Thu, Aug 1, 2019, 9:29 AM Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Do I have to report this problem elsewhere for it to have a chance to be fixed? I found other problems in other codes generated by NetBeans and I prefer to report them the right wa

Re: Injection of an EntityManager is not adapted to CMT mode

2019-08-01 Thread Richard Grin
Do I have to report this problem elsewhere for it to have a chance to be fixed? I found other problems in other codes generated by NetBeans and I prefer to report them the right way. Regards, Richard Le 29/07/2019 à 16:06, Richard Grin a écrit : Hi Ortiz, The EJB in which I inject is NOT

Re: Injection of an EntityManager is not adapted to CMT mode

2019-07-29 Thread Richard Grin
gards, Richard Le 29/07/2019 à 13:33, Javier Ortiz a écrit : The current one seems completely correct to me. What error/problem are you getting? That's an atomic operation. On Mon, Jul 29, 2019, 5:31 AM Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Hi, NetBeans

Injection of an EntityManager is not adapted to CMT mode

2019-07-29 Thread Richard Grin
Hi, NetBeans 11.1. The code generated by NetBeans for the injection of an EntityManager is not adapted to the CMT (Container Managed Transaction) mode. "Generate" menu for "Insert code..." > "Use Entity Manager...". The generated code:     @PersistenceContext(unitName = "xxx")     private E

Re: Is "Run JPQL Query" working?

2019-07-25 Thread Richard Grin
Le 24/07/2019 à 18:23, Geertjan Wielenga a écrit : Will take a look, best will be if you file an issue, steps to reproduce, etc. Gj On Wed, 24 Jul 2019 at 17:54, Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Hi Geertjan, You wrote a short article in your blog on this f

Insert Code an EntityManager in an EJB uses a UserTransaction even if CMT

2019-07-25 Thread Richard Grin
Hi, I think there is an error in the code generated by NetBeans to use an EntityManager. I create a session Beans stateless. In this session bean, Alt-Insert > Use Entity Manager... The inserted code use UserTransaction when the bean is not annotated with @TransactionManagement( TransactionMan

Is "Run JPQL Query" working?

2019-07-23 Thread Richard Grin
  org.eclipse.persistence.jpa.PersistenceProvider     jdbc/sample             Any help? Richard Grin - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org F

Design and Source view of persistence.xml don't match

2019-07-19 Thread Richard Grin
Hi, I continue to test NetBeans 11.1 beta 4 and report potential bugs (is it the right place to do it?) Web project with Payara 5.192. Just after having created a Web project with Maven, if I display persistence.xml, the 2 views, Source and Design, don't match (for example the version of JPA

Re: Versions of Java

2019-07-19 Thread Richard Grin
Smith a écrit : > On Fri, 19 Jul 2019 at 11:03, Richard Grin > wrote: >> NetBeans is running with Java 10.0.1 (certainly the reason of >> "Defaults") but the entry "Java Dependencies" is under the project and I >> changed the version of Java for the projec

Re: Versions of Java

2019-07-19 Thread Richard Grin
en the project is built with Maven? Le 19/07/2019 à 11:39, Neil C Smith a écrit : > On Fri, 19 Jul 2019 at 10:31, Richard Grin > wrote: >> Why "JDK 10 (Default)" under the entry "Java Dependencies" in the Projects >> tab? > The (Default) sounds

Versions of Java

2019-07-19 Thread Richard Grin
Hi, NetBeans 11.1 beta 4. Web project with Payara 5.192. I have put Java 11 for all the properties of the project, with a right clic on the project and the choice "Properties" (Sources and Build > Compile). Why "JDK 10 (Default)" under the entry "Java Dependencies" in the Projects tab? And in

Re: Error message during creation of an Entreprise Application with Maven

2019-07-18 Thread Richard Grin
01:00) À : Richard Grin Cc : NetBeans Mailing List Objet : Re: Error message during creation of an Entreprise Application with Maven Probably better to create standard Web Applications in Maven nowadays, rather than Enterprise Applications. Gj On Thu, Jul 18, 2019 at 12:20 PM Richard

Error message during creation of an Entreprise Application with Maven

2019-07-18 Thread Richard Grin
onException = I have modified nothing; all was generated by NetBeans. I am not used to Maven. Did I missed something or is it a bug? Richard Grin - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional

Re: early access Netbeans builds

2019-06-18 Thread Richard Grin
ve a look at the features. How can I obtain such version or where is the netcat version? -- Pieter Van den Hombergh. No software documentation is complete with out it's source code. -- Cordialement, Richard Grin

Re: NetBeans for Java EE 8

2019-06-16 Thread Richard Grin
/06/2019 à 16:26, Pieter van den Hombergh a écrit : As Geertjan indicates, the jee 8 integration works well with the payara plugin and nb 11. I hvae used in an exam setting recently. On Sat, 15 Jun 2019, 11:46 Richard Grin, mailto:richard.g...@univ-cotedazur.fr>> wrote: Hi, I'm prepari

Re: NetBeans for Java EE 8

2019-06-15 Thread Richard Grin
UI elements explicitly including Java EE 8. So these are available but not integrated yet. Though using Maven you could set up an archetype, e.g., the AirHacks archetypes by Adam Bien, which support Java EE 8, and deploy to GlassFish, from Apache NetBeans 11.0 onwards. Gj On Sat, 15 Jun 2019

Re: NetBeans for Java EE 8

2019-06-15 Thread Richard Grin
Java EE 8, and deploy to GlassFish, from Apache NetBeans 11.0 onwards. Gj On Sat, 15 Jun 2019 at 11:46, Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Hi, I'm preparing a course on Java EE for this fall. When can I expect a NetBeans version adapted to Java EE 8? Is it al

NetBeans for Java EE 8

2019-06-15 Thread Richard Grin
Hi, I'm preparing a course on Java EE for this fall. When can I expect a NetBeans version adapted to Java EE 8? Is it already planned? Will the last versions of Payara be included in the available servers? I have been using NetBeans for a long time because the installation of the working envir

Re: Question on Netbeans 11 and C++

2019-05-08 Thread Richard Grin
When is Java EE *8* scheduled ? I cannot see it in the link. Thanks Richard Envoyé depuis mon smartphone Samsung Galaxy. Message d'origine De : Geertjan Wielenga Date : 09/05/2019 05:07 (GMT+01:00) À : Emilian Bold Cc : Koos du Preez , NetBeans Mailing Objet : Re: Quest

How to tell NetBeans where to find a package?

2019-04-14 Thread Richard Grin
Hi, The last version of Payara (5.191) changed the place of the package javax.faces. How can I tell NetBeans where is the new place for this package after the installation of Payara? Richard - To unsubscribe, e-mail: users-u

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Richard Grin
problem? Close NetBeans and look for Oracle JS Parser in the Plugin Manager and install it, same for nb-javac library. Gj On Sat, 6 Apr 2019 at 23:33, Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Options Window: Test Connection is OK. No Proxy. Richard Le 06/04/2019 à

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Richard Grin
Regards, Kai https://www.nyriad.com On 4/6/2019 8:55 PM, Richard Grin wrote: Hi Josh, I have just tried to run Apache NetBeans under 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11 and I have the same problem. I waited for the end of "Finding feature" for 20 minutes bu

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Richard Grin
...@gmail.com> http://jj-blogger.blogspot.com<http://jj-blogger.blogspot.com/> https://www.apress.com/index.php/author/author/view/id/1866 On Apr 6, 2019, at 7:36 AM, Richard Grin mailto:richard.g...@univ-cotedazur.fr>> wrote: Hi, I have just tried NetBeans 11 and I am a bit d

How to tell NetBeans to parse again the code of a class?

2019-04-06 Thread Richard Grin
Hi, When I change the server of a Web application, I provide packages not provided by the former server. The problem: NetBeans is still pointing out errors ("package does not exist" with a red icon on the left of code) while there are no more errors. If I modify a single line (adding and removing

Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Richard Grin
Hi, I have just tried NetBeans 11 and I am a bit disappointed. My environment: Windows 10 64 bit, openjdk 11 2018-09-25. NetBeans is running over Java 10.0.1. GlassFish 5.1 (and Payara) from Eclipse is running over JDK 8. Goal: creation of a Web application for Java EE 8 1. Creation of a Web J