--
You received this message because you are subscribed to the Google Groups "Lightweight Communications and Marshalling" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lcm-users+...@googlegroups.com.
To post to this group, send email to lcm-...@googlegroups.com.
Visit this group at https://groups.google.com/group/lcm-users.
For more options, visit https://groups.google.com/d/optout.
Jonathan,
Thanks for the response.
After it kept erroring out on import lcm.lcm.* I opened the .Java in the exclum folder to find import lcm.lcm.* to be where it keeps erroring. I was not able to locate an lcm.jar file to point Java to. In the lcm install folder I could not find it. Only lcm-logger, lcm-logger and others where there. Internet searchs also did not help me. Is it an extra I have to download from git?
Regards,
Ben
To unsubscribe from this group and stop receiving emails from it, send an email to lcm-users+unsubscribe@googlegroups.com.
To post to this group, send email to lcm-...@googlegroups.com.
Visit this group at https://groups.google.com/group/lcm-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Lightweight Communications and Marshalling" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lcm-users/Nn-5KgtE2pE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lcm-users+unsubscribe@googlegroups.com.
Also this is on Ubuntu the 14.04. And I have upgrade to Java 1.7 but can revert.
To unsubscribe from this group and stop receiving emails from it, send an email to lcm-users+...@googlegroups.com.
To post to this group, send email to lcm-...@googlegroups.com.
Visit this group at https://groups.google.com/group/lcm-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Lightweight Communications and Marshalling" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lcm-users/Nn-5KgtE2pE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lcm-users+...@googlegroups.com.
To post to this group, send email to lcm-...@googlegroups.com.
Visit this group at https://groups.google.com/group/lcm-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Lightweight Communications and Marshalling" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lcm-users+...@googlegroups.com.
| # try to automatically determine where the LCM java file is | |
| LCM_JAR=`pkg-config --variable=classpath lcm-java` | |
| if [ $? != 0 ] ; then | |
| if [ -e /usr/local/share/java/lcm.jar ] ; then | |
| LCM_JAR=/usr/local/share/java/lcm.jar | |
| else | |
| if [ -e ../../lcm-java/lcm.jar ] ; then | |
| LCM_JAR=../../lcm-java/lcm.jar | |
| fi | |
| fi | |
| fi | |
| lcm-gen -j ../types/*.lcm | |
| javac -cp $LCM_JAR exlcm/*.java | |
| jar cf my_types.jar exlcm/*.class |
To unsubscribe from this group and stop receiving emails from it, send an email to lcm-users+unsubscribe@googlegroups.com.
To post to this group, send email to lcm-...@googlegroups.com.
Visit this group at https://groups.google.com/group/lcm-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Lightweight Communications and Marshalling" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lcm-users/Nn-5KgtE2pE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lcm-users+unsubscribe@googlegroups.com.
To post to this group, send email to lcm-...@googlegroups.com.
Visit this group at https://groups.google.com/group/lcm-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Lightweight Communications and Marshalling" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lcm-users+unsubscribe@googlegroups.com.
To post to this group, send email to lcm-...@googlegroups.com.
Visit this group at https://groups.google.com/group/lcm-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Lightweight Communications and Marshalling" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lcm-users/Nn-5KgtE2pE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lcm-users+unsubscribe@googlegroups.com.