First of all thank you so much it help me I have questions please when i find an error par exemple like you did in « extende JFrame > u find the import but it didn’t show import in my program ?? How i do it to made it show ?
Without seeing the code and the errors, I cannot help you so much. I think that you did not write the code correctly (may be you inversed letters, you have missing letters or did not respect case sensitivity) or your JDK is not installed correctly.
Hi man. I have java 17 but when I'm trying to download netbeans it's always says "The specified JDK folder contains JDK version 2724.0.0 while the maximum is 500.0.0". What should I do ?
Java: public static void main(String args[]) { int arr[] = {500, 3, 23, 4, 21, 100, 400}; int temp = 0;
System.out.println("Original Array"); for (int x=0; x < arr.length; x++) { System.out.print(arr[x] + " "); //System.out.println(x); }
//Sort the array in ascending order for (int i = 0; i < arr.length; i++) { for (int j = i + 1; j < arr.length; j++) { if(arr[i] > arr[j]) { temp = arr[i]; arr[i] = arr[j]; arr[j] = temp; } } }
System.out.println();
//Displaying elements of array after sorting System.out.println("Elements of array sorted in ascending order: "); for (int i = 0; i < arr.length; i++) { System.out.print(arr[i] + " "); }
The activate option takes between 10 sec to 10 minutes (depending on your connection speed) to appear. my email is boostmytool@gmail.com but I am too busy today. If you have problems, you can contact me tomorrow. If you are using nb12.5 you can use any jdk. if you are using nb12.4 you should used jdk 15 or lower. if you are using nb12.3 you should use jdk 14 or lower.
@@BoostMyTool ok i have created a simple project by using ant and whenever i am making any changes in file after saving it.it is not automatically compiling reapetedly i have to build and clean the project then only changes are appearing what to do to avoid this process
@@shubhamscreation9154 this may occur when you use an old verison of netbeans (e.g. nb12.0) with a new verison of Java (e.g. java 17). Try to use the latest verison of netbeans (12.6) and your problem should be fixed. If not, you may need to re-install your java jdk
Messed up a couple of times and had to restart, but then finally got it. Thanks.
Very nice project but do wish you could have explained a little bit more but was very clear and with common sense and logic I figured it out.
Very well done! Clear, concise and complete.
Thank U so muuuuuuuch I see different vedios but u are only help me, Jazaka allah khayran
You're welcome
Excellent Very Easy to understand and practice.Please upload another video to continue the coding
pure, clean explenation. Thank you
Мужык. ты чудо! Bravo! Thank you sooooooooo much!
Thank you very much you really helped me a lot
Thanks you very much! Clear information
Excellent. thank you ! Excelente, Obrigado!!
It took me a little while but I did it! Great video.
why am i getting (x: " ") whenever i put an apostrophe? please help.
Very interesting
I've downloaded the netbeans and using it
I'm not getting the output.. it just shows
"run:
BUILD SUCCESSFUL (total time:0 seconds)"
maybe you are running the wrong class or you are not calling the right function
I'm having the same issue now and I need help
Amazing
First of all thank you so much it help me
I have questions please when i find an error par exemple like you did in « extende JFrame > u find the import but it didn’t show import in my program ?? How i do it to made it show ?
Ah don’t mind it working now thank you
@@lumu343 You're welcome
very understandable
sorry but when i writes a code they show me a wrong I don't know what problem can you help me plz
Without seeing the code and the errors, I cannot help you so much. I think that you did not write the code correctly (may be you inversed letters, you have missing letters or did not respect case sensitivity) or your JDK is not installed correctly.
@@BoostMyTool plz are you have a mail can massage you
@@معلوماتدوتكوم-خ2ت boostmytool@gmail.com
Can we use intelliJ instead of netbeans?
yes
Hi man. I have java 17 but when I'm trying to download netbeans it's always says "The specified JDK folder contains JDK version 2724.0.0 while the maximum is 500.0.0". What should I do ?
Unfortunately, I have no idea about this error
It doesn't work with Java 17, uninstall it then download Java 17.0.1, it will work now. Good luck!
I keep getting error messages like project folder already exist
Um obrigado aqui do Brasil 🇧🇷
You're welcome, I love Brasil
Java:
public static void main(String args[]) {
int arr[] = {500, 3, 23, 4, 21, 100, 400};
int temp = 0;
System.out.println("Original Array");
for (int x=0; x < arr.length; x++) {
System.out.print(arr[x] + " ");
//System.out.println(x);
}
//Sort the array in ascending order
for (int i = 0; i < arr.length; i++) {
for (int j = i + 1; j < arr.length; j++) {
if(arr[i] > arr[j]) {
temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
}
}
}
System.out.println();
//Displaying elements of array after sorting
System.out.println("Elements of array sorted in ascending order: ");
for (int i = 0; i < arr.length; i++) {
System.out.print(arr[i] + " ");
}
}
thank yuuuuuuuuu sooo much sir
Thank you so much sir
How to stop that downloading
Thank you very much
masha allah
bro thank you
please we are waiting the next lesson
You're welcome. The next lesson will be soon inchallah
thank you
Thank you 🙏
I dont get the activate option.
The activate option takes between 10 sec to 10 minutes (depending on your connection speed) to appear. my email is boostmytool@gmail.com but I am too busy today. If you have problems, you can contact me tomorrow. If you are using nb12.5 you can use any jdk. if you are using nb12.4 you should used jdk 15 or lower. if you are using nb12.3 you should use jdk 14 or lower.
Thanks
tounsiii ?
i keep on getting errors
thankuu
What you see is what you get
What is ant
a software that will build your java application (you don't need to call javac with your self because ant will do this)
@@BoostMyTool ok i have created a simple project by using ant and whenever i am making any changes in file after saving it.it is not automatically compiling reapetedly i have to build and clean the project then only changes are appearing what to do to avoid this process
@@shubhamscreation9154 this may occur when you use an old verison of netbeans (e.g. nb12.0) with a new verison of Java (e.g. java 17). Try to use the latest verison of netbeans (12.6) and your problem should be fixed. If not, you may need to re-install your java jdk
@@BoostMyTool thanks sir problem solved i had set enviroment variable with jre 1.8 version now replace the path with jdk 17.0.1 and it is working now
can i get the link? i subbed
which link ?
HELP
What is your email address?
Thank you