Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: simple netbeans project for math calculations with commons-math commons-math3-3.6.1.jar

  1. #1
    Junior Member
    Join Date
    Sep 2017
    Location
    Campbell, CA
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default simple netbeans project for math calculations with commons-math commons-math3-3.6.1.jar

    Hi,

    My name is Diana Mecum, and I am trying to learn Java. I have a master's degree in Math, and thought that working math problems might be interesting. The whole Java thing is a little overwhelming.

    I have installed NetBeans on my Mac, and understand how to create projects with it. I understand how to import the commons-math3-3.6.1.jar flle into a newly created library for a new project.

    I am trying to write a Java file to do simple math calculations, using the commons-math library files. I don't know how to import the library file within the Java file.

    What I would like is a program to print output with a println command. I would then set up integers, doubles, etc, and perform various calculations with them. Can someone help me with a simple program to get started?

    Diana M.

  2. #2
    Member
    Join Date
    Apr 2014
    Posts
    93
    Thanks
    3
    Thanked 7 Times in 7 Posts

    Default Re: simple netbeans project for math calculations with commons-math commons-math3-3.6.1.jar

    Welcome to the forum! Please see your other thread for an answer that I think will help.

Similar Threads

  1. Question about math.pow and math.sqrt
    By ggx7 in forum Java Theory & Questions
    Replies: 7
    Last Post: March 7th, 2014, 12:51 PM
  2. How to solve user defined from apache commons math
    By The_Legend in forum What's Wrong With My Code?
    Replies: 3
    Last Post: December 18th, 2013, 03:55 PM
  3. User Input/Output for Math Calculations - Java
    By Infinite in forum Java Theory & Questions
    Replies: 7
    Last Post: July 9th, 2013, 03:45 AM
  4. commons-fileupload-1.2.1.jar Problems
    By sengreen in forum Java Servlet
    Replies: 0
    Last Post: April 30th, 2013, 08:42 AM
  5. Math calculations
    By mikem1034 in forum Java Theory & Questions
    Replies: 1
    Last Post: January 16th, 2013, 10:13 AM

Tags for this Thread