mera java project wala option nhi aa rha hai vs code mai kya kru?
@praveengopu93253 ай бұрын
For everyone who installs tomcat 10 this won't work instead use older version there is a breaking change from javax to Jakarta api
@KoratanaSai-lj5bi3 ай бұрын
Antha moosesthe video enduku bayya
@harshith_takkala3 ай бұрын
@@KoratanaSai-lj5bi sry, ekkado mistake jarigi untundi youtube video editor lo I will remove the blur soon
@ИнкарЖолдыбай-ч9ж3 ай бұрын
thank you so much<3 you're the best!
@joanmambwe35214 ай бұрын
Hello, I'm having the error, 'java.sql.SQLException: Access denied for user 'USER'@'localhost' (using password: NO). How do i fix it?
@harshith_takkala4 ай бұрын
I am not sure exactly, check the configurations of mysql, maybe something you missed
@FERRUM-ix5yk2 ай бұрын
You probably ran it as administrator, which changes the path to the file
@trololollolololololl4 ай бұрын
great
@krishraj78085 ай бұрын
Thanks a lot man 🤝. I was struggling in running this program for 4-5 hours. Don't know where to put the .jar file and getting an error every time. (❁´◡`❁)
@AryanKumar-vk1ex5 ай бұрын
in MYSQL connector file is not showing
@harshith_takkala5 ай бұрын
@@AryanKumar-vk1ex if not there, then from mysql installer you have to install it. I guess you havent checked the checkbox in first time installation.
@PrernaSharma-yl6ih6 ай бұрын
Thanks a lot😭, I was struggling in running this program for 2-3 hours.... Finally I got the solution while scrolling through the comments...Thanks once again..
@ZoomerApp6 ай бұрын
Well, thanks so much man. It actually worked for me!
@carladomingomiquel47447 ай бұрын
you are the best!!!! thank you so much!
@SaifuddinNajmuddin-vi3kd7 ай бұрын
Helpful, Thank you so much. It worked.
@akshattrivedi41647 ай бұрын
Great tutorial man 👍 Still working after 2 years!!
@lalitasharma66878 ай бұрын
I have quantum eapresso it shows error code mpi_abort was invoked on rank 0 in communicator mpi_comm_world with errorcode 1 What this means I'm new in programming stuff How to fix it
@harshith_takkala7 ай бұрын
I am sorry, not sure about that tool/software/OS, this video is for windows systems only, as i am downloading MSI packages from microsoft.
@AVidhanR8 ай бұрын
What should I do if i don't create a Java project ??
@AVidhanR8 ай бұрын
Cause I'm not getting one...
@harshith_takkala7 ай бұрын
hi, sorry for late reply, may be the extensions have been evolved. Check for some other options to create Java project. This flow will work only with that. I didnt experiment without that option.
@adityarajsavita43088 ай бұрын
bhai installation issues aa rhe h please help
@harshith_takkala8 ай бұрын
ha bhai, tell me, its is just experimental video and demonstrates how vs code can be used for maven dev. But understand that it is not a market recommendation
@alexmercer74468 ай бұрын
Thank you man
@chrislearnlog8 ай бұрын
Thank you. Your video helped.
@Sir_Breezy_9 ай бұрын
I encountered this error when I put ${workspaceFolder}/** ${MSMPI_INC} on the include path in C/C++ configuration in my project: Cannot find: {project_path}/${MSMPI_INC} Can you help me please? I've followed every step before.
@harshith_takkala9 ай бұрын
I am not sure why {project_path} variable to the include path. If that still doesnt work, try hard coding the include path (put the value of MSMPI_INC directly in the configurations UI. Hope that helps, and sry for delay
@sasanktvs11 ай бұрын
Thanks bro Saw many videos from different channels related to this but none of them worked for me This one worked in first attempt. Very helpful 🙃
@harshith_takkala11 ай бұрын
But this is not your first attempt, you saw many videos before landing to this video 😁🙃
@HomeNetwork40411 ай бұрын
ab aafe ?
@harshith_takkala11 ай бұрын
?
@GoBliNGamingxD11 ай бұрын
It did not setup the msmpi environment variables for me automatically. What should i be doing?
@harshith_takkala11 ай бұрын
They won't set automatically. You have to set them in system env variables and then have to use them in VS code C++ settings GUI.
@shreyapatil15611 ай бұрын
Cannot find: d:/MPI/${MSMPI_INC} This is the error I am getting, it'll be really helpful if you resolved it
@harshith_takkala11 ай бұрын
(MSMPI_INC) variable must be an absolute path to MPI include directory and you have to use the variable directly in VS Code settings rather than like this. Remove D:/MPI/ from the path
@debapriyadasgupta6534 Жыл бұрын
Bro, I didn't get how you added the project folder into tomcat server and also couldn't follow what is the path name that you are giving
@harshith_takkala11 ай бұрын
Adding project to tomcat is just the same as opening that in vscode and using extension to open web server. And what path you are talking about? Could you please point out the time stamp in the video.
@hamedghafouri5451 Жыл бұрын
perfect
@toriljain2711 Жыл бұрын
thank you bhaiya
@siyagrawal Жыл бұрын
it is showing error for servlet. import statements are the issue. seems it cannot import the servet. what should i do? please reply asap
@harshith_takkala Жыл бұрын
May be from mvn repository you copied a wrong xml, or may be some issue with extensions. Right now the extensions have got updated. Flow might be different but functionality is same. I suggest you to check for part 1 of the video as well. The imports won't work immediately. You have to wait until maven completes downloading jar files from repository. May be restart the procedure. Hope it helps.
@siyagrawal Жыл бұрын
can you name the extensions that are required? that tomcat one is deprecated. i have checked the part 1 as well. how maven completes downloading jar files?
@harshith_takkala Жыл бұрын
@@siyagrawal you can directly choose the microsoft java extension pack. It contains all the required things (not sure if tomcat updated version is there or not ). The maven installation requires internet connection. When you paste the fxml of package in pom.xml file and saved, you can see the status bar in vscode, some downloading in progress. You can wait until it finishes, then use the maven build.
@siyagrawal Жыл бұрын
@@harshith_takkalastill the same issue. the servlet is not getting imported. is there any other method to load the servlet? please reply. and the java extension pack has already been added.
@harshith_takkala Жыл бұрын
@@siyagrawal I am not sure. Sorry for that. Make sure to add correct import statements and java version as well. I havent been in java development since a year, so I am sorry I cant help more than this.
@bleakmess Жыл бұрын
Thanks for the video man.
@Starimpact786 Жыл бұрын
i followed the complete tutorial but i get the error(C:\MinGW64\bin\gcc.exe -fdiagnostics-color=always -g C:\Users\User\Downloads\code\mpi.c -I {MSMPI_INC} -L C:\MSMPI\Lib\x64\ C:\MSMPI\Lib\x86\ -lmsmpi -o C:\Users\User\Downloads\code\mpi.exe C:\Users\User\Downloads\code\mpi.c:1:9: fatal error: mpi.h: No such file or directory #include<mpi.h> ^~~~~~~) any help please
@harshith_takkala Жыл бұрын
I see that -L has got two arguments, and also MSMPI_INC variable is as it is (is not referring to the path). Check for these two please.
@DrLovecat Жыл бұрын
Dose VSCODE able to generate setter & getter command like Eclipes?
@harshith_takkala Жыл бұрын
Right click anywhere in opened file after putting class members, then click source action, generate better setter. This option is enabled by the extension. I am not sure whether this is applicable for frameworks like maven.
@vijaykumarb9226 Жыл бұрын
I am getting an error of no file like MPI.h
@harshith_takkala Жыл бұрын
There might be some glitches in the process you followed, may be please restart the whole process. Ensure that MPI path is set in both env variables.
@AimedX3 Жыл бұрын
I get the error mpi.h: no such file or directory Do you have any solution? and do i have to install OpenMP? i only want to use MPI
@harshith_takkala Жыл бұрын
May he restart the whole process again. Or you might have missed any step in between. You can use only MPI. No need of openmp. You can go with that MSI tools shown in the video along with configurations
@VitorHugo-vq1uf Жыл бұрын
Thanks man
@ucvinh198 Жыл бұрын
i did like video until 9:05, when i open my vs code i don't have mpi.c and openmp.c in order to continue. how can i fix it
@harshith_takkala Жыл бұрын
Those both are files for explaination of video. You can find the github repo link in description.
@sasanktvs Жыл бұрын
Face reveal please
@harshith_takkala Жыл бұрын
Sorry bro, poor web cam setup 😉😅
@Sarwesh-nd9hv Жыл бұрын
Legend returned after 1 year🎉
@harshith_takkala Жыл бұрын
It was in unlisted mode for past 2 years 😅😅
@daiannysantanadeoliveira2155 Жыл бұрын
Thank you very much! I was struggling to make this work but your video helped a lot!
@harshith_takkala Жыл бұрын
Glad it helped
@AmanKumar-wu3ej Жыл бұрын
Thnaku bro you are life saver
@ryansatriayudha Жыл бұрын
This video is very helpful. I have tried many times watching other videos but never work. This works well after many mistakes. Thank you very much! Best wishes from Thailand.
@FERRUM-ix5yk2 ай бұрын
is this a trap? 😂
@life8261 Жыл бұрын
Man, I appreciate the fact that you have put some effort into delivering the video to KZbin. But, Jesus Christ, take your time to make it in a good way. There is so much noise in the background that it is impossible to clearly get what you're talking about. Also, please make your diction better. When I watched your video, I had a feeling that I was listening to a pigeon. I could understand what you were talking about but I had to put some effort into understanding what you just said (thanks to the god damn noise in the background). And last thing: please, please, make your video straight. You made so many mistakes that your video was just a waste of my time. I got nothing and was confused even more. It took a lot of patience to not throw away my laptop from the nine floor of the condo I live in.
@harshith_takkala Жыл бұрын
I got you buddy. I wasn't having a good mic setup for my recordings and so the video. I am very happy to listen that you understood and video was helpful to you. I will improvise myself. And also, the only mistake I made was the tomcat installation in my previous video. And I am happy that I rectified it. Another thing to mention is that the video got outdated as we got new features in VS code as well. We won't have this much configurations to be done in the new one.
@life8261 Жыл бұрын
@@harshith_takkala Thank you for an adequate answer in spite of my harsh comment. I want to believe this is true there weren't as many mistakes as I said but due to the fact that the audio was horrible it was quite hard to concentrate on the content itself so for me - as a newbie - it was like there were tons of mistakes. I apologize if my words were offensive. I just wanted to deliver a good portion of criticism to help you make your future videos better. Don't take it personally.
@harshith_takkala Жыл бұрын
@@life8261 no worries man. I am ready to accept any critics on me as this would make myself grow. Right now I am not into the KZbin that much. Will continue this channel in future.
@salwasaad752 Жыл бұрын
PLEASE : How to run openMP and MPI in C++ code in cmd promit?
@harshith_takkala Жыл бұрын
You can actually make use of the reference link I referred to run in cmd with flags for both MPI and openMP
@haseebhaseeb32 Жыл бұрын
If I open a Java Fx project that was created by someone else using a Clips, I don’t see the reference library in my visual studio code. How can I add them?
@harshith_takkala Жыл бұрын
As we have chosen "No build tools" here, this step of creating directory structure has been automated in newer versions of VSCode. This video has been outdated. It detects if the imported folder is java project or not. Then we can manually add jar files in the lib folder. Hope you got it.
@VenuVGR007 Жыл бұрын
Hi, thanks for your help. Wanted to know how to install a compiler like mpic++. I have g++ from mingw64 but understandably it gives an error mpi.h not defined when compiling.
@harshith_takkala Жыл бұрын
We install MPI from the Microsoft website (.exe and .msi) as shown in video.
@danhelimunizsanchez897 Жыл бұрын
HELPFUL VIDEO! YOU SAVE MY LIFE!!!! GREATINGS FROM MEXICO!!!!!