Results 1 to 3 of 3

Thread: Getting Jelm operational...

  1. #1
    Newbie
    Join Date
    Oct 2004
    Posts
    5

    Getting Jelm operational...

    Hey, All..

    I'll be the first to admit that I have no clue how java works. I tried following the instructions and have been fooling around with it for a couple hours and I can't get the thing going.

    I've got the latest jre and when I go to run the jar file i get

    Exception in thread "main" java.lang.NoClassDefFoundError: javax/comm/SerialPort
    EventListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknow n Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)

    Now if anyone could point me in the right direction that would be great.

    Regards,

    Arlof

  2. #2
    Newbie
    Join Date
    Oct 2004
    Posts
    5
    Well, after wasting a couple more hours I figured it out...

    Apperently comm.jar and javax.comm.properties needs to be in (JRE)\lib\etc
    then everything is happy!


    Regards,

    Arlof

  3. #3
    Low Bitrate
    Join Date
    May 2005
    Posts
    89
    I am not familiar with Jelm but it looks like an error with the JCA (Java Communications API). My guess is that JELM needs the JCA installed. it can be found: http://java.sun.com/products/javacom...ads/index.html

    The documentation on how to install it is a bit sketchy so let my know if you have any probs.


    Wait... upon reading your last post it seems you have already figured this out.

    The file javax.comm.properties is part of the JCA. It basically tells java that the JCA is installed and how to use it. The JCA is a library for communication through things like serial usb and parallel ports.

Similar Threads

  1. JElm Emulator
    By Chicco in forum Engine Management, OBD-II, Engine Diagnostics, etc.
    Replies: 14
    Last Post: 02-09-2008, 10:26 AM
  2. Operational Amplifiers
    By DjBac in forum Power Supplies
    Replies: 4
    Last Post: 11-12-2004, 09:16 PM
  3. Volume mute on mp3's when voice nav operational
    By Pabs in forum Media Engine
    Replies: 2
    Last Post: 05-25-2004, 07:50 AM
  4. Nice to see things operational again :-)
    By sproggy in forum General Hardware Discussion
    Replies: 0
    Last Post: 02-18-2000, 07:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •