Conception Connection
Note, this is no longer maintained, and doesn't work any more. Preserved if someone wants to adapt the code
Contents
Description
Screenshots
System requirements
How to start
Download
Description
Well, you can see in the comic from Saturday Morning Breakfast Cereal what this program is supposed to do.
Screenshots
System requirements
Java2 version 6 or newer. You can check if you have it using this command line command (Windows: Start->run->cmd):
java -version
If you get nothing or if it's telling you that it doesn't know the command "java", you probably don't have java. If you get something, it should look like this:
java version "1.6.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0_06-b05)
If the number is 1.6 or larger, ConceptionConnection should run.
If you don't have Java or an old version, you can download the newest one at "Download".
How to start
If everything works, you can just double-click the jar file, but sometimes a compressing software like WinZip graps this file extension.
If that happens, open the jar with javaw (Windows: right click -> Open with... -> Browse -> javaw.exe in the java install directory (also tick the "always open with"-box))
Download
ConceptionConnection (80 KB, zip)
Sourcecode ConceptionConnection (48 KB, zip)
Java:
Oracle pulled a fast one on us, newest (Oracle) Java versions have horrible licencing. So either choose 1.8, the last proper version, or chose OpenJDK:
Java 1.8 via Java.com
Newest Java via adoptOpenJDK.com