Skip to content
Snippets Groups Projects
Commit 27ff6217 authored by brutzman's avatar brutzman
Browse files

note Mutex is JDK 8 only, does not run under JDK 13

parent 812d64ef
No related branches found
No related tags found
No related merge requests found
package MV3500Cohort2019JulySeptember.projects.BrennenstuhlKnobelochMcCann; package MV3500Cohort2019JulySeptember.projects.BrennenstuhlKnobelochMcCann;
import com.sun.corba.se.impl.orbutil.concurrent.Mutex; import com.sun.corba.se.impl.orbutil.concurrent.Mutex; // JDK 8
// TODO JDK 13?
// maybe https://crunchify.com/what-is-java-semaphore-and-mutex-java-concurrency-multithread-explained-with-example/
import java.net.*; import java.net.*;
import java.io.*; import java.io.*;
......
package MV3500Cohort2019JulySeptember.projects.BrennenstuhlKnobelochMcCann; package MV3500Cohort2019JulySeptember.projects.BrennenstuhlKnobelochMcCann;
import com.sun.corba.se.impl.orbutil.concurrent.Mutex; import com.sun.corba.se.impl.orbutil.concurrent.Mutex; // JDK 8
// TODO JDK 13?
// maybe https://crunchify.com/what-is-java-semaphore-and-mutex-java-concurrency-multithread-explained-with-example/
import java.util.*; import java.util.*;
import edu.nps.moves.dis7.*; import edu.nps.moves.dis7.*;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment