| The Java Runtime Environment (JRE) is all you need. Its nothing you can run and then get a list of applications. Java applications have .class or .jar files. Taliis has a .jar file. Normally, when you install the JRE, all .jar files should be associated with the JRE. You only need to double click on them, then.
If they aren't, you have either installed the wrong package (JDK instead of JRE) or you just didn't choose to associate extensions. You can then run taliis with the start_for_windows_dummies.cmd shortcut or via CMD and typing "java -jar taliis.jar". |