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 3 of 3

Thread: Setting up Java Development Environment

  1. #1
    Junior Member
    Join Date
    May 2014
    Posts
    4
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Setting up Java Development Environment

    pls how can i go about setting, as a window user?


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Setting up Java Development Environment

    Your post has been moved to a new thread.

    I'm not sure what question you're asking. What are you trying to set?

    This page has a section for Microsoft Windows (find it) that includes links in the order needed to get your environment set up. Please work through those and come back when you need help.

  3. #3
    Junior Member j831526's Avatar
    Join Date
    Jun 2014
    Posts
    15
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Setting up Java Development Environment

    Not sure if using this reply is the proper way to ask a question; I'm new to this forum.

    Anyway, I work with an editor (JEdit if it matters), the command line (TCSH on an iMac), and Python scripts for my environment. I was using the -cs option (found on an old web page) on the java command I generate to run a program. Seems like a good idea and avoids makefile hell But I get a warning that it's been depreciated. It didn't cause anything to fail, but I'm wondering if its function has been removed, or is it being done automatically? There doesn't seem to be a replacement option which includes the function.

    The -cs option checks the dates on the .java files vs. the dates on the .class files (like make would) to save any helpful responders any lookup time.

    Thanx - Charlie

  4. The Following User Says Thank You to j831526 For This Useful Post:

    Ada Lovelace (June 10th, 2014)

Similar Threads

  1. setting up the JAVA EE environment
    By shreerangpande in forum Java Servlet
    Replies: 4
    Last Post: May 14th, 2014, 04:16 PM
  2. [SOLVED] J2ME 3 Development Environment Won't Start
    By bgroenks96 in forum Java ME (Mobile Edition)
    Replies: 4
    Last Post: February 15th, 2012, 07:55 AM
  3. Assistance requested in setting up JAVA environment
    By bobcox in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: November 2nd, 2011, 10:30 AM
  4. PDE(plugins development environment)
    By swedenkhan in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 26th, 2011, 07:28 AM
  5. Replies: 1
    Last Post: July 10th, 2008, 05:03 AM