sir, am i need to download maven from its website and install it because i see other videos teachs me to do this, or may be the eclipse version we used now don't need to download and install maven from its website.
@learningfromexperience2 ай бұрын
My apologies for such delayed response .Eclipse comes with its own maven .If you are running build commands with Eclipse config you do not need to separately install Maven .But if you want to run Maven commands separately outside Eclipse, you need to install Maven.
@vijayalakshmimaddula2022 күн бұрын
@@learningfromexperience
@eswarb613629 күн бұрын
Sir can i know to get that JDK and Apache-maven and JRE so that i can download. And ,I have an error that [ An internal error occurred during "Creating Project "simplejdbcProjects"" Can you help me in that kindly
@learningfromexperience28 күн бұрын
I recommend following the steps in my video on "Java Development Setup: Install Java, Maven, and Eclipse Step-by-Step" (kzbin.info/www/bejne/bqTVpoelfa2XodE) to ensure that everything is correctly set up, including the JDK, Maven, and Eclipse. Once you've completed the setup, please try creating the project again. Sometimes, errors like "[An internal error occurred during 'Creating Project]" happen due to incorrect configuration or missing components.
@DuyNguyen-wl6bx6 ай бұрын
Can you show me how to specify the version of javaSE for an archetype to use?
@ngocnguyn132 ай бұрын
Is it alright if I don't add a new JDK?
@learningfromexperience2 ай бұрын
I explicitly mentioned adding the JDK part to avoid a potential issue .If you don't do that Eclipse would try to use the default JRE which comes bundled with it . Now Eclipse often comes with a bundled JRE, typically a JRE instead of a JDK, which can cause issues during Maven builds. Maven requires a JDK (Java Development Kit) for tasks like compiling code, while a JRE (Java Runtime Environment) is only for running Java programs.
@nattu0012 ай бұрын
Thanks a lot bro.This video is very helpful to me. I faced one issue. How i install the Apache-Maven -3.9.5 file? . Please waiting for your reply
@learningfromexperience2 ай бұрын
Thanks for your kind words. I have a detailed video on how to install Apache Maven. You can check it out here: kzbin.info/www/bejne/lWWagHeZiK-hbpo Let me know if you face any issues!
@muralikrishnaontikaka19824 ай бұрын
Very clear n Nice explanation - Thank you sharing with us :)
@learningfromexperience4 ай бұрын
My pleasure 😊
@42.lavanyamore549 ай бұрын
will creating maven project first time takes too much time ? i have followed the steps but its takinig too long still on 33% and its been more than hour already , plz guide
@devanshpandya72369 ай бұрын
same issue I am facing did you get the solution
@swagger19829 ай бұрын
Same issue 😢
@swagger19829 ай бұрын
Hey try typing in.automationtesting.(your group name) .. in the group I'd section It worked for me
@PraneethTS9 ай бұрын
Please focus on the eclipse console it will ask you to give permission to create a project with group I'd and artifact id. Please type y and hit enter.i hope it will work!!
@sanskarchhajed93978 ай бұрын
@@PraneethTS What is groupid
@sam_6564010 ай бұрын
Hello sir, i am facing an issue in pom.xml folder after creating a maven project how i fix this
@learningfromexperience10 ай бұрын
Could you please explain what error you are facing with error details and logs ?
@sam_6564010 ай бұрын
@@learningfromexperience Error details - org.apache.maven.plugins:maven-resources-plugin:3.3.1 or one of its dependencies could not be resolved. Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin: jar:3.3.1