Re: Creating a Client Webpage with embedded Java

2025-04-05 Thread Gheorghe TUDOSE
Hi, You mean with applets (which to my knowledge have long been deprecated) or more up to date solutions, like cheerpj / teavm? Regards În mar., 1 apr. 2025 la 23:36, slipbits a scris: > Just started learning how to create Web page with embedded Java using > the Java Tutorials. The tut

Re: Creating a Client Webpage with embedded Java

2025-04-05 Thread Thomas Wolf
I should have added that JSP (Java Server Pages) also aren't in vogue anymore. These days, a typical web application will have the browser-/client-side written in HTML/CCS/Javascript (or a Javascript-based framework that uses those) and a web server component (e.g. written in Java or wha

Re: Creating a Client Webpage with embedded Java

2025-04-05 Thread Andreas Reichel
On Wed, 2025-04-02 at 18:38 -0400, Rick wrote: > That's very cool technology (I have a commercial swing app that I'm > in the process of converting to a web app) - but it's not open > source.  Reading their web site seems you need permission to use it > for both commercial and non-commercial purpos

Re: Creating a Client Webpage with embedded Java

2025-04-05 Thread Carl Mosca
mponents that are not Open Source, but it will > take you a long time to advance to a level, where you need them. > > > I don't know how to do any of this! I'm an algorithm guy and have > > (professionally) spent almost zero time on any UI work. What I have so > >

Re: Creating a Client Webpage with embedded Java

2025-04-04 Thread Thomas Wolf
I think you're a bit confused. There's no such thing as a web page with embedded java. Perhaps you're talking about Java Server Pages (JSP) - with that technology, you can create text files that contain HTML (and maybe Javascript) and Java code to provide the dynamic conten

Re: Creating a Client Webpage with embedded Java

2025-04-04 Thread Rick
Try vaadin. It won't let you down. On Wed, Apr 2, 2025 at 11:31 AM Thomas Wolf wrote: > That's very cool technology (I have a commercial swing app that I'm in the > process of converting to a web app) - but it's not open source. Reading > their web site seems you need permission to use it for b

Re: Creating a Client Webpage with embedded Java

2025-04-03 Thread Rick
nt almost zero time on any UI work. What I have so > > far heard is that this is something well suited to a client server > > interaction. But I would like to download all the products in the client. > > If you don't know Java well, I would not recommend Vaadin. It's for

Re: Creating a Client Webpage with embedded Java

2025-04-03 Thread Ulrich Mayring
his is something well suited to a client server interaction. But I would like to download all the products in the client. If you don't know Java well, I would not recommend Vaadin. It's for developers, who are well-versed in Java, but not so much in client-side UI technologies. Vaadi

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread Andreas Reichel
Greetings! Webswing from webswing.org could be what your are looking for. Demo: http://jsqlformatter.manticore-projects.com/ Best and cheers Andreas

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread slipbits
to investments, not a salary. So, for me, its' out. The other support products mentioned in this thread I haven't got to yet, but will. Let me tell you about one of the projects, so you get some sort of idea of the intent. I built a copy of a (really) old list/graph processor in C, t

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread Thomas Wolf
That's very cool technology (I have a commercial swing app that I'm in the process of converting to a web app) - but it's not open source. Reading their web site seems you need permission to use it for both commercial and non-commercial purposes. tom > On Apr 2, 2025, at 10:11 AM, Andreas Rei

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread Gheorghe TUDOSE
ow that works out. > > art > > On 4/2/2025 6:30 AM, Thomas Wolf wrote: > > I think you're a bit confused. There's no such thing as a web page with > embedded java. Perhaps you're talking about Java Server Pages (JSP) - with > that technology, you can create te

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread slipbits
homas Wolf wrote: I think you're a bit confused. There's no such thing as a web page with embedded java. Perhaps you're talking about Java Server Pages (JSP) - with that technology, you can create text files that contain HTML (and maybe Javascript) and Java code to provide the

Creating a Client Webpage with embedded Java

