pls how can i go about setting, as a window user?
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.
pls how can i go about setting, as a window user?
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.
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
Ada Lovelace (June 10th, 2014)