GithubHelp home page GithubHelp logo

java-channel-tic-tac-toe's People

Contributors

moishe avatar

Watchers

 avatar

java-channel-tic-tac-toe's Issues

seeing double

All,

I'm seeing double...or perhaps triple.  Which one of these is the _real_ 
repository?

  http://code.google.com/p/java-channel-tac-toe/
* http://code.google.com/p/java-channel-tic-tac-toe/
  http://code.google.com/p/channel-tac-toe/

It looks like _this_ one, the one with the asterisk(*) above.  It has got the 
source code.  Is that right?

Is there a reason to keep the others?  If not, could you make them go away?  
....kinda confusing.

Thanks,

--Erik



Original issue reported on code.google.com by [email protected] on 1 Nov 2011 at 1:07

war\hs_err_pid10808.log

What steps will reproduce the problem?
1. Fetch from SVN

Please provide any additional information below.
This file is not neccesary ;)

Original issue reported on code.google.com by [email protected] on 12 Feb 2012 at 8:26

Warning about JSONObject + missing <threadsafe>

There are compile warning and deploy problem when used AppEngine 1.8.4:

1) "Use of com.google.appengine.repackaged may result in your app breaking 
without warning."

To resolve, in Game class must be following import replaced as showed:

- import com.google.appengine.repackaged.org.json.JSONObject;
+ import com.google.appengine.labs.repackaged.org.json.JSONObject;

This should be fixed in this demo app. Solution cames from:
https://stackoverflow.com/questions/8714790/cant-use-jsonobject-in-google-app-en
gine-java-anymore#answer-19131463

2) appengine-web.xml does not contain a <threadsafe>

To resolve must be added <threadsafe>true</threadsafe>

Original issue reported on code.google.com by [email protected] on 27 Feb 2015 at 3:32

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.