• 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

Signed applet using javax.xomm

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using a signed applet that utilizes the javax.comm package. I have used this package with out any problem on the same machine. I copied the comm.jar file into the jre/lib/ext directory along with the javax.comm.properties file. Also placed the win32com.dll in the jre/bin directory. When I run the applet I am not getting the port listings like I did when running on the same machine. A common cause for this is that the javax.comm.properties file is not in the proper place. But I think it is, but is this happening because the applet is running and the application can not find the javax.properties file? I have tried different sub-directories and everything I can think of... Any ideas? Thanks, Jeff
 
reply
    Bookmark Topic Watch Topic
  • New Topic