NeatBeans System.in.read()
From: Jon W (gosubi_at_yahoo.com)
Date: 03/15/05
- Previous message: qwejohn_at_hotmail.com: "detecting memoru leak in a Java/JNI application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: qwejohn_at_hotmail.com: "detecting memoru leak in a Java/JNI application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|