NeatBeans System.in.read()

From: Jon W (gosubi_at_yahoo.com)
Date: 03/15/05

  • Next message: Wolff: "Re: Right newgroup?"
    Date: 15 Mar 2005 09:13:36 -0800
    
    

    This seems to work for using System.in.read() within NetBeans 4

    Edit Build-impl.xml
    Section: -init-macrodef-java
    java fork="false"

        <target name="-init-macrodef-java">
            <macrodef name="java" uri="http://www.netbeans.org/ns/j2se-project/1">
                <attribute name="classname" default="${main.class}"/>
                <element name="customize" optional="true"/>
                <sequential>
                    <java fork="false" classname="@{classname}" dir="${work.dir}">
                    <!-- columbia.edu fix init-macrodef-java fork="false" -->
    ****
    An input box will open at the bottom of the Output Window.


  • Next message: Wolff: "Re: Right newgroup?"

    Relevant Pages

    • Re: Question on Java .form and Eclipse
      ... Since I noticed that each .form has a corresponding .java ... the NetBeans, which is good to know from here. ... you can safely edit the .java source in Eclipse so ... same as the one you sent on the post prior it, ...
      (comp.lang.java.programmer)
    • Re: Question on Java .form and Eclipse
      ... Since I noticed that each .form has a corresponding .java ... the NetBeans, which is good to know from here. ... If you are contributing changes to non-GUI code, ... you can safely edit the .java source in Eclipse so ...
      (comp.lang.java.programmer)
    • Re: How to edit the GUI source code?
      ... the NETBEANS.I can run the code in the IDE,but I can't edit the ... NetBeans is sure capable of editing GUI's, ... but does it contain .java files, ...
      (comp.lang.java.programmer)
    • Re: A constructive debate: Eclipse or NetBeans?
      ... However, I've tried NetBeans recently. ... better support for creating GUIs than Eclipse ... "make" as a build system and primarily programming in OCaml. ... Sun's Java implementation. ...
      (comp.lang.java.softwaretools)
    • Netbeans6 - Javas own "Vista experience" ?
      ... I'm but a Java programmer and not even a veteran at that. ... I started using Netbeans 4.x and immediatly adopted it ... you'll see is a lightbulb which warns you about missing javadocs. ...
      (comp.lang.java.advocacy)