• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

New OpenSource Antivirus built purely in Java, use it

 
Greenhorn
Posts: 5
Google Web Toolkit Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Project Name: BlueX
Description: Open Source Explorer and Virus Removing Tool.
Version: 2.0 Beta

Friends this new explorer is just for you so that you can remove pen drive's viruses and manage stuffs.
This is an Explorer which resembles as WindowsExplorer's Detailed View. But it contains lots more fun in it.

It do:

1. Protect your system from pen drive's viruses using Processing Tool for stored virus definitions.
2. Manually stores viruses definitions(only name).
3. Searching Facility
4. Deleting Facility
5. Copying Facility (Yet to be improved. Please give your feedback.)
6. Back and Forward buttons for higher reliable interfacing.
7. You can request OS to run the selected file.
8. Open Source so that any one can be the part of development.
9. And many more things....

This software is built for system which is free from any viruses, so be sure if you want to use this software as virus processing your system must be virus free.

Link to software:

http://www.4shared.com/file/61607996/4d1c7e11/BlueX.html

Steps to use:
* It is a zip file decompress it in any folder.
* It contains a jar file named: BlueX.jar double click it run. or use the following command prompt command:
java -jar BlueX.jar com.gmail.pratikabu.blueX.InitializeSoftware
* It requires JRE 1.6 so download it from sun's website. or www.java.com

For any further queries please feel free to contact me.
pratikabu@gmail.com

Use it and please send me Feedback...
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Pratik Soni welcome to Javaranch
Double clicking the JAR displayed the error main class not found.
The command executed properly.

The UI is nice and looks like you use the file names to identify viruses.
Anyways started experimenting it.
 
Pratik Soni
Greenhorn
Posts: 5
Google Web Toolkit Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Amit nice to here form you.
Install JRE 1.6 in your system for your first problem.
And yes you identified the processing it matches the file name for virus identification. Actually i also need to publish its documentation so that the functionality is more clarified.
By the way i enhanced antivirus and sooner i am giving the link for it too.
Sorry for late replying.
 
Amit Ghorpade
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

And yes you identified the processing it matches the file name for virus identification


Does it check for virus signatures?

Yes the documentation will make things more clear.


Sorry for late replying.


No need to say sorry.
 
Pratik Soni
Greenhorn
Posts: 5
Google Web Toolkit Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No Amit it does not search for virus signatures.
Can you suggest me so that i can make it to do so...

I am working for the Documentation too.
reply
    Bookmark Topic Watch Topic
  • New Topic