Hi,
I have installed apache-netbeans_23-1_all.deb.asc on my ubuntu 22.04. I can see
its icon. But when I am double clicking it, it does not execute. maybe its
looking for Java home path. Please guide me what version of jdk and jre should
i install on ubuntu 22.04.
Zulfi.
.
Met vriendelijke groet,Pieter van den Hombergh.
Kerboschstraat 125913 WH Venlo
On Sat, Nov 30, 2024 at 4:55 PM Zulfi Khan wrote:
Apache netbeans installation on Ubuntu 22.04:
I am trying toinstall latest version of apache netbeans. I downloaded the
Ubunntuversion from the link:
https
Apache netbeans installation on Ubuntu 22.04:
I am trying toinstall latest version of apache netbeans. I downloaded the
Ubunntuversion from the link:
https://www.apache.org/dyn/closer.lua/netbeans/netbeans-installers/23/apache-netbeans_23-1_all.deb#verify
The “Verify theintegrity of the
e your screenshot did not show your
Projects window, so I am not sure of the project on which you cannot run. In
the future, it helps if you let us know what version of Apache NetBeans you are
using, as well as some general information regarding your project.
Sincerely,
Sean Carrick
On Sun, Oct 27,
I am trying to runthe GUI program in Apache NetBeans IDE 23 but “Run File”
optionin RunMenu is not enabled. NetBeans is also doingbackgroundprocessing. I
have uploaded the image here:
https://ibb.co/MZ1Yxb3
The code of Jframeclass is given below:
packagecom.mycompany.projexceldb;
i
Hi,
MyJavascriptprogram is not giving any output. Similarly my Java programs are
notrunning. When I start Apache Netbeans, it gives me errors inresolving
project problems.
Ithappened when I tried to run an HTML5/JS project.
Itasks for installation of Node.js, but I have already install
Hi,
MyJava programs are not running. When I start Apache Netbeans, it givesme
errors in resolving project problems.
Ithappened when I tried to run an HTML5/JS project.
Itasks for installation of Node.js, but I have already installed NodeJs. Please
guide me.
Ihave attached the images.
Hi,
I have written thefollowing function:
private booleanjDelBtnActionPerformed(java.awt.event.ActionEvent evt) {
// TODO addyour handling code here:
JOptionPane.showMessageDialog(null, "Inside Delete Btn");
String str ="";
try{
str =jTF1.getText().trim();
}catch(java.lang.NumberFo
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
Compilation error:Email Validation program using Apache
classorg.apache.commons.validator.routines.EmailValidator
1packagecom.mycompany.validateemail4;
2//importorg.apache.commons.validator.EmailValidator;
3importjava.util.logging.Level;
4importjava.util.logging.Logger;
5//importorg.apac
d and answered...
Can you create and run a simple maven project using the new project dialog?
-ernie
On 24/03/11 9:58 PM, Zulfi Khan wrote:
Hi-Vic and other Users-Good Evening,
I am using English Netwbeans.
I can't find Maven on Tools/JavaPlatforms, the image attached.
Dear NetBeans Mailing List user,I am getting a invalidating email. I am using
an Apache email validation class. I have attached the tar file of my project.
Following is the error
Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile)
on project Va
Thursday, February 8, 2024 at 02:13:24 AM CST, Peter Hull
wrote:
Hi Zulfi,
On Thu, 8 Feb 2024 at 05:55, Zulfi Khan wrote:
> Sorry your suggestion did not work. I don't know why you told me to rename,
> this may disturb my internal links. I renamed it to ValidateName2 from "
Hi,
Following is my code:
/*
* Clicknbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txtto
change this license
* Clicknbfs://nbhost/SystemFileSystem/Templates/GUIForms/JFrame.java to
editthis template
*/
packagecom.mycompany.validatename;
importjava.util.logging.Level;
Hi,
I am trying to use the Apache email validator code.
I tried to use two import statements to import the apache email validator for
testingemail addresses but they are not working:
import org.apache.commons.validator.routines.EmailValidator;
https://stackoverflow.com/questions/624581/what-i
Hi,
Mysql driver erroron Apachi netbeans 18.0
Hi,
I am working onubuntu 18.04. mysql version is:
mysql Ver 14.14Distrib 5.7.42, for Linux (x86_64) using EditLine wrapper
I have written thefollowing code for connecting with database:
importjava.sql.Connection;
importjava.sql.DriverMana
Hi,
I copied text from my ANT project and pasted it on the same window but it does
not paste. I also tried to copy from text Editor and Libre Office Editor but
pasting is not working. I am working on Ubuntu 18.04. Somebody please guide me.
Zulfi.
Hi,
I am getting arun-time error in the following program,using Netbeans ID: 14,
ubuntu18.04:
/*
* Clicknbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txtto
change this license
*
Clicknbfs://nbhost/SystemFileSystem/Templates/Project/Maven2/JavaApp/src/main/java/${pa
Hi,
I have written the following code:
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt
to change this license
* Click
nbfs://nbhost/SystemFileSystem/Templates/Project/Maven2/JavaApp/src/main/java/${packagePath}/${mainClassName}.java
to edit this template
*/
How to createSampleDialog class derived from JDialog implemnting ActionListener
I want to create a JDialog derived class implementing ActionListener. The code
is given below:
class SampleDialog extends JDialog implements ActionListener{
JTextField tf1 = new JTextField(10);
SampleDia
Hi,I am doing model .clear but still, listbox holds duplicate entries. I have
problem in the function:
private void btnDispSavCurrActionPerformed(java.awt.event.ActionEvent evt)
Following is my JFrame derived class, Somebody please guide me.
Zulfi.
package com.mycompany.inher2rbuttarrlist2;
items every time when the display all accounts
buttons is pressed.A list has now problems containing duplicate accounts, so
expect no help from the list.You might want to update the model only when
needed, not on each display.
On Thu, Jan 13, 2022 at 3:33 AM Zulfi Khan wrote:
Hi,
I have
Hi,
I have written the following code:
private void savAccRBActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
if (btnCalInterest.setEnabled(true))
btnCalInterest.setEnabled(false);
I am getti
Hi,
I am able to run:FXMLJavaFXMaven Archetype and SimpleJavaFXMavenArchetype
provided byNatebeans 12.4. Now I created the application using following steps:
File-→NewProject-→Java with Maven and Java Application-→ProjectName(JavaFx2)
and thenI right clicked on javafx2 from the project
l
Hi,
I am trying to following the following tutorial at:Designing a Swing GUI in
NetBeans IDE
|
|
| |
Designing a Swing GUI in NetBeans IDE
Apache NetBeans
Designing a Swing GUI in NetBeans IDE - Apache NetBeans
|
|
|
To create a new ContactEditor application project:
-
Hi,I have netbeans 12.4 installed on my system. Somebody please guide me how to
install JavaFX on Netwbeans 12.4.
Zulfi.
i.
On Monday, June 28, 2021, 8:16:57 PM CDT, Zulfi Khan
wrote:
Hi,
I am working onNetbeans 12.4.
I have created theproject FibSeries2. When I am trying to run it by selecting
theproject name from the left pane and right clicking the mouse and
thenselecting “Run”, I am getting a small wi
t appears that you're missing the
import for the Sheet class. From the Source menu, you can use "Fix imports" to
add the needed import statement(s).
It's hard to tell if/where "workbook" is declared but it appears to be
undefined or out of scope.
On Mon, May 31, 2021
Hi,I have sent my question to apache poi list but no body is replying. Please
tell me the correct email address.
Zulfi.
On Sunday, May 16, 2021, 7:11:38 PM CDT, Andreas Reichel
wrote:
Hello Zulfi.
On Mon, 2021-05-17 at 00:06 +, Zulfi Khan wrote:
Sheet sheet = workbook.getSheetAt
Hi,
I am getting following message when I am compiling my program on NetBeans 12.3
on Ubuntu 18.04:
cd /home/zulfi/NetBeansProjects/GUI1;
JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
/snap/netbeans/45/netbeans/java/maven/bin/mvn "-Dexec.args=-classpath
%classpath com.mycompany.gui1.GuiMain"
-D
your project.
Em 17/04/2021 18:36, Zulfi Khan escreveu:
Hi, I am using Netbeans 12.3. I am trying to run an Excel sheet program, but
I am getting following errors:
-
com/mycompany/fileread_opcode/Main.java:[14,35] package
project.
Em 17/04/2021 18:36, Zulfi Khan escreveu:
Hi, I am using Netbeans 12.3. I am trying to run an Excel sheet program, but
I am getting following errors:
-
com/mycompany/fileread_opcode/Main.java:[14,35] package
Hi,I am using Netbeans 12.3. I am trying to run an Excel sheet program, but I
am getting following errors:
-
com/mycompany/fileread_opcode/Main.java:[14,35] package
org.apache.poi.ss.usermodel does not exist
com/mycompany/fileread_opcode
Hi,I am trying to run the following program:
ackage com.mycompany.fileWrite;
import java.io.File;
import java.io.FileWriter;
import java.io.BufferedWriter;
import java.io.IOException;
/**
*
* @author zulfi
*/
public class Main {
public static void main( String[] args ) {
try {
34 matches
Mail list logo