2025-04-01 Thread slipbits
Just started learning how to create Web page with embedded Java using the Java Tutorials. The tutorials are geared to a client/server interface. I am interested in performing all activities at the client side. The objective is to include a Java program within a Web page, and to provide an

Re: Java 8 -> Java 21 supported by Netbeans

2025-03-13 Thread Claus Lüthje
Hi MaciejIt‘s hard to understand, that there is no tool support for Java migration.Much of the needed information seems to be in Maven POMs, so at least a template could be generated by NetBeans.Kind regardsClausAm 13.03.2025 um 12:18 schrieb Maciej Jaros : This will be a time

Re: Java 8 -> Java 21 supported by Netbeans

2025-03-13 Thread Maciej Jaros
teria APIs. Unfortunately, *Spring 5 already has security bugs* (CVE) and will /not/ receive free updates, so the upgrade from javax to jakarta is inevitable. Good luck, Maciej Nux Claus Lüthje (2025-03-13 10:47): Hi I have a Maven-based client/server application, which is written in Java 8. The

Java 8 -> Java 21 supported by Netbeans

2025-03-13 Thread Claus Lüthje
Hi I have a Maven-based client/server application, which is written in Java 8. The client is using JavaFX and communicating with the server using REST calls. I need to update to a current Java release. I use NetBeans since Version 7 for different employers. How can NetBeans help here? Thanks for

JSP - java and output

2025-02-21 Thread Arbol One
development on Java, PostgreSQL, HTML and Jakarta EE is in progress [ í ]

Re: [Java, Windows 11] Issues with NetBeans.

2025-02-01 Thread Owen Thomas
On Sun, 2 Feb 2025 at 15:44, Jonas Dampier wrote: > Good evening, > > I am having trouble with NetBeans. > Aren't we all.

[Java, Windows 11] Issues with NetBeans.

2025-02-01 Thread Jonas Dampier
Good evening, I am having trouble with NetBeans.

Re: NB accessing the wrong java file

2025-01-14 Thread slipbits
Please ignore the (below) post. False alarm. Operator error. thanks On 1/13/2025 4:42 PM, slipbits wrote: NB 23 Win10-64 I have two computers that I develop on, and transfer modifications between them using a flash drive. I just did development on one computer (X), and transferred the data o

NB accessing the wrong java file

2025-01-13 Thread slipbits
NB 23 Win10-64 I have two computers that I develop on, and transfer modifications between them using a flash drive. I just did development on one computer (X), and transferred the data onto the other machine (Y), and this is what I see. o    The files were transferred successfully between X

Forcing a specific named java source file to be used when using the shortcut Ctrl-F6 to execute a specific test class

2024-12-16 Thread John Barrow
, I end up being focussed on another source tab (e.g a java class file where I made the correction). In order to re-run the test, I have to first focus back to the tab containing the test defined above before I can use Ctrl-F6 I have discovered that I could make sure that if the test file has the

Re: Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-10-23 Thread Oliver Rettig
-plugin-portal. best regards Oliver > Hi, > @Eric thanks for your hints. It helps me to found the needed maven archetype > > I have found in the IDE the way to create a new Netbeans-maven-based-Projekt > based on maven-archetypes > > New Project...-->Java with Maven-->P

Re: Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-10-23 Thread Oliver Rettig
Hi, @Eric thanks for your hints. It helps me to found the needed maven archetype I have found in the IDE the way to create a new Netbeans-maven-based-Projekt based on maven-archetypes New Project...-->Java with Maven-->Project from Archetype-->nbm-suite-root The created Project allo

RE: Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-09-11 Thread Eric Barboni
File-->New Project-->Java with Maven-->Netbeans Module Suite Maybe https://github.com/apache/netbeans-mavenutils-archetype-nbm-suite-root/tree/ master can help. But how to use it? best regards Oliver > Hi, > > I am missing the menus entry > > Missing File-->New Proj

[Java] Netbeans 22, Jmh 1.37, Java Ant modular project

2024-09-03 Thread waqas azmat
Dear reader, I am having a difficulty running Jmh in my modular ant project. Following is my environment, Netbeans 22, Jmh 1.37, Jdk 22 I have tried all options and searched the internet extensively but to no avail. I tried setting the compiler options as -proc:none,-proc:full. Enabled and di

