Aces
Joined: 05 Jul 2011 |
Posts: 0 |
Location: Singapore |
|
 |
Posted: Sat Jul 09, 2011 5:26 pm |
|
 |
 |
 |
 |
Hello guys,
I'm a amateur programmer, doing Java programming, and recently I integrated clamwin antivirus into my school project. The thing is, I found out that the output was different when I run clamscan on the commandLine and when I run clamscan on my java application:
Here are 2 pictures to show what I meant, the first picture is the output when i ran it directly on CMD:
https://i52.tinypic.com/2a5ngg2.jpg
the second picture is the output on my java textarea:
https://i56.tinypic.com/crpcx.jpg
Why doesn't texts such as "Known viruses", "Engine Version" text appear on my GUI when I ran clamscan on my Java app? Is there something to do with clamscan? Could anyone help me a little?
|
|
GuitarBob
Joined: 09 Jul 2006 |
Posts: 9 |
Location: USA |
|
 |
Posted: Sat Jul 09, 2011 7:38 pm |
|
 |
 |
 |
 |
My "unofficial" answer here is that the missing information is unique to the ClamWin GUI and is not available when you invoke clamscan via the command line.
Regards,
|
|