Jdk and Jre version for apache-netbeans_23-1_all.deb/apache-netbeans_23-1_all.deb.asc

2025-05-28 Thread Zulfi Khan
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.

Re: Apache Netbeans Installation on Ubuntu 22.04: Problem with verification of downloaded file

2024-11-30 Thread Zulfi Khan
. 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: Problem with verification of downloaded file

2024-11-30 Thread Zulfi Khan
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

Re: Run File option not enable in Run Menu

2024-10-28 Thread Zulfi Khan
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,

Can't run GUI Program in Apache Netbeans IDE 23- Run File option in Run Menu not enabled

2024-10-23 Thread Zulfi Khan
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

Javascript program not running, Netbeans gives error "Cant resolve Problems"

2024-10-12 Thread Zulfi Khan
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

Missing nodejs sources_npm must be selected_resolve project problems

2024-10-07 Thread Zulfi Khan
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.

NumberFormatException

2024-08-03 Thread Zulfi Khan
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

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

Compilation error: Email Validation program using Apache commons class org.apache.commons.validator.routines.EmailValidator

2024-03-27 Thread Zulfi Khan
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

Re: Run-Time Error: email Validation project still giving errors

2024-03-14 Thread Zulfi Khan
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.

Run-Time Error: email Validation project still giving errors

2024-02-26 Thread Zulfi Khan
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

Re: Can't open the project

2024-02-08 Thread Zulfi Khan
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 "

run-time errors in the email validation project using Apache Email Validation class

2024-01-26 Thread Zulfi Khan
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;

Apache email validator: import and usage problem

2024-01-15 Thread Zulfi Khan
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

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

2023-08-08 Thread Zulfi Khan
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

Can't paste on Apache NetBeans IDE 16

2023-01-09 Thread Zulfi Khan
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.

Run-time Error in array of Object program Netbeans IDE 14 Ubuntu 18.04

2022-07-01 Thread Zulfi Khan
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

BufferedReader and BufferedWriter : non-static variable cannot be accessed from the static context

2022-05-22 Thread Zulfi Khan
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 create JDialog derived class using Apache Netbeans ID 13

2022-03-18 Thread Zulfi Khan
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

Why model.clear not working?

2022-01-17 Thread Zulfi Khan
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;

Re: Duplicate Entry in the ListBox

2022-01-13 Thread Zulfi Khan
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

Toggle (i.e. activate/deactivate) a java swing button

2021-11-26 Thread Zulfi Khan
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

Errors with a new JavaFX project on Netbeans 12.4

2021-09-04 Thread Zulfi Khan
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

Java Swing Problem

2021-08-31 Thread Zulfi Khan
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: -

How to installAFX on Netbeans 12.4

2021-08-31 Thread Zulfi Khan
Hi,I have netbeans 12.4 installed on my system. Somebody please guide me how to install JavaFX on Netwbeans 12.4. Zulfi.

Re: No main classes found

2021-06-28 Thread Zulfi Khan
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

Re: Excel Sheet: Sheet problem

2021-06-06 Thread Zulfi Khan
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

Re: Excel Sheet: Sheet problem

2021-05-31 Thread Zulfi Khan
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

java.lang.NumberFormatException: For input string: ""

2021-05-03 Thread Zulfi Khan
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

Re: Getting error that 4 packages not install: how to install them

2021-04-18 Thread Zulfi Khan
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

Re: Getting error that 4 packages not install: how to install them

2021-04-18 Thread Zulfi Khan
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

Getting error that 4 packages not install: how to install them

2021-04-17 Thread Zulfi Khan
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

Java filing problem on Netbeans 12.2: File created but no data in it

2021-03-11 Thread Zulfi Khan
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 {