Search:

Type: Posts; User: jjones7947

Search: Search took 0.09 seconds.

  1. Replies
    18
    Views
    1,519

    Re: Importing Third Party Libraries

    For the sake of later readers this is what I got from the MyEclipse support
    Your project has module-info.java file which is introduced from Java 9 onwards.
    Please read these for more details about...
  2. Replies
    18
    Views
    1,519

    Re: Importing Third Party Libraries

    yes it is the package
  3. Replies
    18
    Views
    1,519

    Re: Importing Third Party Libraries

    C:\Users\JAJones\Workspaces\BlockChain\noobchain\src>javac -cp .;C:\Users\JAJones\Downloads\Java_Libraries\gson-2.6.2.jar noobchain\NoobChain.java
    it compiled

    --- Update ---



    cmd console is...
  4. Replies
    18
    Views
    1,519

    Re: Importing Third Party Libraries

    C:\Users\JAJones\Workspaces\BlockChain\noobchain\src>javac noobchain\NoobChain.java
    noobchain\NoobChain.java:4: error: package com.google.gson does not exist
    import com.google.gson.GsonBuilder;
    ...
  5. Replies
    18
    Views
    1,519

    Re: Importing Third Party Libraries

    javac NoobChain.java
  6. Replies
    18
    Views
    1,519

    Re: Importing Third Party Libraries

    C:\Users\JAJones\Workspaces\BlockChain\noobchain\src\noobchain>javac NoobChain.java
    NoobChain.java:4: error: package com.google.gson does not exist
    import com.google.gson.GsonBuilder;
    ...
  7. Replies
    18
    Views
    1,519

    Re: Importing Third Party Libraries

    I don't remember having to put all of the files in jdk bin directory in the path in order to use them. Expect JAVA_HOME to help with that....
  8. Replies
    18
    Views
    1,519

    Re: Importing Third Party Libraries

    I did try the commandline you suggested, tried it in a cmd window and a terminal out of MyEclipse. In both I was told that 'javac' is not recognized as an internal or external command,
    operable...
  9. Replies
    18
    Views
    1,519

    Re: Importing Third Party Libraries

    Found 3 different ways to put a jar file in the class path.
    First , there is the method from the tutorial which places the jar file in a directory with an arbitrary name which is on the same level...
  10. Replies
    18
    Views
    1,519

    Importing Third Party Libraries

    Am trying to complete the Java tutorial on Block Chain at "https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa" and am having problems getting...
  11. Thread: Howdy

    by jjones7947
    Replies
    1
    Views
    792

    Howdy

    Been doing Java on and off since 2002. Hold a Java based BS in IT from University of Maryland. Been off the laast couple of years and trying to get updated
Results 1 to 11 of 11