Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Juan Escribano
I have been investigating, Geertjan, and (for now, it seems that in Java 11 this will be drop) the JDK brings a tool (wsimport) for creation of web service clients. Perhaps, the correct question was: Has Netbeans 9 any facility to integrate wsimport tool from the JDK? The answer is no, I

Re: Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Geertjan Wielenga
ing on > Java 10? > > Best, > *Juan Miguel* >

Web Service Client with Netbeans 9 and Java 10

2018-08-12 Thread Juan Escribano
Anyone knows how to create a Web Service Client in Netbeans 9 running on Java 10? Best, Juan Miguel

Java EE version?

2018-08-11 Thread Alex O'Ree
://updates.netbeans.org/netbeans/updates/dev/uc/final/main/catalog.xml.gz Question 2) Autocomplete for JSP pages Perhaps I'm missing a plugin or something, but autocomplete for java code in a jsp page does not appear to be resolving. Html autocomplete works just fine but it's the java code that's not working

Re: Netbeans 9.0 freezes in Macos 10.6.3, java 10.0.2

2018-08-10 Thread Juan Escribano
After discover where the problem come I did a fresh install, so logs are gone. But I have remembered that I had the same problem in Netbeans 8.2 with lastest Java 1.8 version, and I had to go to a previous version of Java 1.8 to solve it, so, I quite sure that the import settings function works

Re: Netbeans 9.0 freezes in Macos 10.6.3, java 10.0.2

2018-08-09 Thread Boris Heithecker
gt; Best, > *Juan Miguel* > El 9 ago 2018 11:17 +0200, Boris Heithecker , > escribió: > > Any logs in {netbeans-userdir}/9.0/var/log/messages.log ? > > 2018-08-09 10:57 GMT+02:00 Geertjan Wielenga < > geertjan.wiele...@googlemail.com.invalid>: > >> What kin

Re: Netbeans 9.0 freezes in Macos 10.6.3, java 10.0.2

2018-08-09 Thread Juan Escribano
, escribió: > Any logs in {netbeans-userdir}/9.0/var/log/messages.log ? > > > 2018-08-09 10:57 GMT+02:00 Geertjan Wielenga > > : > > > What kind of code are you talking about? What kind of files? Java? HTML? > > > JavaScript? Which kind of projects? H

Netbeans 9.0 freezes in Macos 10.6.3, java 10.0.2

2018-08-09 Thread Juan Escribano
Hello! This is the situation: Netbeans 9.0,Macos 10.6.3, java 10.0.2/9.0.4. Netbeans runs ok, I can navigate through files, open and close then, even clean and build, and run projects. I can move with keyboard cursors across the code and modify it. Everything seems to be ok until I click

Re: Problems with Java versions, and running a CodeName project.

2018-08-04 Thread Geertjan Wielenga
Can someone reply with the email list > for the Netbeans CodeName One list? > -- > *From:* Geertjan Wielenga > *Sent:* Saturday, 4 August 2018 5:39 PM > *To:* A Z; us...@netbeans.incubator.apache.org > *Subject:* Re: Problems with Java versions, and running a C

Re: Problems with Java versions, and running a CodeName project.

2018-08-04 Thread A Z
To: A Z; us...@netbeans.incubator.apache.org Subject: Re: Problems with Java versions, and running a CodeName project. Can you write to the Codename One mailing list with your questions, please? Gj On Saturday, August 4, 2018, A Z mailto:powerus...@live.com.au>> wrote: I am running Netb

Signing Java Web Servlet for Tomcat

2018-06-25 Thread James Finnall
e that I use for signing other documents, messages and encrypting messages. Are there any resources available that demonstrate how to sign a web servlet in Netbeans to deploy on a Tomcat server for a Java Web application? Sorry about length of message but certs

Re: netbeans 9.0 rc1 : cannot update plugins : java source base version 2 required

2018-05-29 Thread Geertjan Wielenga
things, just be a plain old Java SE programmer for a while... Thanks, Gj On Tue, May 29, 2018 at 5:19 PM, hanas...@gmail.com wrote: > Thank you! Great responses and quick! > > working on jdk10 with default plugins out of the box. > > Installed some plugins from the b

Re: netbeans 9.0 rc1 : cannot update plugins : java source base version 2 required

2018-05-29 Thread hanas...@gmail.com
it for java 9 and/or 10. java.lang.UnsatisfiedLinkError: no splashscreen in java.library.path: [/usr/java/packages/lib, /usr/lib/x86_64-linux-gnu/jni, /lib/x86_64-linux-gnu, /usr/lib/x86_64-linux-gnu, /usr/lib/jni, /lib, /usr/lib] at java.base/java.lang.ClassLoader.loadLibrary

