Symantec Antivirus constantly detecting .CLASS files as risks

Good Afternoon,
Lately Symantec Antivirus has been detecting lots and lots of .CLASS files as risks/viruses on our client machines. Most of the risks are detected as Trojan Horse. When I check the Risk History log on the Symantec Antivirus server, for the client, it shows that the files are being detected
In Vista - C:\Users\user's profile folder\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\ - various folders
In XP - C:\Documents and Settings\user's profile folder\Application Data\Sun\Java\Deployment\cache\6.0 - various folders
The 6.0 folder contains folders numbered 0-63 as well as folders named host, muffin, and tmp. Usually I have the user go into the Java Control Panel and click the Settings button and then click the Delete Files button, to include the Applications and Applets and Trace and Log Files. Then I run a full Symantec scan on the client machine and it usually comes back clean.
In the Temporary Files Settings screen in the Java Control Panel, there is a checkbox checked to "Keep temporary files on my computer." If uncheck this option, will that affect anything? I am thinking that if this option is unchecked then maybe I Symantec won't keep finding these .class files on my client machines.
We used to just have the Java JRE on our client machines, but recently we have had problems with our software distribution packages throwing up errors about a corrupt .cab file during installation so we started putting the full JDK version on the machines. I am not sure if it is conicidence or not, but I am thinking that Symantec didn't start detecting all of these .class files until we started putting the JDK on the client systems.
I started to post this message on a Symantec forum, but thought it might be better suited for a Java forum instead, since the files that are being detected as risks/virus by Symantec are .class Java files.
If anyone has any info or suggestions on this for me it would be greatly appreciated.
Thank you,
Ms. Lawrin Walker

Good Afternoon,
Lately Symantec Antivirus has been detecting lots and lots of .CLASS files as risks/viruses on our client machines. Most of the risks are detected as Trojan Horse. When I check the Risk History log on the Symantec Antivirus server, for the client, it shows that the files are being detected
In Vista - C:\Users\user's profile folder\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\ - various folders
In XP - C:\Documents and Settings\user's profile folder\Application Data\Sun\Java\Deployment\cache\6.0 - various folders
The 6.0 folder contains folders numbered 0-63 as well as folders named host, muffin, and tmp. Usually I have the user go into the Java Control Panel and click the Settings button and then click the Delete Files button, to include the Applications and Applets and Trace and Log Files. Then I run a full Symantec scan on the client machine and it usually comes back clean.
In the Temporary Files Settings screen in the Java Control Panel, there is a checkbox checked to "Keep temporary files on my computer." If uncheck this option, will that affect anything? I am thinking that if this option is unchecked then maybe I Symantec won't keep finding these .class files on my client machines.
We used to just have the Java JRE on our client machines, but recently we have had problems with our software distribution packages throwing up errors about a corrupt .cab file during installation so we started putting the full JDK version on the machines. I am not sure if it is conicidence or not, but I am thinking that Symantec didn't start detecting all of these .class files until we started putting the JDK on the client systems.
I started to post this message on a Symantec forum, but thought it might be better suited for a Java forum instead, since the files that are being detected as risks/virus by Symantec are .class Java files.
If anyone has any info or suggestions on this for me it would be greatly appreciated.
Thank you,
Ms. Lawrin Walker

