Search:

Type: Posts; User: nambill

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,829

    Re: can't open jar file

    There is a typo: Main class : jlink.example.JLinkFeatures.class

    Instead, it must be: Main-Class: jlink.example.JLinkFeatures.class
  2. Replies
    5
    Views
    1,829

    Re: can't open jar file

    Does the class JLinkFeatures belong to a package? I guess you didn't specify a fully qualify name, such as com.mypackage.JLinkFeature, so that Java couldn't find the class.
Results 1 to 2 of 2