unittime run #129
-
hello i want help i want to run unittime on eclipce it didn't work for me who can help me |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 26 replies
-
Have you gone through Eclipse setup help page on UniTime's website here: https://help.unitime.org/eclipse |
Beta Was this translation helpful? Give feedback.
-
Any questions can be sent to [email protected]. But a GitHub discussion works as well, I guess. Please provide more details about your problem. Unfortunately, the help page for using Eclipse is getting rather old. It is a pain to keep it up, especially since we usually update the previous configuration (and rarely install everything from scratch). We are currently using GWT 2.10.0. You can download GWT 2.10.0, unzip it someplace, add it to your GWT configuration, and mark it as default. One thing that bit me the last time is to check the Deployment Assembly under the project properties (right-click on the UniTime project) -- it is important to ensure that /JavaSource goes to WEB-INF/classes and /WebContent goes to /. I hope this helps. If you cannot get Eclipse to work, you should still be able to build UniTime using Apache Ant or Maven and use the resultant UniTime.war directly. See https://help.unitime.org/building-unitime for more details. Also, if you need more help, please provide me with more details about what does not work. What error are you getting? |
Beta Was this translation helpful? Give feedback.
-
How is your Project Facets page set (for the UniTime project)? It should have Java and Dynamic Web Module enabled (the second one enables the Deployment Assembly, I think). |
Beta Was this translation helpful? Give feedback.
-
I have updated the https://help.unitime.org/eclipse to contain the latest version of Eclipse, GWT plugin, etc. About the unresolved compilation problems, please make sure that on the Project Facets, you have selected Java version 1.8. |
Beta Was this translation helpful? Give feedback.
I have updated the https://help.unitime.org/eclipse to contain the latest version of Eclipse, GWT plugin, etc.
About the unresolved compilation problems, please make sure that on the Project Facets, you have selected Java version 1.8.