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
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
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
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
> >
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
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
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
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
Greetings!
Webswing from webswing.org could be what your are looking for.
Demo: http://jsqlformatter.manticore-projects.com/
Best and cheers
Andreas
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
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
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
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
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
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
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
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
development on Java, PostgreSQL, HTML and Jakarta EE is in
progress [ í ]
On Sun, 2 Feb 2025 at 15:44, Jonas Dampier wrote:
> Good evening,
>
> I am having trouble with NetBeans.
>
Aren't we all.
Good evening,
I am having trouble with NetBeans.
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 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
, 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
-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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 "
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
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
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!
&
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
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
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
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
.
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
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
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
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
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
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
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.
>
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
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
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
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
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
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
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
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
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
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
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
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".
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
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
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
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
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
* 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
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
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
: 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
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
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
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
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
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.
---
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
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
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
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
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
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 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
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
*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 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
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
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
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
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
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
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
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
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 - 100 of 847 matches
Mail list logo