Re: Java Netbeans 22: How to change the type of Event Handler

2024-08-03 Thread Zulfi Khan
Hi, I solved this problem by loading the java file on notepad and then editing it. Thanks. Zulfi. On Saturday, August 3, 2024 at 12:06:27 PM CDT, Zulfi Khan wrote: How to change thetype of the Event Handler? I have a handlerassociated with a button for example DELETE as shown in

Re: Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-07-25 Thread Oliver Rettig
Maybe https://github.com/apache/netbeans-mavenutils-archetype-nbm-suite-root/tree/ master can help. But how to use it? best regards Oliver > Hi, > > I am missing the menus entry > > Missing File-->New Project-->Java with Maven-->Netbeans Module Suite > > to create

Missing the menu entry File-->New Project-->Java with Maven-->Netbeans Module Suite

2024-07-25 Thread Oliver Rettig
Hi, I am missing the menus entry Missing File-->New Project-->Java with Maven-->Netbeans Module Suite to create a maven based Netbeans Module Suite. The corresponding menu entry is available for ant based modules. I want to create a plugin for the Netbeans IDE which is based o

Re: Java Call Hierarchy Bug?

2024-06-19 Thread Mitch Claborn
Any further feedback on this? Mitch On 6/14/24 12:30, Mitch Claborn wrote: See attached zip file with minimal source and a screen shot of what I see in the Java Call Hierarchy output. I contend that test1()::Test1 should not appear in the output, because it is not a caller of getFullSku

Re: Java Call Hierarchy Bug?

2024-06-14 Thread Mitch Claborn
See attached zip file with minimal source and a screen shot of what I see in the Java Call Hierarchy output. I contend that test1()::Test1 should not appear in the output, because it is not a caller of getFullSku()::OrderDetail which is stated (or at least strongly implied) in the hierarchy

Re: Java Call Hierarchy Bug?

2024-06-14 Thread Pieter van den Hombergh
e a bug. Do you agree? Want to confirm > before I file a bug report. > > Class OrderDetailBase defines method: public String getSku(). I am doing > a Java Call Hierarchy on this method. > > Class OrderDetail is a subclass of OrderDetailBase and defines this > method that calls

Java Call Hierarchy Bug?

2024-06-14 Thread Mitch Claborn
See details below. This seems like a bug. Do you agree? Want to confirm before I file a bug report. Class OrderDetailBase defines method: public String getSku(). I am doing a Java Call Hierarchy on this method. Class OrderDetail is a subclass of OrderDetailBase and defines this method that

Glassfish Java DB

2024-04-18 Thread Tom
I am trying to start Java DB from Glassfish 7.0.14, but it hangs, nothing happens. Has somebody got it working? - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h

Re: Can;t link src/test/java to package being tested.

2024-04-03 Thread slipbits
me a lot of time. thanks The run output dialog is below. JPDA Listening Start... JPDA Address: 127.0.0.1:52253 Port:52253 cd D:\home\skidmarks\Projects\Unique\Project\slip; "JAVA_HOME=C:\\Program Files\\Java\\jdk-17.0.1" cmd /c "\"C:\\Program Files\\NetBeans\\NetBea

Re: Can;t link src/test/java to package being tested.

2024-04-02 Thread Michael Bien
I'm reading the Maven document to find out how changing effects the folder architecture but a little word of wisdom would save me a lot of time. thanks The run output dialog is below. JPDA Listening Start... JPDA Address: 127.0.0.1:52253 Port:52253 cd D:\home\skidmarks\Projects\Uniqu

Re: Can;t link src/test/java to package being tested.

2024-04-02 Thread slipbits
s: 127.0.0.1:52253 Port:52253 cd D:\home\skidmarks\Projects\Unique\Project\slip; "JAVA_HOME=C:\\Program Files\\Java\\jdk-17.0.1" cmd /c "\"C:\\Program Files\\NetBeans\\NetBeans-20\\netbeans\\java\\maven\\bin\\mvn.cmd\" -Dexec.vmArgs=-agentlib:jdwp=transport=dt_socke

