cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
swjcarter
Level 3

Mac 10.5 terminal output

We have 2 issues with Mac and IA 2008.

When our application runs on mac 10.4 with an ia 2008 launcher from the terminal window, we see the output stderr, stdout on the terminal window. But when we run the same code on 10.5 we do not see any output on the term window nor the console.

If we launch our program by hand using java -parameters -blah -blah then the output is there.

What is the best way to figure out why 10.5 does not show any of our output but 10.4 does when launched from the myapplication.app mac launcher.
Labels (1)
0 Kudos
(5) Replies
swjcarter
Level 3

Anyone running 2008 installs on a mac ?
0 Kudos
swjcarter
Level 3

I assume I am the only one that has the joy of dealing with macs for their IA installs ?
0 Kudos
scully13
Level 4

You aren't the only one. I couldn't get it to work either. I ended up populating paths for stderr and stdout instead of console on the Mac side for debugging.
0 Kudos
oren2f
Level 2

the same problem how anyone found up a workaround
0 Kudos
oren2f
Level 2

there is a workaround for this problem

In the Edit properties of the LaunchAnywere replace the
console value for the following properties with the /dev/stdXXX

lax.stdin.redirect=console -> /dev/stdin
lax.stdout.redirect=console -> /dev/stdout
lax.stderr.redirect=console -> /dev/stderr
0 Kudos