Similar Messages

  • Problem with applet , Not able to detect class file

    Hello friends,
    I have a swing/applet class file, and i am trying to integrate it with Tomcat webapps
    My HTMl code goes like this...........
    <APPLET ALIGN="CENTER"
                   CODEBASE="/../../classes/org/jgraph/"
                   CODE="SimpleGraph.class"
                   WIDTH="800" HEIGHT="500">
                   </APPLET>
    My classes are found inside the code base URL............
    CODEBASE="/../../classes/org/jgraph/"
    My folder structure is like below.....in which "SimpleGraph.class" is found
    D:\June5WF\Archicentro\web\WEB-INF\classes\org\jgraph\SimpleGraph.class
    My HTML resides in the following directory structure...
    D:\June5WF\Archicentro\web\WEB-INF\jsp\secure\admin\ramesh.jsp
    But When I run the JSP page .... I am Getting Class not found exception..........
    Please can anyone tell me how to solve this problem....
    I have spent 4 hrs in this......PLZ help me out.....

    Hi,
    I did not mean file object. I meant workbook object. The problem is that I can not see from your code how do you get that OLE object reference. It should be something like this
    GET PROPERTY OF h_excel 'ActiveWorkbook' = h_workbook.
    CALL METHOD OF h_workbook 'SAVEAS' EXPORTING #1 = l_file
    Regards

  • How to detect JRE with Javascript and without any help of class file

    Please tell me how to detect JRE with using the Applet file. Is it possible to detect only through Javascript

    It is possible to detect the Sun JRE using only Javascript without any class file.
    However, it is rather complicated due to difficulties with Internet Explorer.
    http://forum.java.sun.com/thread.jspa?threadID=5177843&tstart=15
    http://www.pinlady.net/test/PluginDetect.htm

  • Norton detected lightroom files as high risk files and removed those

    Hi.
    My Norton 360 detected following files as high risk files and removed those
         -mc_config_mp2v.dll
         -mc_config_avc.dll
    Now lightroom do not work properly
    This happened both lightroom 4.1 rc1 and rc2.
    Should I configure Norton to accept those files or are there alternative solution/correction.

    Yes, known issue (Norton being overly sensitive). Unquarantine the files and you should be OK.

  • Tomcat can't detect the class file of the JApplet.

    Hi,
    I am relatively new in the applet field. I am trying to invoke an JApplet through JSP.
    Problem is that i have to package the JApplet class files as it has to access other packages. also the JSP with the embedded JApplet exists in a different folder from the JApplet class files.
    I am getting the class not found exception.
    Context Path: http://localhost:8080/sncdatagate
    folder structure as follows.
    sncdatagate\jsp\myApplet.jsp
    sncdatagate\WEB-INF\classes\datagate\ui\myApplet.class
    package for myApplet.java : datagate.ui
    The JSP code is as follows :-
    <jsp:plugin
    type="applet"
    code="datagate.ui.myApplet"
    codebase="/sncdatagate/"
    width ="700"
    height="400"
    iepluginurl="http://java.sun.com/products/plugin/autodl/jinstall-1_3_1_01a-win.cab#version=1,3,1,1"
    nspluginurl="http://java.sun.com/products/plugin/autodl/jinstall-1_3_1_01a-win.cab#version=1,3,1,1"
    jreversion="1.3.1_01">
         <jsp:params>
                             <jsp:param name = "encodedString" value="<%=encodedString%>"/>
              </jsp:params>
    </jsp:plugin>
    The error on Java console is as follows:-
    load: class datagate.ui.myApplet not found.
    java.lang.ClassNotFoundException: java.io.FileNotFoundException: File not found: http://localhost:8080/sncdatagate/datagate/ui/myApplet.class
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Kind help!
    Would greatly appreciate any suggestions.
    Thank You.
    regards,
    Priya

    The WEB-INF\classes\ folder is meant for servlets and the files insides are accessed thru the "servlet/" folder. To run applets, place them outside of the web-inf folder together with your jsp files.
    If your applet has a package, remember to create appropriate folders for it. Eg.
    sncdatagate\jsp\myApplet.jsp
    sncdatagate\datagate\ui\myApplet.class
    <applet
    code="datagate.ui.myApplet"
    codebase="/sncdatagate/" ...

  • Class file not detecting

    Hi All,
    I just set up IdM 7.0. I took the classes folder from my colleague's machine and pasted it in the WEB-INF folder in my local. (I am using tomcat).
    When I am running my application at one instance it calling a class, but I am getting the following message
    XPRESS exception:
    Class <package>.<classname> not found
    I have added entry in the environment variables also. What all I could do I believe I have done bhut still it is giving me this error. I even compiled the java file and created the class file in my system, but still it is not working ( though that will not be a problem because class files are machine independent). I even tried putting the whole path upto the class file, into the environment variable. But still this error is coming.
    Please help me.
    Regards
    Alex
    Edited by: AlexRaju on Apr 16, 2008 11:15 AM
    Edited by: AlexRaju on Apr 16, 2008 11:16 AM

    try clearing cache and restarting tomcat. If you post the code that you are using to call the methods it will help to find the issue.

  • Comodo anti-virus detected the file hi.bat

    Comodo anti-virus detected the file C:\Toshiba\Drivers\hi.bat as unclassified Malware-risk High.
    I don't no what to do. Delete?
    I need some help please.

    Hi
    The antivirus scanner has detected this file which is classified as Malware-risk high.
    Either you would delete this file or would add it to the quarantine.
    But these options are provided by Antivirus as well

  • Symantec antivirus & LabVIEW 7.1 exe's

    Anyone know of any conflicts with LV 7.1 exe's & Symantec AntiVirus Corporate 10.1.4.4000 on Win2k (and possibly XP)?
    Soon after we installed the antivirus update, LV7.1. executables began
    locking up the system when they tried to access a file.  Some of
    the system is still responsive (you can view the system processes, for
    example), but when you give a command nothing happens (restart, for
    instance, doesn't work).  The processor monitor shows 99% idle...
    almost like both the AV and LV are waiting for something.  The
    computer must be hard booted to restore it.
    While I'll be working on downgrading the antivirus, any ideas would be appreciated.
    Thanks,
    Joe Z.

    Thanks Ben, I wish you could too!  Given my druthers, I'd be working on a tree class structure in 8.20... maybe someday
    Tunde, check the attachments.  No relative file pathing functions, or really much of anything else.
    A quick test shows that running from the
    Start>>Run>>H:\bugcheck71.exe (for instance) exhibits the
    same behavior as any other method.  Once, it even locked up before
    rendering the front panel.
    It may very well be my (relatively standard) Windows network.  It has many of the hallmarks of a deadlock timing issue.
    To reproduce the behavior in the executable, you may have to rebuild it to suit your particular network mappings.
    1.  Open the bugcheck71.vi file.
    2.  Set the file control path to a mapped network location.  (It's currently set to select a directory.)
    3.  Set the file control path to default to that location, save, and exit the vi.
    4.  Build the VI into an executable.
    5.  Copy the vi to a mapped drive location.
    6.  (The hard part) Run the vi on a machine with the Symantec 10.1.4.4000 antivirus client, scan engine 61.2.1.10.
    7.  Click the browse button.
    As I've said, I don't see it on every machine, just most of them.
    Symantec shows that earlier antivirus clients could cause tcp/ip issues
    through the antivirus mail client snap in, which our IS is likely to have
    included.  Does the exe make any tcp/ip connections that the dev
    environment does not, or in a different way?
    Attachments:
    bugcheck71.zip ‏27 KB

  • How to compile and register a Java CFX tag with multiple class files?

    All-
    If this is the wrong forum for CFX questions, please let me
    know.
    I need to determine how to compile and register a Java CFX
    tag that contains multiple class files. One class file implements
    the CustomTag interface and the other class files implement various
    supporting classes. All of the documentation that I have found
    talks about using a single class file. I am assuming that a JAR
    file will be involved, but I am not sure of the specifics.
    Thanks in advance for your help.
    -Josh

    Yes, it will involve a jar. Use your java IDE (eclipse,
    etcetera ..) to create a jar containing all of the classes. Check
    your ide's documentation for how to create jar files. After you
    have created the jar, place the jar in the CF class path so CF will
    recognize it. For example the {cf_root}/WEB-INF/lib directory. CF
    must be restarted before it will detect the new jar. After
    restarting CF, register the CFX tag in the ColdFusion Administrator
    using the name of the class that implements the CustomTag
    interface.
    Though it is worth noting you can also instantiate java
    classes directly from ColdFusion (ie without using a CFX
    tag).

  • How do I find out if a class file has deprecated functions

    Currently I'm having problems with a old Visual Cafe class.
    It is definately using deprecated awt funcions.
    My question is..
    1) Without the source code how do I find out what deprecated functions the CLASS file is using.
    2) Has any deprecated class been truly scrapped ? If so, I cannot find
    it in the JDK API documentation or the java.sun.com search engine..

    Here is what I did, to answer your question. I unzipped the symantec jar and used a decompiler (JAD works fine, or cavaj) to create an entire src tree (you can do this with 1 command). Then, compile using your target version of Java. There are well over 100 warnings (with -deprecation on) ranging from Cafe's use of awt.Component methods (mostly), Thread.suspend in their Timer class, to the use of java.util.Date in their Calendar component.
    Cheers!

  • Symantec antivirus Best practice for oracle database on windows server 2003

    Hi all,
    I have an oracle database server on windows server 2003 platform of version 10.2.0.4. what would be best practice of running symantec antivirus on that server as well as database file exclusions from scanning them.
    My server had rebooted unexpectedly for many times. in event log i have id as 6008. what may be cause of it..?

    Normally, you don't run a virus scanner on a database server because your database server isn't vulnerable to viruses. It's behind firewalls, people aren't reading mail on it, people aren't plugging thumb drives into it, etc. If you do decide that you need to run a virus scanner on a database server, at least exclude the Oracle data files from the scan. Oracle gets very unhappy if someone else tries to open its data files (or, worse, if someone opens a data file before it gets the chance to acquire exclusive access).
    Justin

  • Using class files with applets

    I've converted a college project, a calculator, into an applet for a website resume. When the html file that loads the applet is opened on a machine with a JVM, the applet works fine. When I tested it on a machine that doesn't have a JVM, the applet wouldn't open.
    I'm assuming its because I'm using methods from classes such java.math, java.awt and java.awt.event. I wanted to try to include the neccessary class files into a .jar file that could be included into the archive attribute. Would this work? and also, where can I actually find these files so that I can put them into a jar file. For example, which directories would I look at to find them? I'm on Mac OS 10.3.7.
    Even with a search utility,I can't find the specific files with I'm looking for.
    Any help is greatly appreciated

    Hi,
    It doesn't matter that you have used classes in the packages java.math etc. The application will never run if there isn't a JRE installed for the web browser. I think most people usually puts a script on the html page which detects if a JRE is installed, and directs users to the download page if there is no JRE.
    Kaj

  • Is it too much lines of code inside a class file?

    Hi,
    I was wondering about how many lines can be considered too much in a java class file. I saw some class files with more the two thousand lines of code and even more than three thousand lines. When we have so many lines in the code I've realized that the file becomes slow for edition and it's not readable as it should be. So, as a best practice, or even due to technical issues, in average how many lines of code we'd write in order to keep the readability and avoid compile and build issues? How many lines a class should have without putting our code and performance at risk ?
    thanks a lot

    My general rule of thumb--in a class everything shold be very consistent, that is to say: you should be focusing on 1 idea in your class. IMO: If you have a class for users, you need to consistent in just what that class does. When the class becomes large, then look for related themes that run through methods of that class, and if here are many, you should make a "related class" that does satelite functions of the "core" offered in the main user class.
    Thousands of lines do not a good class make, I break in to related categories of classes long before then, and as a rule I keep under 500 lines in a class--usually under 300. In any case, no more lines of code need go into a class than that to implement the core features in the main idea for that class--and no less lines of code than is needed too, don't religate a method to another class just becasue you feel it would make the class it belongs too big.
    Along the idea of the user class:
    Storage for the user data
    Home information
    Work information
    physical information
    tastes and preferences
    family
    and etc
    all of these could be a class in and of themselves, but definetely are closely related to the user class.

  • Uninstall Symantec Antivirus

    I'm having trouble uninstalling my Symantec antivirus products. I first installed them on Mac OSX 10.3, and I'm running Version 1.0 (082). We upgraded our OS to 10.5 a while ago and trasfered everything currently installed. But since the antivirus is so out of date, it doesn't work correctly and is useless. Every time the computer starts we get popup windows giving us errors from the software.
    I've already tried removing the application by moving the files from the Applications folder into the trash, but it did nothing. I tried googling this, but nothing useful came up. I'm thinking I'll have to use a terminal command to remove everything, but don't know what to do.
    Please help!

    IIRC, it has an uninstaller. If not, try http://www.symantec.com/norton/support/kb/webview.jsp?wv_type=publicweb&docurl=20080427024142EN

  • Why is U51 blocking individual class files not in jars but U45 accepted them?

    Let me answer the "why do you need individual class files?" question first. We have a rather large applet based application with a current client-side minimum jar download size of 1.8 MB. If we put ALL of our class files into jars, that size will probably double. Most users only use a small portion of the class files for their particular tasks. Which of the class files they use depends upon the tasks they perform. Having ALL users download ALL the classes, albeit compressed in jars, is extremely time consuming and a major problem after application updates due to the large number of users and the network load it would cause.
    Jar file manifest:
    Permissions: all-permissions
    Codebase: *
    Application-Name: MyApplication
    Application-Library-Allowable-Codebase: *
    Caller-Allowable-Codebase: *
    Trusted-Library: true
    We have 11 directories with one containing the applet and main client application code. The other 10 directories contain class files relating to the various sub-applications in the system. The system has a third-party runtime jar file, too.
    We have a private network and servers for our business so the exposure is small. This is a screen-scraping, reformattring application that does no real data processing so doesn't need the same security as a true data processing application. Since we are not open to the Internet and of limited security risk, we chose to keep a more simplified structure.
    This all worked under 1.7.0_45. I read the security guide and it was my understanding that these attributes in the manifest would also work for U51. Apparently not. Looking at the guides, now, it appears they have been changed sometime last year regarding mixed-code to mean jars with certificates and jars without certificates. The support for individual class files appears to have been removed. If this is true, then there should have been a beta of the U51 code because the rules seem to have been changed since the last release or there is a new bug.

    This is exactly my same problem. My app (and applet) is about 5 MB if I consider all the classes and libraries used by the app. (I mean 5MB is the size of the jar file). I can't ask customers to download 5 MB every time they want to access the program.
    We need java ask code signing for the principal applet but then we must have the possibility to run single class files as needed.
    Help us all please.
    Thanks Paolo

