this might be simple/ might not be simple
the assignment is to make an mp3 player with a folder full of mp3's that the player will be able to access and play mp3s from it. I have it working fine in that it gets the filepath of the mp3's and isable to play them just fine...
The problem I am envisioning is that the filepath that I have hardcoded into my code will only work from my computer, when I hand the project up TOMORROW , it will not work on my lecturers computer when he is marking it.
This filepath is my memory stick (Where I have eclipse installed) , its in 'MyTunes v2.1' project folder, 'myTune_v2_1' package,,, this is where the classes are and the 'mp3s' folder is in same place.
When I hand it up TOMORROW , the filepath will be wrong but I am handing up the whole project folder so I am hoping there is a way I can just put \\mp3s\\" +filePath); ,,, but I have tried this and it doesnt work.
Any help is greatly appreciated and a quick reply is even more so , as I have already said I have to hand this up in 12 hours time.