Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: DrJava doesn't support the syntax [ICODE]java RandomSeq > mytest.txt [/ICODE] You can achieve the same by doing this: 1. Compile your program (e.g. RandomSeq.java). 2. In the Interactions pane, import the classes from the java.io package: [ICODE]import java.io.*[/ICODE] 3. Store the old System.out stream in a variable: [ICODE]PrintStream oldOut = … |
The End.