Maybe you are looking for

  • Canon printer and Snow Leopard

    I recently upgraded to Snow Leopard and have now spent up to 8 hours trying to get my Canon MX 340 working again.  I checked the printer log and it said that the printmanagerfailed, I found a topic here about the same problem and it stated to go into

  • FlexibleUI - UICommands with Path KM and User KM from the context.

    I need to write one new Java Portal Class, for new KM Command. This command should do the following action: - get context information of KMC (specifically portal user and KM path) - call URL with this data. (Example: http://domain:port/service?userkm

  • Bootcamp booting issue (multiple OSX)

    Just got done formatting and installing OSX SL (deleted Lion).  I installed OSX and installed all the updates for SL.  Then I used bootcamp to set up a FAT partition for Win7 and proceeded to install Windows. I used the Windows bootcamp setup applica

  • VirtualBox: Load kernel modules at startup

    I have installed virtualbox and I would like to load its modules vboxdrv at startup so following what is commented in ArchWiki https://wiki.archlinux.org/index.php/Vi - el_Modules, I have create a file virtualbox.conf at /etc/modules-load.d with the

  • Duration of a midi file: I tried all I know!

    Please help me. I tried everything I know and could find on this forum but nothing is working. I always get a length of 9.222...E.. for my midi file length. I tried createPlayer and createRealizedPlayer without success. Here my source code... //Time