Re: Can;t link src/test/java to package being tested.

2024-04-02 Thread Tamás Cservenák
Howdy, src/main/java and src/test/java is the maven standard... T On Tue, Apr 2, 2024, 19:46 slipbits wrote: > I know this is a dumb question but I'm stumped. I created a new project > and NB created src/main and src/test subdirectories. When I created my test > code in s

Can;t link src/test/java to package being tested.

2024-04-02 Thread slipbits
I know this is a dumb question but I'm stumped. I created a new project and NB created src/main and src/test subdirectories. When I created my test code in src/test/... NB recognized the main package and I could link to it i n the editor and run compiles. But when I try to execute in in the deb

Java Import NetBeans 21

2024-03-22 Thread Chris Luff
Hey, as of NetBeans 21 I have some Java classes that hitherto have been fine on using the “Fix All Imports” command SHIFT+COMMAND+I now always wanting to import “com.google<http://com.google>.protobuf.JavaFeaturesProto.java”. Any idea on why this might be? The project is maven 3.8.8, J

How to activate "Java Web and EE" plugin ?

2024-03-08 Thread Klerman
Hello again, I'm trying to activate the Java Web and EE plugin in NetBeans 21. I have activated the "HTML5", "PHP", and "Base IDE", but the button "Activate" for the "Java Web and EE" plugin is disabled. I'm working with the "

No new project from "Java Project from existing Sources"

2024-03-07 Thread Ulf Zibis
Hi, I have old java sources, which I want to work on with NetBeans 21. Location of the existing sources is: ~/Projects/Palm/NetbeansProjects/DesktopFiles_src/ Location for the new project is: ~/Projects/Palm/NetbeansProjects/DesktopFiles/ So these are separate paths, but I get: ! Project

No new project from "Java Project from existing Sources"

2024-03-01 Thread Ulf Zibis
Hi, I have old java sources, which I want to work on with NetBeans 21. Location of the existing sources is: ~/Projects/Palm/NetbeansProjects/DesktopFiles_src/ Location for the new project is: ~/Projects/Palm/NetbeansProjects/DesktopFiles/ So these are separate paths, but I get: ! Project

Re: Netbeans 21 always showing wrong Java dependency for Maven project

2024-02-28 Thread Francesco Chicchiriccò
Hi Michael, thanks for your answer. On 2024/02/28 14:40:34 Michael Bien wrote: > Hi, > > On 28.02.24 11:23, Francesco Chicchiriccò wrote: > > Hi there, > > I am using Netbeans since 6.0 and still enjoying it as main > > development platform for Java: nice job! &

Re: Netbeans 21 always showing wrong Java dependency for Maven project

2024-02-28 Thread Michael Bien
Hi, On 28.02.24 11:23, Francesco Chicchiriccò wrote: Hi there, I am using Netbeans since 6.0 and still enjoying it as main development platform for Java: nice job! I am experiencing an annoying behavior with Maven projects: even though JDK 21 is correctly reported under project properties

Netbeans 21 always showing wrong Java dependency for Maven project

2024-02-28 Thread Francesco Chicchiriccò
Hi there, I am using Netbeans since 6.0 and still enjoying it as main development platform for Java: nice job! I am experiencing an annoying behavior with Maven projects: even though JDK 21 is correctly reported under project properties -> sources -> source/binary format and also under

Re: Java DB

2024-02-07 Thread Vic Ricker
You can probably install the Derby drivers from here: https://db.apache.org/derby/derby_downloads.html On 2/3/24 12:34, Tom wrote: Hi, I am trying to connec to the Glassfish Java DB sample database. I am getting this error message: Unable to connect. Connection failed: Unable to find a

Java DB

2024-02-03 Thread Tom
Hi, I am trying to connec to the Glassfish Java DB sample database. I am getting this error message: Unable to connect. Connection failed: Unable to find a suitable driver (jdbc:derby:/localhost:1527/sample using org.apache.derby.jdbc.ClientDriver). How can I fix that? I have tried different

