rsanchez-wsu / jfiles

A Java-based file browser
GNU General Public License v3.0
20 stars 9 forks source link

Fix ClientApp on Team12 branch #352

Open zackarm opened 7 years ago

zackarm commented 7 years ago

As of right now when you try to run the ClientApp on the Team12 branch it throws an error and does not connect the client to the server or open up the client application. We are not entirely sure what the source of this error is yet, @mdgilene suggested that it may be because we created the login window for the server app and the client needs to be updated in order to login to the server since authentication is now required. We need to complete this issue so we can try to merge the progress that we have made on the ServerApp. This issue can be closed when the source of the error is found and fixed.