Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+8 votes

I'm having a ton of issues with github and eclipse due to the various locations of the jar files for the different members of my project. I'm wondering what these files are and what their purpose is, and why they cause JavaFX to stop working.

asked in CSC305 Fall 2021 by (1 point)

1 Answer

+3 votes
 
Best answer

The jar files are most likely the imported javafx files from the beginning of the term. They make the program run. As for why they make it stop working, it's most likely because you're location and name for the file path is different from the rest of your group. My suggestion is to pull from github, see what the path to find the files is, and then modify your files to match it.

answered by (2k points)
selected by
0

That's true. I think it's because I'm using my laptop so the locations are different. I can't pull because of this but I can try to look at github...

+1

When I forked someone else' code, it showed their jar files in the path. Do I have to delete those and use jar files from my location instead?

0

I'm not sure. If you do that, your project will work, but you might not be able to push and pull. At least that has been my experience.

...