Re: Apache NetBeans 20 released - Java Versions

2023-12-21 Thread Eric Bresie
. Believe this is the version NB is running on (which should at minimum be compatible with version that NB was built with). Not to be confused with the Project Java property in use or the available installed Java Platforms. As I recall, Java 8 was the last non-openjdk release by Oracle after which

Re: Apache NetBeans 20 released - Java Versions

2023-12-21 Thread Michael Bien
ed it and it is going to use the default JDK as fallback. The "default JDK" is the JDK NetBeans is running on. You can select the JDK in the project properties window (right click on project -> properties). Registering new JDKs would be via tools -> java platforms as previously

Re: Apache NetBeans 20 released - Java Versions

2023-12-21 Thread Judi Rastall
ien wrote: On 20.12.23 01:30, Judi Rastall wrote: If I may introduce myself: I am a hobbyist. I am teaching myself Java through reading books and other online sources... cool! This is probably one of the best ways how to get into programming. Find something you want to write and then try

Re: Apache NetBeans 20 released - Java Versions

2023-12-20 Thread Michael Bien
On 20.12.23 01:30, Judi Rastall wrote: If I may introduce myself: I am a hobbyist. I am teaching myself Java through reading books and other online sources... cool! This is probably one of the best ways how to get into programming. Find something you want to write and then try to get there

Re: Apache NetBeans 20 released - Java Versions

2023-12-19 Thread Judi Rastall
that earlier. If I may introduce myself: I am a hobbyist. I am teaching myself Java through reading books and other online sources (some of which are more help than others) and feel I'm making good progress. So I guess I fall half way between an end-user and a developer. I have in

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-05 Thread Andreas Reichel
ilt), but I may yet turn back > to Ant.  definitely a good choice and I would be the last one trying to evangelise you. > > I think Gradle is making things too complicated for Java users. Bad. Although this is where is disagree strongly: One of the beauties of Gradle is its ability to i

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-05 Thread Owen Thomas
uild but these don't seem to have a material influence on what is being built), but I may yet turn back to Ant. Although in a future time I may, I currently use no third party libraries. I think Gradle is making things too complicated for Java users. Bad. >

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-05 Thread Michael Bien
guage, languages which are implemented on top of java (its more complicated but this is the simple version). They will always lack a bit behind in supporting the latest java version. Gradle has to wait for all dependencies to be ready before it can claim in a release that it supports Java X. The

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-05 Thread Andreas Reichel
Owen, from what I understand, Gradle solves 2 different tasks: 1) dependency resolution (including the understanding, what Class format the artifact is providing) 2) compiling and packaging based on the built classpath For 2), any Gradle will do. But for 1) Gradle needs to understand the particu

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-05 Thread Owen Thomas
Thanks for that; Maybe I'm not keeping enough attention to what is going on here to really make a constructive comment, butI was looking more for justification of the existence of this "compatibility matrix" and Gradle's future intentions in supporting Java. This matrix is j

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-05 Thread Bernd Michaely
https://docs.gradle.org/current/userguide/compatibility.html On 04.12.23 01:24, Owen Thomas wrote: Is there a page I can read that outlines how Gradle will work with Java in the future? This stuff is giving me a headache. OpenPGP_signature.asc Description: OpenPGP digital signature

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-04 Thread Laszlo Kishalmi
Indeed you are right! It seems the bootclasspath is set to the runtime classpath, that means the Java 21 syntax elements would be available in the editor, but the new API won't. Oh, so many things to do... On 12/4/23 16:41, Ernie Rael wrote: Thanks for the discussion Laszlo, After re

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-04 Thread Ernie Rael
emember https://github.com/apache/netbeans/pull/4711 which fixed this value for gradle because "This information is used by editor/hints.", but things evolve). And when I change gradleproject1 > properties > Build > GradleExecution > Java Runtime to JDK 21, the edito

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-03 Thread Laszlo Kishalmi
Well, the rapid changes of Java put pressure on the tool platforms, and JVM based languages. That makes our life more difficult. As of NetBeans, it was quite a fight to move away from Java 8 as a runtime platform. That does not mean that  NetBeans does not support Java 8 any more, rather

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-03 Thread Michael Bien
gradle 8.4 release notes:  > Java 21 is now supported for compiling, testing, and running such projects. gradle 8.5 release notes:  > Gradle now supports running on Java 21. (I fell for it too the first time I read it, Gradle 8.4 can not run on Java 21) -mbien On 04.12.23

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-03 Thread Ernie Rael
On 23/12/03 3:51 PM, Laszlo Kishalmi wrote: Well, unfortunately gradle init only supports java version specification since Gradle 8.5 NB20 is bundled with Gradle 8.4. The gradle 8.4 release notes say "Java 21 is now supported" if that matters. There is a bit workaround nee

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-03 Thread Owen Thomas
What's going on with Java and Gradle? Would I be right in supposing that it would be simpler just to go back to Ant? Is there a page I can read that outlines how Gradle will work with Java in the future? This stuff is giving me a headache. On Mon, 4 Dec 2023 at 10:51, Laszlo Kishalmi

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-03 Thread Laszlo Kishalmi
Well, unfortunately gradle init only supports java version specification since Gradle 8.5 NB20 is bundled with Gradle 8.4. There is a bit workaround needed to run Java 21 projects with Gradle. Set the Java Runtime version for Gradle in Tools > Options > Java > Gradle to Java 20

