Search:

Type: Posts; User: olimpicco

Search: Search took 0.11 seconds.

  1. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    I imported jmf.jar from the installed directory of JMF meaby you import other files?
  2. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    I created new project in NetBeans and auto generated jar file. When I executed it I got the same problem as the jar file which I generated in Eclipse.



    deviceList.size() = 0
    Exception in...
  3. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    nice, could you tell me what is your IDE and how you create the jar file please?
  4. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    I don't know it was made automaticly :)
  5. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    I am windows user and after instalation I got changed CLASSPATH .;d:\programy\JMF21~1.1E\lib\sound.jar;d:\programy\JMF21~1.1E\lib\jmf.jar;d:\programy\JMF21~1.1E\lib;D:\Programy\JMF 2.1.1e\lib;...
  6. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    yes, but in windows there is nothing to do. setting CLASSPATH to jmf.jar was made automaticlly.
  7. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    if you have a webcam or microphone and you find free time could you try to create and run jar file in your computer please. I see that you are much more experienced than me :)

    the code which I'am...
  8. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    sorry but I don't know how to check it. could you tell me what should i do?
  9. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    I don't know if I understand you.

    Eclipse Project:
    src->(default packages)->VideoTransmit.java
    JRE System Library -> all jar files from java folder: C:\Program Files\Java\jre6\lib
    Referenced...
  10. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    when I execute my program from the jar I got the problem which I described in first post:



    Exception in thread "main" java.util.NoSuchElementException
    at...
  11. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    yes :)



    My code:


    the error is because listaKamer han't got any elements. It is because that code doesn't work: CaptureDeviceManager.getDeviceList(new VideoFormat(null)) - its function...
  12. Replies
    25
    Views
    9,004

    Re: creating runnable JAR file

    yes, I installed JMF and get jmf.jar
    I have tried in NetBeans as you recomend me but the problem is the same ;/
  13. Replies
    25
    Views
    9,004

    creating runnable JAR file

    Hellow
    I have some problem with creating runnable JAR file in Eclipse. I made a class which use JMF library and I added this library in Eclipse (Build Path -> Configure Build Path -> Libraries ->...
Results 1 to 13 of 13