cseagle / collabREate

Collaborative reverse engineering plugin for IDA Pro. Latest version, including IDA 7.0 support, is not back ward compatible with earlier versions. Substantial changes have been made to the protocol and database.
GNU General Public License v2.0
98 stars 21 forks source link

Java server compile error related to json #2

Closed terrynini closed 6 years ago

terrynini commented 6 years ago

This is the error message I got when I tried to compile server Is it related to my gson version? (gson-2.2.2.json) And the README file is talking about the old version

 # ./build_jar.sh
Using these JDBC connectors:
collabreate/server/Client.java:866: error: incompatible types: String cannot be converted to JsonElement
               options.add(permStrings[i]);
                                      ^
collabreate/server/Client.java:942: error: incompatible types: String cannot be converted to JsonElement
               perms.add(permStrings[i]);
                                    ^
collabreate/server/Client.java:971: error: incompatible types: String cannot be converted to JsonElement
                  perms.add(permStrings[i]);
                                       ^
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output