Java version: 21 ... not supported by Gradle 8.5

2023-12-03 Thread Ernie Rael
Running NB-20, jdk21. The goal is to play with some JDK-21 APIs... Creating a project using NB's "New Project > Java with Gradle". I can build and run the default "Library" and test. But there's the warning icon and "Resolve Project Problems".

Java Wrapper around the fast FPNG encoder, AVX/SSE optimised

2023-11-24 Thread Andreas Reichel
Greetings. Please allow me to apologise for hijacking this list: I assume there are a lots of Java interested people gathered here. We wrapped the SSE/AVX optimised PNG encoders into a Java library. The results look promising: 27x faster than ImageIO and still 11x faster than Java PNG Encoder

Re: [EXTERNAL] Re: Converting Java 8 to 17+, conflicts with modules

2023-11-11 Thread John Manko
John Manko ; users@netbeans.apache.org Subject: [EXTERNAL] Re: Converting Java 8 to 17+, conflicts with modules CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. >From my experie

Re: Converting Java 8 to 17+, conflicts with modules

2023-11-11 Thread Stephen G. Parry
at a time. Some of your dependencies may fail to load because they are not fully modular yet. Your options then are: a) make your application non-modular, for now. This still works for most things apart from Java FX. Doing non-modular FX is like urinating into a stiff breeze. b) use

Re: Converting Java 8 to 17+, conflicts with modules

2023-11-11 Thread Bradley Willcott
assist, or someone can answer a quick question. I'm in the middle of converting Java 8 project to Java 17/21 (A little late in the game, I know!  I'm beholden to other forces beyond my control.), and I have a library module with a module-info like such: module com.my.lib

Converting Java 8 to 17+, conflicts with modules

2023-11-10 Thread John Manko
This might not be a purely Netbeans issue, but maybe NB has some tooling to assist, or someone can answer a quick question. I'm in the middle of converting Java 8 project to Java 17/21 (A little late in the game, I know! I'm beholden to other forces beyond my control.), and I have

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

2023-10-04 Thread Richard Grin
* Java project in NetBeans? ... I use Maven to build the project. Incidentally, to do this with Maven projects, use the project properties. Under Actions, choose eg. `Run project` or `Run file via main()`. Use the Add button under Set Properties and choose New Environment Variable. This will add

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

2023-10-04 Thread Nelligan, Steven M
I use keepass and the command line interface to access passwords through java. Keepass would require a password and I also use a Key File(stored on a server), and by isolate this password in one class, you should be able to limit access to this one source. Steven M Nelligan From: Laszlo

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

