ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Looking for examples

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Re: Looking for examples

    might be silly comment, but try this one after other..

    01. set theMain Class in net beans project (if not set..)or
    02. problem in your dependencies (by setting the classpath as needed)



    01. right click project > Run > Main Class > Browse Button > select your main class >OK & clean & build

    or

    02.setting the new classpath again..

    window -> files -> right click on the project >new> other >other & create a folder "lib"
    copy your jt400.jar into the lib folder

    right click on the project > properties > libraries > compile tab > add Jar/Folder > navigate to your "lib" folder & select jt400

    clean & build

    Thanks

    Comment

    Working...
    X