Jump to content

Search the Community

Showing results for tags 'java'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Operating System Support
    • Windows Client OS Support
    • Windows Server Technologies
    • Mac, Linux, Chrome OS Support
  • Support and Discussion
    • Hardware Support and Discussion
    • Microsoft Application Support
    • General Software Support and Discussion
    • Internet, Networking and Security
    • Miscellaneous Support!
  • Essentials
    • Essential Guides
    • Essential Reviews
    • Essential Headlines
    • Essential Software
    • Essential Updates
  • Everything Else
    • The Game Zone
    • Programming, Debugging, Scripting...
    • Websites, Design and Code
    • Home Cinema, Television, Sky, Virgin Media, Freeview, Freesat
  • Windows Forum Chat
    • Windows Forum Related
    • Debates and Poll Station
    • Subscribers Lounge
    • The Lounge
    • NEW Members

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Skype


Website URL


Full Name


Location


Interests

Found 6 results

  1. Hello All, I am a beginner coder and I am trying to get a java drum kit program that I found by online source, because I thought it would be fun to work with, but when I compile the code on interviewbit the applet comes up with the buttons but no sound plays. I do not know why this is and I was wondering if I could get help fixing it. Can anyone now how to fix this please explain in layman's terms. This is my code: import java.awt.*; import java.applet.*; import java.awt.event.*; import javax.swing.*; public class FinalProjectst extends JApplet { private JButton snareButton; private JButton hiHatButton; private JButton bassButton; private JButton cymbalsButton; private AudioClip snare; private AudioClip hiHat; private AudioClip bass; private AudioClip cymbals; public void init() { setLayout (new FlowLayout()); sampleButtons(); snare = getAudioClip(getDocumentBase(), "Snare.wav"); hiHat = getAudioClip(getDocumentBase(), "HiHat.wav"); bass = getAudioClip(getDocumentBase(), "Kick.wav"); cymbals = getAudioClip(getDocumentBase(), "Crash.wav"); } private void sampleButtons() { snareButton = new JButton("Snare"); hiHatButton = new JButton("Hi Hat"); bassButton = new JButton("Kick"); cymbalsButton = new JButton("Cymbals"); snareButton.addActionListener(new ButtonListener()); hiHatButton.addActionListener(new ButtonListener()); bassButton.addActionListener(new ButtonListener()); cymbalsButton.addActionListener(new ButtonListener()); add(snareButton); add(hiHatButton); add(bassButton); add(cymbalsButton); } private class ButtonListener implements ActionListener { public void actionPerformed(ActionEvent e) { if (e.getSource() == snareButton) snare.play(); if (e.getSource() == hiHatButton) hiHat.play(); if (e.getSource() == bassButton) bass.play(); if (e.getSource() == cymbalsButton) cymbals.play(); } } }
  2. In the wake of the latest news. Here is how to disable Java in several browsers. If you are using a different browser from the ones listed use Google to search for instructions. How to disable Java
  3. Friends, I am looking for a jquery plugin which is used to move the content in different directions, left to right, right to left or bottom to top. I can use html marquee but it will not support all browsers, so please give me a jquery code to get marque effect in html. So that it will be helpful for me....
  4. LINK: > How to Protect Yourself From Java Security Problems if You Can’t Uninstall It
  5. Hi, really hope I can get a straight and simple answer from somone on here. I really want to get the Surface as a secondary laptop for home. The main reason for getting this though will be home based work. All I want to know is, will I be able to run a Java client on Windows RT, or is it better to wait for the full Windows 8 version? Thanks in advance, D.
  6. I'm running Windows XP SP3, with all the latest updates for Windows. Recently an Avira Free antivirus scan had these results: C:\Documents and Settings\User\Local Settings\Application Data\Sun\Java\Deployment\cache\6.0\59\10b513bb-7e0be406 [0] Archive type: ZIP --> App.class [DETECTION] Contains recognition pattern of the JAVA/Paladin.A Java virus --> Ballau.class [DETECTION] Contains recognition pattern of the JAVA/Agent.MY Java virus --> Burrow.class [DETECTION] Contains recognition pattern of the JAVA/Paladin.B Java virus --> Robonuka.class [DETECTION] Contains recognition pattern of the JAVA/Capsy.A Java virus --> Str.class [DETECTION] Contains recognition pattern of the JAVA/Dldr.Agent.AQ Java virus Following the recommendation, I moved the file to Quarantine. I also submitted this file to Avira as a possible false positive. They replied: Please find a detailed report concerning each individual sample below: Filename Result META-INF/MANIFEST.MF CLEAN The file 'META-INF/MANIFEST.MF' has been determined to be 'CLEAN'. Our analysts did not discover any malicious content. Filename Result App.class MALWARE The file 'App.class' has been determined to be 'MALWARE'. Our analysts named the threat JAVA/Paladin.A. The term "JAVA/" denotes a virulent Java-Applet or–Application. Detection is added to our virus definition file (VDF) starting with version 7.11.45.232. Filename Result Ballau.class MALWARE The file 'Ballau.class' has been determined to be 'MALWARE'. Our analysts named the threat JAVA/Agent.MY. The term "JAVA/" denotes a virulent Java-Applet or–Application. Detection is added to our virus definition file (VDF) starting with version 7.11.45.232. Filename Result Burrow.class MALWARE The file 'Burrow.class' has been determined to be 'MALWARE'. Our analysts named the threat JAVA/Paladin.B. The term "JAVA/" denotes a virulent Java-Applet or–Application. Detection is added to our virus definition file (VDF) starting with version 7.11.45.232. Filename Result Parasno.class MALWARE The file 'Parasno.class' has been determined to be 'MALWARE'. Our analysts named the threat Java/Jogek.DQ. The term "JAVA/" denotes a virulent Java-Applet or–Application. Detection will be added to our virus definition file (VDF) with one of the next updates. Filename Result Robonuka.class MALWARE The file 'Robonuka.class' has been determined to be 'MALWARE'. Our analysts named the threat JAVA/Capsy.A. The term "JAVA/" denotes a virulent Java-Applet or–Application. Detection is added to our virus definition file (VDF) starting with version 7.11.45.232. Filename Result Str.class MALWARE   The file 'Str.class' has been determined to be 'MALWARE'. Our analysts named the threat JAVA/Dldr.Agent.AQ. The term "JAVA/" denotes a virulent Java-Applet or–Application. Detection is added to our virus definition file (VDF) starting with version 7.11.45.232. -------------------------------------------------------------------------------------------- I decided to install the new Java 7 Update 9, and downloaded the file JavaSetup7u9.exe from the Java website, but didn't install yet. First in Add or Remove Programs, I attempted to uninstall Java 7 Update 7. The Windows installer opened and the progress bar went through the usual process ("Please wait while Windows configures Java"), but then a separate window "Add or Remove Programs" popped up saying: "Fatal error during installation." Java 7 Update 7 was still listed in the Add or Remove Programs list. I tried installing the new Java 7 Update 9, and the Java Setup window worked for awhile, until the final message: "Installation Failed The wizard was interrupted before Java 7 Update 9 could be completely installed. To complete installation at another time, please run setup again." At this point I tried installing again, with same results. I returned to the Java website and downloaded the offline version: jre-7u9-windows-i586.exe I tried this and Java also failed to install. I thought something might be wrong with the Windows installer, so went to Microsoft site, and downloaded the latest installer WindowsXP-KB942288-v3-x86.exe, ran it, and rebooted. I tried uninstalling Java 7 Update 7 again, but failed again. Same failed results with trying to install Java 7 Update 9. Any suggestions? Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy