-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant run in Eclips #348
Comments
I think your version of java is too old (1.6 probably). Try running it on java 7+. |
hi vitalidze thanks for your fast replay when i changed it to 1.7 it gives me compile error in XMLOutputFactory.newFactory() in GPXParser and ExportServlet but why it works fine in old version |
New version includes 'javapoet' library, which requires 1.7 version minimum. Are you sure you are using the 1.7 JDK? I am using Oracle's JDK and it works just fine. |
Try to update with latest code from github repo. Then try to build it from maven. |
i checked out the new version it is work fine now but when i run it first time it gives me this error .
so i changed this tow in Device Entity class public static final int DEFAULT_TIMEOUT = 5 * 60;
public static final int DEFAULT_MIN_IDLE_TIME = 1 * 60; from short to int and it is run now . i will test it and if i found any other issues i will inform you . many thanks for support and time . |
hi all
i just downloaded TraccarWeb source and when i tried to run it it gives me this error
The text was updated successfully, but these errors were encountered: