About 70 results
Open links in new tab
  1. Newest Questions - Stack Overflow

    Stack Overflow | The World’s Largest Online Community for Developers

  2. java - Checking uploaded files for viruses - Stack Overflow

    I have some application. User can upload files, i save it on disk, and return it, when user want. I need implement some protection for uploaded files for viruses. I found 3 solutions for this probl...

  3. Archivos JAVA con icono de JConsole - Stack Overflow en español

    Apr 16, 2022 · Estaba buscando varios IDE para empezar a programar e instalé muchos programas como code::block, visual studio, eclipse, etc y desde ese día comenzaron a salirme en todos mis …

  4. How to implement file content virus scanner in a JAVA spring core ...

    Aug 1, 2022 · I am working on a web application which is accepting some files from external users. Thus, I wish to incorporate one JAVA compatible antivirus in my application which will scan the file …

  5. How to create a temporary directory/folder in Java?

    417 Is there a standard and reliable way of creating a temporary directory inside a Java application? There's an entry in Java's issue database, which has a bit of code in the comments, but I wonder if …

  6. Is it possible for a Java JAR file to damage your system and how can ...

    Jan 23, 2011 · It is possible to restrict what java applications can do, applets and webstart programs usually are secured this way. Alternatively you can run any program as a different/restricted user or …

  7. security - Can Java Applets be dangerous? - Stack Overflow

    Jun 10, 2020 · So I'm currently reading the "Java A Beginners Guide 7th Edition" book. And the following sentences seemed to me that Applets could be used as virusis. Was this done? An Applet is a …

  8. Does Java have a built-in Antivirus? Is it true? - Stack Overflow

    Apr 6, 2010 · Java does have a security-related concept called "sandbox", but it works very differently from typical anti-virus products. The latter usually try to catch viruses via signatures or code analysis …

  9. How to scan a file with antivirus on upload in Java? [closed]

    To implement a virus file scan in Java, a third-party package needs to be used. For the purposes of this article, I will use Symantec Scan Engine (SSE) package, which comes with Java APIs.

  10. Determining if a Java app is malware - Stack Overflow

    Mar 23, 2011 · If it's not even possible to automatically determine whether a program terminates, I don't think you'll get much leverage in automatically determining whether an app does "naughty stuff". Part …