Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Google Java Open Source Oracle Patents Your Rights Online

Oracle, Google Move To Streamline Java Suit 49

itwbennett writes "Google and Oracle each submitted proposals on Friday to reduce the number of claims in their Java patent infringement lawsuit, which could help bring the case to a speedier conclusion. Earlier this month, lawyers for the two companies gave Judge William Alsup of the US District Court in San Francisco a crash course in Java to prepare him for a claim construction conference."
This discussion has been archived. No new comments can be posted.

Oracle, Google Move To Streamline Java Suit

Comments Filter:
  • by gl4ss ( 559668 ) on Saturday April 30, 2011 @03:42AM (#35983038) Homepage Journal

    here's a crash course on android java.

    my main "activity"(aka applet/application/midlet) has imports like import android.util.Log; import android.app.Activity; etc,
    but here's the imports from the rendering class that actually does something else than just interface input and os things,

    import java.io.IOException;import java.io.InputStream;import java.nio.ByteBuffer;import java.nio.ByteOrder;import java.nio.FloatBuffer;
    import java.util.concurrent.Semaphore;import javax.microedition.khronos.egl.EGLConfig;import javax.microedition.khronos.opengles.GL10;

    (the semaphore is there because the ogl rendering gets run in it's own thread aaaaaaaaargh, but really, eh, kinda hard to not think of it as not java)

Lots of folks confuse bad management with destiny. -- Frank Hubbard

Working...