Posts
 
Reputation
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 #4K
~284 People Reached
Favorite Forums
Favorite Tags
java x 3
Member Avatar for larrymtl

Hello guys, please could somebody help me...there is a problem with logic in my loop with pretty the same structure in methods: [B]public void isMember()[/B] and [B]public void deleteMember()[/B] Compilator ignores the scanner and directly goes to else statement and puts it in the loop 10 times... [CODE] import java.util.*; …

Member Avatar for larrymtl
0
237
Member Avatar for Rune911

I'm trying to use Java to echo a command to another shell, but I have had no luck doing so so far. [CODE]echo xcommand | /usr/bin/tshell[/CODE] In the linux shell this is processed as echo xcommand to the tshell shell and works properly. In java all it does is echo …

0
47