Applet that works only 7 days
in
Programming Questions
•
3 years ago
Hi,
I recently finished a code that use several functions of Processing to make an applet for my job. All in all, it's a map that shows where my railcar fleet is positionned in Canada with the help of two .csv files given by railcars compagnies. When I exported an applet of this interactive map everything went well, as it was supposed to. One week later, I started my work day by requesting those .csv files from the compagnies websites and then I saved them in my data folder to see where my railcars were with my applet. They were in the same format as usual. I double click on the .jar applet... nothing. My first reaction was to press Ctrl+Atl+Delete to see where the problem was (since the applet worked for one week without any problems). I saw that everytime I opened the applet, memory was being reserved by the computer but nothing was displayed.
How is it possible that an applet works perfectly fine for one week but crashes after exactly 7 days?
I extracted the SAME code with a new name and it worked for exactly the same ammount of time, 7 days. It then crashed... I'm kind of lost here...
I recently finished a code that use several functions of Processing to make an applet for my job. All in all, it's a map that shows where my railcar fleet is positionned in Canada with the help of two .csv files given by railcars compagnies. When I exported an applet of this interactive map everything went well, as it was supposed to. One week later, I started my work day by requesting those .csv files from the compagnies websites and then I saved them in my data folder to see where my railcars were with my applet. They were in the same format as usual. I double click on the .jar applet... nothing. My first reaction was to press Ctrl+Atl+Delete to see where the problem was (since the applet worked for one week without any problems). I saw that everytime I opened the applet, memory was being reserved by the computer but nothing was displayed.
How is it possible that an applet works perfectly fine for one week but crashes after exactly 7 days?
I extracted the SAME code with a new name and it worked for exactly the same ammount of time, 7 days. It then crashed... I'm kind of lost here...
1
