0

I am working with eclipse, jni, c, CentOS6.

I really want to see some logs from C code, but in eclipse console, it does not show printf Message which happens in C.

Is there any way to print C logs in eclipse console?

Jeyaram
  • 9,158
  • 7
  • 41
  • 63
Juneyoung Oh
  • 7,318
  • 16
  • 73
  • 121
  • You can check here : http://stackoverflow.com/questions/13035075/printf-not-printing-on-console for your problem – Ozan Deniz May 03 '13 at 06:39

1 Answers1

0

@Ozan Deniz Thanks for sharing your knowledges. to summarize that link, eclipse has C console problem itself. so if someone print C msg in eclipse console, has to use fprintf(stderr, "")... Thanks again.

Juneyoung Oh
  • 7,318
  • 16
  • 73
  • 121