Re: netbeans 9.0 rc1 : cannot update plugins : java source base version 2 required

2018-05-29 Thread Geertjan Wielenga
Tue, May 29, 2018 at 4:32 PM, hanas...@gmail.com >> hanas...@gmail.com> mailto:hanas...@gmail.com>> >>> wrote: >>> >>> installed rc1 (linux openjdk9 with the source package too - on >>> debian 9) >>> java -version >>> o

Re: netbeans 9.0 rc1 : cannot update plugins : java source base version 2 required

2018-05-29 Thread Geertjan Wielenga
@gmail.com> mailto:hanas...@gmail.com>> >> wrote: >> >> installed rc1 (linux openjdk9 with the source package too - on debian >> 9) >> java -version >> openjdk version "9-Debian" >> OpenJDK Runtime Environment (build 9-Debian+0-9b181-4

Re: netbeans 9.0 rc1 : cannot update plugins : java source base version 2 required

2018-05-29 Thread hanas...@gmail.com
m>> wrote: installed rc1 (linux openjdk9 with the source package too - on debian 9) java -version openjdk version "9-Debian" OpenJDK Runtime Environment (build 9-Debian+0-9b181-4bpo91) OpenJDK 64-Bit Server VM (build 9-Debian+0-9b181-4bpo91, mixed mo

Re: NB 9.0 rc1 on Java 10

2018-05-29 Thread Geertjan Wielenga
everyone for great work. > > ds > > On Tue, May 29, 2018 at 4:55 PM, Glenn Holmer wrote: > >> On 05/29/2018 09:46 AM, Dominik Smatana wrote: >> > I've decided to try the newly released rc1 today, but I can't get it to >> > work. >> > >> > "C

Re: NB 9.0 rc1 on Java 10

2018-05-29 Thread Dominik Smatana
the newly released rc1 today, but I can't get it to > > work. > > > > "Cannot find Java 1.8 or higher" > > > > Can it run directly on Java 10? Or do I still have to install JDK 1.8 as > > well? > > Yes, it runs on JDK10. What does "java -versio

Re: netbeans 9.0 rc1 : cannot update plugins : java source base version 2 required

2018-05-29 Thread Geertjan Wielenga
Maybe better to ignore NetBeans updates for the moment. Gj On Tue, May 29, 2018 at 4:32 PM, hanas...@gmail.com wrote: > installed rc1 (linux openjdk9 with the source package too - on debian 9) > java -version > openjdk version "9-Debian" > OpenJDK Runtime Environment (

netbeans 9.0 rc1 : cannot update plugins : java source base version 2 required

2018-05-29 Thread hanas...@gmail.com
installed rc1 (linux openjdk9 with the source package too - on debian 9) java -version openjdk version "9-Debian" OpenJDK Runtime Environment (build 9-Debian+0-9b181-4bpo91) OpenJDK 64-Bit Server VM (build 9-Debian+0-9b181-4bpo91, mixed mode) netbeans updates are availab

Re: [java] Can NB 8.2 and NB 9 Coexist

2018-05-24 Thread Josh Juneau
Hi Bob, Yes, you can install both NetBeans 9 and NetBeans 8.2 on the same machine. Furthermore, you can install the NetBeans 8.2 plugins (some of them work) on NetBeans 9 and develop Java EE apps. I am doing this today with the incubator release. Hope this helps. Josh Juneau juneau

[java] Can NB 8.2 and NB 9 Coexist

2018-05-24 Thread Bob Scott
Hello, Can Netbeans 8.2 and Netbeans 9 coexist on the same machine? I wanted to install JEE on the 8.2 installation. Thanks. Sent from Mail for Windows 10

答复: [java]Visual Library API not available

2018-05-12 Thread sun dongyang
__ 发件人: stephen cumminger <stephen.cummin...@sonideft.com> 发送时间: 2018年5月12日 19:28 收件人: Geertjan Wielenga; sun dongyang 抄送: users@netbeans.apache.org 主题: RE: [java]Visual Library API not available It works for me in a RCP project using 8.2 just by selecting the library under the platfo

RE: [java]Visual Library API not available

2018-05-12 Thread stephen cumminger
It works for me in a RCP project using 8.2 just by selecting the library under the platform folder. After this, then you can add the Visual Library as a dependency for a module. Are you doing a module project or just a Java application? [cid:image001.png@01D3E9CA.F5EAAEA0] Stephen From

Re: [java]Visual Library API not available

2018-05-12 Thread Geertjan Wielenga
Not sure what the question means. Are you trying to add the Visual Library as a dependency to a module that is part of a NetBeans Platform application? Or is the module separate, i.e., not attached to an application? Gj On Saturday, May 12, 2018, sun dongyang wrote: > Hi.

[java]Visual Library API not available

2018-05-11 Thread sun dongyang
Hi. I am using netbeans ide 8.2. when I try to add module dependency to the visual library api, it turns out that this entry is missing from my “adding dependency” dialog. Is this module removed from 8.x or something? because I find it is missing in netbeans ide 8.1 too. Help me out . Thx. 发送自

Re: Oracle Java 9 reached end of life.

2018-04-25 Thread Richard Reader
I think you should be able to find what you need here http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase9-3934878.html Cheers, Richard On 25 April 2018 at 10:18:03, Giacomo Trimarchi ( giac...@amarulasolutions.com) wrote: Hi guys, After new installation of my system

Oracle Java 9 reached end of life.

2018-04-25 Thread Giacomo Trimarchi
Hi guys, After new installation of my system (Ubuntu 18.04) I can't find Oracle Java 9 because "Oracle Java 9 has reached end of life". Where I can find it ? Thanks Giacomo -- |Giacomo TrimarchiAmarula Solutions BV | |Tecn

Re: incubating-netbeans-java-9.0-beta-bin.zip

2018-03-08 Thread Antonio
com <mailto:mcdonnell.j...@gmail.com>> wrote: Hi Leo, I didn't import the keys, as I had previously done this step... But I'm looking at a different file then you: https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-java/incubating-9.0-bet

Re: incubating-netbeans-java-9.0-beta-bin.zip

2018-03-07 Thread John McDonnell
/incubator/netbeans/incubating-netbeans-java/incubating-9.0-beta-rc3/incubating-netbeans-java-9.0-beta-bin.zip --2018-03-07 23:48:01-- https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-java/incubating-9.0-beta-rc3/incubating-netbeans-java-9.0-beta-bin.zip Resolving

Re: incubating-netbeans-java-9.0-beta-bin.zip

2018-03-07 Thread Geertjan Wielenga
to verify the PGP ASC and KEY file but I get a bad signature > message. > > I'm here: https://netbeans.apache.org/download/nb90/nb90-beta.html > > In Terminal: > wget https://dist.apache.org/repos/dist/dev/incubator/netbeans/ > incubating-netbeans-java/incubating-9.0-beta/incuba

incubating-netbeans-java-9.0-beta-bin.zip

2018-03-07 Thread Leo Donahue
Hi, Is this the right list for this question? I'm trying to verify the PGP ASC and KEY file but I get a bad signature message. I'm here: https://netbeans.apache.org/download/nb90/nb90-beta.html In Terminal: wget https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-java

Re: Java EE version support

2018-03-07 Thread James Finnall
ere's a pretty big difference between Java 8 and Java EE 8... > > > > Gj > > > > On Tue, Mar 6, 2018 at 4:55 PM, James Finnall <ja...@finnall.net> > > wrote: > > > My server states it is using JVM 1.8.0_151-8u151-b12- > > > 0ubuntu0.16.04.2- >

Re: Java EE version support

2018-03-06 Thread Peter Steele
You need tomcat 8/9 for servlet 3.1 support which is what j2ee 7 provides On 6 Mar 2018 15:58, "Geertjan Wielenga" <geertjan.wiele...@googlemail.com> wrote: > There's a pretty big difference between Java 8 and Java EE 8... > > Gj > > On Tue, Mar 6, 201

Re: Java EE version support

2018-03-06 Thread Geertjan Wielenga
There's a pretty big difference between Java 8 and Java EE 8... Gj On Tue, Mar 6, 2018 at 4:55 PM, James Finnall <ja...@finnall.net> wrote: > My server states it is using JVM 1.8.0_151-8u151-b12-0ubuntu0.16.04.2- > b12 > > I am told that indicates Java 8. > > James >

Re: Java EE version support

2018-03-06 Thread James Finnall
My server states it is using JVM 1.8.0_151-8u151-b12-0ubuntu0.16.04.2- b12 I am told that indicates Java 8.   James On Tue, 2018-03-06 at 16:47 +0100, Geertjan Wielenga wrote: > Does Tomcat support Java EE 7? > > Gj > > On Tue, Mar 6, 2018 at 4:46 PM, James Finnall <ja...@fi

Re: Java EE version support

2018-03-06 Thread Geertjan Wielenga
Does Tomcat support Java EE 7? Gj On Tue, Mar 6, 2018 at 4:46 PM, James Finnall <ja...@finnall.net> wrote: > The tutorial provided a reference to using GlassFish server. I do have > the option for EE 7 on GlassFish. It did not mention Tomcat. > > When I choose Tomcat on a n

Re: Java EE version support

2018-03-06 Thread James Finnall
+0100, Geertjan Wielenga wrote: > https://netbeans.org/kb/docs/javaee/javaee-gettingstarted.html > > Gj > > On Tue, Mar 6, 2018 at 4:30 PM, James Finnall <ja...@finnall.net> > wrote: > > What about Java EE 7 then? > > > > On Tue, 2018-03-

Re: Java EE version support

2018-03-06 Thread Geertjan Wielenga
https://netbeans.org/kb/docs/javaee/javaee-gettingstarted.html Gj On Tue, Mar 6, 2018 at 4:30 PM, James Finnall <ja...@finnall.net> wrote: > What about Java EE 7 then? > > On Tue, 2018-03-06 at 16:16 +0100, Geertjan Wielenga wrote: > > > > Java EE 8 is not supporte

RE: [EXTERNAL] Re: Does NB support collapsing regions of Java source code?

2018-01-25 Thread Henderson, Roy
Exactly what I am looking for Ivar – many thanks! From: Ivar Grimstad [mailto:ivar.grims...@gmail.com] Sent: 25 January 2018 10:23 To: Henderson, Roy Cc: users@netbeans.apache.org Subject: [EXTERNAL] Re: Does NB support collapsing regions of Java source code? Yes, you can do it like this: http

Re: Does NB support collapsing regions of Java source code?

2018-01-25 Thread Ivar Grimstad
ropriate action. If you have any concerns about this process, please > contact us at datapriv...@weatherford.com. > -- Java Champion, JCP EC/EG Member, EE4J PMC, JUG Leader

Re: built nb from git, no java web plugin?

2018-01-11 Thread Mark Wade
/NETBEANS/summary Cheers, Antonio On 11/01/18 21:27, Geertjan Wielenga wrote: Yes, the 2nd donation hasn’t been done yet. Apache NetBeans is only a Java SE IDE right now. Java Web, JavaScript, PHP, and more are still being donated. Gj Sent from my iPhone On 11 Jan 2018, at 21:18, Mark Wade <ma

Re: built nb from git, no java web plugin?

2018-01-11 Thread Antonio
a Java SE IDE right now. Java Web, JavaScript, PHP, and more are still being donated. Gj Sent from my iPhone On 11 Jan 2018, at 21:18, Mark Wade <markw...@optonline.net> wrote: Hey Everyone, First, I haven't been doing much in the way of programming lately but I wanted to check out

Re: built nb from git, no java web plugin?

2018-01-11 Thread Geertjan Wielenga
been done yet. Apache NetBeans is only a Java > SE IDE right now. Java Web, JavaScript, PHP, and more are still being > donated. > > Gj > > Sent from my iPhone > > > On 11 Jan 2018, at 21:18, Mark Wade <markw...@optonline.net> wrote: > > > > Hey Everyon

built nb from git, no java web plugin?

2018-01-11 Thread Mark Wade
for Java EE or web development. About shows: Product Version: Apache NetBeans IDE Dev (Build 20180111-unknown-revn) Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11 Runtime: Java(TM) SE Runtime Environment 9.0.1+11 System: Linux version 3.13.0-139-generic running on amd64; UTF-8; en_US (nb

Re: OutOfMemoryError: Java heap space

2018-01-11 Thread Gabriele Brosulo
Hi Emi, Response inline: Il giorno mer, 10/01/2018 alle 13.51 -0500, Emilian Bold ha scritto: > Maybe I missed it but are you using Oracle NetBeans, Apache NetBeans or > Debian NetBeans (because Debian also builds their own). I'm using Oracle NetBeans v.8.2, the one downloaded from

Re: Interface implementations not shown in editor when using Java 9 modules

2018-01-10 Thread Thomas Kellerer
Thomas Kellerer schrieb am 10.01.2018 um 12:42: > I have Maven project that uses Java 9 modules. > > It seems that NetBeans 9.0 (beta, from [1]) does not shown the icons > for "implementing classes" for an interface, if the interface (or the > implementing class?) is

Re: OutOfMemoryError: Java heap space

2018-01-08 Thread Oliver Rettig
etc/netbeans.conf > > > > > > > > default: -J-Xms32m > > > > > > > > to -j-xms500m > > > > > > > > Hope this helps > > > > Oliver > > > > > Hi all, > > > > > > I'm running Netbeans

OutOfMemoryError: Java heap space

2018-01-08 Thread Gabriele Brosulo
Hi all, I'm running Netbeans 8.2 on a Debian jessie box. Everytime I launch Netbeans i got the following error: "OutOfMemoryError: Java heap space". Everything seems working, but in one PHP project CTRL+Click, autocomplete and other useful things stopped working. I googled a lot, b

<    3   4   5   6   7   8