• 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

Creating a file that you can run?

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've made some of my first programs( I've been learning for 'bout 3 months) and I still don't know how to make a JAR or JPNL file that people can use. I feel like an idiot posting this but I've read around and I can make JAR's but they don't run when I click on them. And I don't even know where to start with JNPL(I'm not sure what their called).
 
Sheriff
Posts: 11343
Mac Safari Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a common challenge the first time around, so don't fee bad!

For executable JARs, see Java Tutorial - JAR Deployment for help.

Java Network Launch Protocol (JNLP) is is used by Java Web Start. See Java Tutorial - Web Start Deployment.

Post back with specific questions.
 
reply
    Bookmark Topic Watch Topic
  • New Topic