Hi this might be a really stupid question Im building a java fx application that is connected to a local mySQL database for a college project. but i have a problem and cannot think of a solution.
here is the conundrum its bad practice to store images in blob form in the database you should instead use directories i don't know much about directories but im fairly certain that the file path changes from computer to computer depending on where the app is unziped. So how can i build a directory of images that will have the same file paths on my lecturers computer. as i said i don't know directories and may be wrong.
edit: Im still fairly noobish and have no idea on how to export the project as .jar and my lecturer will need to see the code so i would be able to figure out the .jar bit but would i need to send a .zip of the compressed raw project folder?
any help is much appreciated