• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

packaging an application in netbeans that uses javax.comm

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
hi

i have developed an application in java using netbeans that uses javax.comm package. In order to use this package I need to put 3 file: win32com.dll, comm.jar and javax.comm.properties in appropriate folders in jdk and jre. Now I want to deploy my application. How can I include these three files in my netbeans package itself, so that the end user can run my application directly. I know how to create a jar of my netbeans application. I also know that comm.jar can be added to library. But is there a way of packaging win32com.dll and javax.comm.properties...in case you know of any free java product installer that detects a jdk and jre, and after detection will allow me to specify copying of the 3 javax.comm files in certain folders, please let me know... please help me...this is very important for me..thanks
reply
    Bookmark Topic Watch Topic
  • New Topic