2023-10-04 Thread Neil C Smith
On Wed, 4 Oct 2023 at 10:16, Richard Grin wrote: > Is it possible to add an environment variable for *only one* Java > project in NetBeans? ... > I use Maven to build the project. Incidentally, to do this with Maven projects, use the project properties. Under Actions, choose eg. `Ru

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

2023-10-04 Thread Laszlo Kishalmi
: it could be, for example, a password of a user of a database, put in a Java variable or used in an annotation, or a secret key for an API. Any way of hiding the secret value in the  source code would be appropriate., using Maven or nor. Envoyé depuis mon appareil Galaxy Message

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

2023-10-04 Thread Richard Grin
I answer your question: it could be, for example, a password of a user of a database, put in a Java variable or used in an annotation, or a secret key for an API. Any way of hiding the secret value in the source code would be appropriate., using Maven or nor. Envoyé depuis mon appareil

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

2023-10-04 Thread Alonso Del Arte
e for Maven's use? Al On Wed, Oct 4, 2023 at 5:16 AM Richard Grin wrote: > 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 cumberso

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: Java Swing Support

2023-08-24 Thread Neil C Smith
On Thu, 24 Aug 2023 at 06:20, Thomas Kellerer wrote: > Didn't NetBeans drop support for one specific Swing framework? > > I think the "Java Swing" project template used that framework, but I can't > remember the name. There used to be support for Swing Applicat

Re: Java Swing Support

2023-08-23 Thread Thomas Kellerer
ame and description on the > template you think is missing? And from what version? > Didn't NetBeans drop support for one specific Swing framework? I think the "Java Swing" project template used that framework, but I can't remember the name. ---

Re: Java Swing Support

2023-08-23 Thread Neil C Smith
On Wed, 23 Aug 2023, 14:15 Plaza, Rob (JSC-CD111)[KBR Wyle Services, LLC], wrote: > My organization uses Netbeans 11.2. Recently we have noticed ... > Recently?! Why NetBeans 11.2? That's 4 years old and unsupported. There have been 14 releases since then! And another one in a week or so. No su

Re: Java Swing Support

2023-08-23 Thread Mithat Karaoglu
You can choose the 'Java Application' under the Projects. It is a Java SE application. java swing support is still there including JDK17. I have been using Netbeans since version 5, I always have switched to the next version. Right now, it is Netbeans 18. I did not have any issue usi

Java Swing Support

2023-08-23 Thread Plaza, Rob (JSC-CD111)[KBR Wyle Services, LLC]
My organization uses Netbeans 11.2. Recently we have noticed that the NetBeans "New Project" window no longer has an option to create a new Java Swing project. Is Netbeans dropping support for Swing? Please tell me what is happening and what will happen going forward to newer v

NB-18 with Java 20.x

2023-07-29 Thread Arbol One
Just before I go ahead I'd like to ask if NB-18 is compatible with Java-20.x? Thanks folks! -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations. ArbolOne on Java Development

Re: java Netbeans 18 Test compile all JSP during build with jakarta namespace

2023-07-27 Thread Stefan Geelen
Just for completeness, this is the errormesg: error: incompatible types: javax.servlet.http.HttpServletRequest cannot be converted to jakarta.servlet.http.HttpServletRequest On Thu, 27 Jul 2023 at 20:00, Stefan Geelen wrote: > HI, > > I have a project I converted from javax.* to jakarta.* name

java Netbeans 18 Test compile all JSP during build with jakarta namespace

2023-07-27 Thread Stefan Geelen
HI, I have a project I converted from javax.* to jakarta.* namespace where needed. At that time I was using Netbeans16 It was not possible to compile the jsp file (Test compile all JSP during build) I recently switched to NetBeans 18 but still cannot compile there JSPs. Is this not possible or d

[ java ] Help needed: Netbeans Plattform Application (RELEASE150) with JavaHelp not working

2023-03-16 Thread Melvin Wulle
Java 17 and can be found under: https://github.com/mwulle/rcp-javahelp-example. I've used these sources trying to get it working: - http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-javahelp/org/netbeans/api/javahelp/doc-files/help-guide.html - https://netbeans.apache.org

RE: ENC: [Java] - Não dá opção de executar o programa no NetBeans

2023-03-09 Thread Clayton Calixto
março de 2023 16:01 Para: users@netbeans.apache.org Assunto: Re: ENC: [Java] - Não dá opção de executar o programa no NetBeans I had many problems with NetBeans and Gradle before NetBeans 16u1 Please try to upgrade your NetBeans version (e.g. to the current version 17) and try again. Clayton

Re: ENC: [Java] - Não dá opção de executar o programa no NetBeans

2023-03-09 Thread Thomas Kellerer
*Enviado:* quinta-feira, 9 de março de 2023 15:03 *Para:* users-subscr...@netbeans.apache.org *Assunto:* ENC: [Java] - Não dá opção de executar o programa no NetBeans

ENC: [Java] - Não dá opção de executar o programa no NetBeans

2023-03-09 Thread Clayton Calixto
De: Clayton Calixto Enviado: quinta-feira, 9 de março de 2023 15:03 Para: users-subscr...@netbeans.apache.org Assunto: ENC: [Java] - Não dá opção de executar o programa no NetBeans De: Clayton Calixto Enviado: quinta-feira, 9

Re: java enterprise

2023-03-04 Thread Josh Juneau
Hi Robert, Hope you are doing well. Can I ask which option you chose when you created the project? Did you choose New - > "Java with Maven" -> "Web Application", or did you choose New -> "Java with Maven" -> "Enterprise Application"? I do

java enterprise

2023-03-03 Thread egrsimons
Hello, I try to develop an java enterprise web program with netbeans 17, glassfish 7 and maven. First, I've to update manually < org.apache.maven.plugins /maven war plugin > to 3.3.2 and < maven-dependency-plugin > to 3.5.0 in pom.xml because the project can't build

Re: Easier way to change Java platform for all modules of a Gradle project

2023-02-27 Thread Thomas Kellerer
Thomas Kellerer schrieb am 27.02.2023 um 08:38: > Hello, > > we have a Gradle project with about 40sub-projects. > > I am running NetBeans on Java 17, but the project still uses Java 11. > > However, it does not seem to be enough to switch the JDK on the main Gradle > pro

Easier way to change Java platform for all modules of a Gradle project

2023-02-26 Thread Thomas Kellerer
Hello, we have a Gradle project with about 40sub-projects. I am running NetBeans on Java 17, but the project still uses Java 11. However, it does not seem to be enough to switch the JDK on the main Gradle project. I need to change the JDK for each sub-project individually (using the project&#

Re: A plain Java module shared between multiple Netbeans modules

2023-02-01 Thread Neil C Smith
On Wed, 1 Feb 2023 at 10:36, Admin Netcrystals wrote: > I use Maven. Does this make a difference? Only that the way to do it might be a little different to that mentioned on those pages. > Honestly speaking wrapping each plan Java module is quite a lit if work and > putting them a

Re: A plain Java module shared between multiple Netbeans modules

2023-02-01 Thread Admin Netcrystals
I use Maven. Does this make a difference?Honestly speaking wrapping each plan Java  module is quite a lit if work and putting them all in one wrapper module is also not a good idea (I have 40 of them).However, I understand that Netbeans has to track the dependencies so I

Re: A plain Java module shared between multiple Netbeans modules

2023-01-31 Thread Neil C Smith
On Tue, 31 Jan 2023 at 15:53, Admin Netcrystals wrote: > I have got a question regarding modules in Rich Client Platform. > > I have got some plain Java modules. They are not related to Netbeans in any > way. They are general libraries. Lets call them A, B and C. > > Now, I

A plain Java module shared between multiple Netbeans modules

2023-01-31 Thread Admin Netcrystals
Hello,I have got a question regarding modules in Rich Client Platform.I have got some plain Java modules. They are not related to Netbeans in any way. They are general libraries. Lets call them A, B and C.Now, I program a Netbeans program having two Netbeans Modules, lets

  1   2   3   4   5   6   7   8   9   >