Search the Community

Showing results for tags 'ubuntu 16.04 lts'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Third Hour Popular Forums
    • Third Hour Admin Alerts
    • LDS Gospel Discussion
    • General Discussion
    • Learn about The Church of Jesus Christ Of Latter-day Saints
    • Current Events
    • Advice Board
  • Gospel Boards
    • Jewish Beliefs Board
    • Christian Beliefs Board
    • Organizations
    • Study Boards
  • General Discussion Forums
    • Parenting
    • Interests
    • Just for Fun
  • Resources
    • Family
    • Missionary Work
    • Family History
    • Preparedness
    • Share
    • LDS Resources and Information
  • International Forums

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Religion

Found 1 result

  1. So I run Linux exclusively and I'm trying to get indexing to work. Unfortunately I'm rather clueless as to how to get it to actually run. I've downloaded a script from familysearch.org using wget: wget https://indexing.familysearch.org/downloads/Indexing_unix.sh But the script bombs out checking for Java (I do have openjdk 1.8) jeremy@main:~/geneaology$ ./Indexing_unix.sh ln: failed to create symbolic link '/home/jeremy/geneaology/jre/bin/*': No such file or directory No suitable Java Virtual Machine could be found on your system. The version of the JVM must be at least 1.6 and at most 1.6. Please define INSTALL4J_JAVA_HOME to point to a suitable JVM. You can also try to delete the JVM cache file /home/jeremy/.install4j jeremy@main:~/geneaology$ java -version openjdk version "1.8.0_91" OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-3ubuntu1~16.04.1-b14) OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) I'm not sure if I need to edit the script so I can fake out the java check or.... I just don't know.