Hey everyone, I apologize I can&#39;t just ask around on tuesday, but my boss at work moved my schedule again, I won&#39;t be getting back into Denver until an hour too late.<br><br>I&#39;ve been messing around with a utility I found that&#39;s of some interest. findrepe  <br>
<a href="http://www.softenido.com/search/label/findrepe">http://www.softenido.com/search/label/findrepe</a><br><br>trouble is, it&#39;s a .jar,  and I don&#39;t have allot of experience dealing with apps I couldn&#39;t install with apt-get.<br>
<br>&gt;&gt;&gt; After some reading and following the following instructions:<br><br>-Decompress it using the command<br><blockquote>unzip findrepe-0.9.0.zip<br><br>Install the launcher with one of the following commands<br>
java -jar findrepe-0.9.0/FindRepe.jar --install<br>java -jar findrepe-0.9.0/FindRepe.jar --install-home<br>sudo java -jar findrepe-0.9.0/FindRepe.jar --install-home=/opt/jdk1.6</blockquote>&gt;&gt;&gt; I ended up with this.<br>
<br>@fozzie:~/Downloads$ sudo java -jar findrepe-0.10.0/FindRepe.jar --install-home=/opt/jdk1.6<br>findrepe: &#39;/usr/bin/findrepe&#39; created<br>@fozzie:~/Downloads$ man findrepe<br>No manual entry for findrepe<br>See &#39;man 7 undocumented&#39; for help when manual pages are not available.<br>
@fozzie:~/Downloads$ findrepe<br>/usr/bin/findrepe: 2: /opt/jdk1.6/bin/java: not found<br><br>&gt;&gt;&gt; It wasn&#39;t difficult to surmise that it&#39;s complaining about the presence or absence of java, but here&#39;s the part that has me confused.<br>
<br>@fozzie:/$ dpkg -l | grep -i java<br>ii  ca-certificates-java                  20100406ubuntu1                                 Common CA certificates (JKS keystore)<br>ii  default-jdk                           1.6-34                                          Standard Java or Java compatible Development<br>
ii  default-jre                           1.6-34                                          Standard Java or Java compatible Runtime<br>ii  default-jre-headless                  1.6-34                                          Standard Java or Java compatible Runtime (he<br>
ii  java-common                           0.34                                            Base of all Java packages<br>ii  libaccess-bridge-java                 1.26.2-3                                        Java Access Bridge for GNOME<br>
ii  libaccess-bridge-java-jni             1.26.2-3                                        Java Access Bridge for GNOME (jni bindings)<br>ii  libjs-jquery                          1.3.3-2ubuntu1                                  JavaScript library for dynamic web applicati<br>
ii  openjdk-6-jre                         6b18-1.8.2-4ubuntu2                             OpenJDK Java runtime, using Hotspot JIT<br>ii  openjdk-6-jre-headless                6b18-1.8.2-4ubuntu2                             OpenJDK Java runtime, using Hotspot JIT (hea<br>
ii  openjdk-6-jre-lib                     6b18-1.8.2-4ubuntu2                             OpenJDK Java runtime (architecture independe<br>ii  tzdata-java                           2010m-0ubuntu0.10.04                            time zone and daylight-saving time data for <br>
<br>&gt;&gt;&gt; Unless I&#39;m missing something obvious, I&#39;ve got java. <br><br>Honestly, I&#39;m kind of clueless as to how to even approach this problem.  I suppose I shouldn&#39;t have been quite so enthusiastic to try out apps, but my computer is carefully backed up in case I end up having to reload it.   Thought I&#39;d ping the clue-list and ask for advice or suggestions that people are willing to give.  Thanks!<br>