Problem with javax.comm.* package download for Windows.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #1

    Problem with javax.comm.* package download for Windows.

    Please Help!
    I found it for Solaris and Linux but for windows I didn't.
    Please Help!

    Kind regards,
    Dmjpro.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by dmjpro
    Please Help!
    I found it for Solaris and Linux but for windows I didn't.
    Please Help!

    Kind regards,
    Dmjpro.
    Sun discontinued the old Java comm package for Windows. There's a substitute,
    and a good one, available though: RXTX.

    kind regards,

    Jos

    Comment

    • dmjpro
      Top Contributor
      • Jan 2007
      • 2476

      #3
      Originally posted by JosAH
      Sun discontinued the old Java comm package for Windows. There's a substitute,
      and a good one, available though: RXTX.

      kind regards,

      Jos
      Thanks for your Reply!
      Then how can I get that Jar?

      Kind regards,
      Dmjpro.

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by dmjpro
        Thanks for your Reply!
        Then how can I get that Jar?

        Kind regards,
        Dmjpro.
        Did you actually *read* the home page of that RXTX site? Aren't you curious
        to know what that mysterious 'download' link near the top of the page does?

        kind regards,

        Jos

        Comment

        • r035198x
          MVP
          • Sep 2006
          • 13225

          #5
          Originally posted by JosAH
          Did you actually *read* the home page of that RXTX site? Aren't you curious
          to know what that mysterious 'download' link near the top of the page does?

          kind regards,

          Jos
          Maybe you should have specified the exact co-ordinates of the download link.

          Comment

          • JosAH
            Recognized Expert MVP
            • Mar 2007
            • 11453

            #6
            Originally posted by r035198x
            Maybe you should have specified the exact co-ordinates of the download link.
            Measured in pixels? inches? centimetres? lat/long? ;-) If this 'not reading'
            continues I'm afraid a whole lot of questions are going to be posted about this
            serial communication topic.

            kind regards,

            Jos

            Comment

            • dmjpro
              Top Contributor
              • Jan 2007
              • 2476

              #7
              Originally posted by JosAH
              Measured in pixels? inches? centimetres? lat/long? ;-) If this 'not reading'
              continues I'm afraid a whole lot of questions are going to be posted about this
              serial communication topic.

              kind regards,

              Jos
              Actually I got it from another site..........S orry for making a silly Question.

              Kind regards,
              Dmjpro.

              Comment

              • Nepomuk
                Recognized Expert Specialist
                • Aug 2007
                • 3111

                #8
                Originally posted by JosAH
                Did you actually *read* the home page of that RXTX site?
                Reading? Reading? READING?

                What's that? Never heard of it. Is it homoeopathic? ;-)

                Greetings,
                Nepomuk

                Comment

                • JosAH
                  Recognized Expert MVP
                  • Mar 2007
                  • 11453

                  #9
                  Originally posted by nepomuk
                  Reading? Reading? READING?

                  What's that? Never heard of it. Is it homoeopathic? ;-)

                  Greetings,
                  Nepomuk
                  Nope, it's just bad for your eyes; elderly people, they say, have read quite a bit;
                  that's why they have very bad eyes; reading wears out your eye muscles, i.e.
                  you have to move your eyes from left to right all the time; very bad for your eyes.

                  kind regards,

                  Jos ;-)

                  Comment

                  • Nepomuk
                    Recognized Expert Specialist
                    • Aug 2007
                    • 3111

                    #10
                    Originally posted by JosAH
                    Nope, it's just bad for your eyes; elderly people, they say, have read quite a bit;
                    that's why they have very bad eyes; reading wears out your eye muscles, i.e.
                    you have to move your eyes from left to right all the time; very bad for your eyes.

                    kind regards,

                    Jos ;-)
                    Oh, that sounds awful! What can we do to prevent this from happening? I heard somewhere, that nowadays even small children are taught to read at school - shouldn't schools be sued for harming those young, innocent kids?

                    Worried,
                    Nepomuk (<--- Founder of the WSASFHCBTTTBLF (The "We'll Sue All Schools For Harming Children By Teaching Them To Be Literate Foundation"))

                    Comment

                    • dmjpro
                      Top Contributor
                      • Jan 2007
                      • 2476

                      #11
                      Originally posted by JosAH
                      Sun discontinued the old Java comm package for Windows. There's a substitute,
                      and a good one, available though: RXTX.

                      kind regards,

                      Jos
                      I tried with my which I did download first.
                      But some functions are not supported.
                      That's why I downloaded your's.
                      Now I get RXTXcomm.jar, and I dropped that into ext directory but Compiler says javax.comm.* does not exist.

                      Please Help!

                      Kind regards,
                      Dmjpro.

                      Comment

                      • Nepomuk
                        Recognized Expert Specialist
                        • Aug 2007
                        • 3111

                        #12
                        Originally posted by dmjpro
                        I tried with my which I did download first.
                        But some functions are not supported.
                        That's why I downloaded your's.
                        Now I get RXTXcomm.jar, and I dropped that into ext directory but Compiler says javax.comm.* does not exist.

                        Please Help!

                        Kind regards,
                        Dmjpro.
                        Could you possibly have more than one ext directory? If you have one in your JRE and one in your JDK, then the compiler will probably look in that of the JDK but when running it you'll need it in the JRE...

                        Greetings,
                        Nepomuk

                        Comment

                        • r035198x
                          MVP
                          • Sep 2006
                          • 13225

                          #13
                          Originally posted by dmjpro
                          I tried with my which I did download first.
                          But some functions are not supported.
                          That's why I downloaded your's.
                          Now I get RXTXcomm.jar, and I dropped that into ext directory but Compiler says javax.comm.* does not exist.

                          Please Help!

                          Kind regards,
                          Dmjpro.
                          Tut, tut, DJ, you really need to *read* what's on that site to be able to use their package. It's all there.

                          Comment

                          • JosAH
                            Recognized Expert MVP
                            • Mar 2007
                            • 11453

                            #14
                            Originally posted by dmjpro
                            I tried with my which I did download first.
                            But some functions are not supported.
                            That's why I downloaded your's.
                            Now I get RXTXcomm.jar, and I dropped that into ext directory but Compiler says javax.comm.* does not exist.

                            Please Help!

                            Kind regards,
                            Dmjpro.
                            Have you read that RXTX uses another package name for copyright reasons?
                            btw, you also need to store two .dlls in your bin directory. Don't just dump files
                            all over the place and expect things to work automagically without reading at
                            least a few installation instructions.

                            What do you want to do with that serial port anyway?

                            kind regards,

                            Jos

                            Comment

                            • dmjpro
                              Top Contributor
                              • Jan 2007
                              • 2476

                              #15
                              Originally posted by JosAH
                              Have you read that RXTX uses another package name for copyright reasons?
                              btw, you also need to store two .dlls in your bin directory. Don't just dump files
                              all over the place and expect things to work automagically without reading at
                              least a few installation instructions.

                              What do you want to do with that serial port anyway?

                              kind regards,

                              Jos

                              I got it from Sun Site.
                              Now all methods are supported.
                              Ok I ll read that doc.
                              The dll for native code for Com Port Interaction.

                              Kind regards,
                              Dmjpro.

                              Comment

                              Working...