#So I got an asignment due today and I am about give up instructor gave me a broken project
1 messages · Page 1 of 1 (latest)
Please upload it to GitHub or share relevant code here rather than asking people to download a random zip file.
You'll also need to be more specific than: it doesn't work.
updated and its partially cause I dont know why it doesnt work
basically the instructor said changing this line here <version>21.0.1</version> to what it is now should fix the issue however it came like that I also cant get it off into another program/IDE to even get it into another github
and this is what it is saying in netbeans
Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.12.1:stage (default-cli) on project asgmt-javfx: The site does not exist, please run site:site first -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
What's that? The java version? Java is backwards compatible.
So have you done that?
I honestly have no idea
It's a yes/no question?
I am that lost right now I dont use netbeans at all and visual code is reseting everything I do in this project it makes me wanna cry I hate java as everytime I work with it I have dependency issues
You can also do that commandline, and this has nothing to do with the language.
The message literally states what to do, that's not on the language. I know you're learning a lot of new things, but please don't wrongly blame the language.
would you be able to enter a call and walk me through it as I am having issues understanding and I am sure it is something simple
I'm working on my own projects, but please just read the message.
Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.12.1:stage (default-cli) on project asgmt-javfx: The site does not exist, please run site:site first -> [Help 1]
how do I run site:site?
mvn site:site or from within your IDE.
turns out I hadnt touched java on this pc since java 11 and that was the problem....
I had to do a bunch of back end reinstallations and changing of the enviro elements on my pc
it also appears that my processor cant run java 22 which is what he has the javafx support set up for as I am getting a version error on that as well now ,,,,,
Why would your processor be the reason you can’t run java 22?
when I try install java 21 it tells me it is incompatible
so Ive gotten this far on the last gui assignmetn somewhat this is working alot better the issue is it is rewriting my version 17 in my project back to version 11 google is saying I need change some default setting in a folder I cant see right now trying get it to work in visual code as I couldnt figure out where the terminal was in netbeans
You can just use the Windows terminal (start => run => cd).
If you want to use a different IDE, we suggest:
So I have tried 3 different IDE I would personally really love if someone would be able to take 20 minutes and walk me through this in a call. Just tried tutoring services and there are none for the enitre week. My instructor is essentially ignoring me as it is an online course.
If I can just get past this issue I can do the rest
Please just follow the mentioned steps.