Help integrating java programs into sketch.
in
Programming Questions
•
2 years ago
I'm working on a project with a friend where we are trying to make a game that uses the GPS in mobile phones to simulate a game of tag based on location and "detonation" time. My partner has been working on the phone client and I've been working on making a visual interface with processing. For this to work, my sketch needs to get information about the phone location and status (alive/dead) from the server. She has given me the java files for the 2 teams, but I'm having issues getting processing to recognize that the classes in these files exist. Any ideas?
2