Can i make it using Java?

I'm wondering if it is possible to translate a visual basic code to java. I use NetBeans platform. I want to clone [statusdetect.com|http://www.statusdetect.com] . I know i have to use a bot which is written already in visual basic , but i don't really understand it. If anybody knows about this bot and he could help me translate it to java, i would be very happy. Thanks for any help!

Better try here or here.
Good luck!

Similar Messages

  • How can I make server use single class loader for several applications

    I have several web/ejb applications. These applications use some common libraries and should share instances of classes from those libraries.
    But applications are being deployed independently thus packaging all them to EAR is not acceptable.
    I suppose the problem is that each application uses separate class loader.
    How can I make AS use single class loader for a set of applications?
    Different applications depend on different libraries so I need a way that will not share library for all applications on the domain but only for some exact applications.
    When I placed common jar to *%domain%/lib* - all works. But that jar is shared between all applications on the domain.
    When I tried to place common jar to *%domain%/lib/applibs* and specified --libraries* attribute on deploying I got exception
    java.lang.ClassCastException: a.FirstDao cannot be cast to a.FirstDaoHere http://download.oracle.com/docs/cd/E19879-01/820-4336/6nfqd2b1t/index.html I read:
    If multiple applications or modules refer to the same libraries, classes in those libraries are automatically shared.
    This can reduce the memory footprint and allow sharing of static information.Does it mean that classes should be able to be casted ?

    You didn't specify which version of the application server you are using, but the config is similar as long as you know what to look for. Basically, you need to change the classloader delegation. Here's how it is done in 8.2
    http://download.oracle.com/docs/cd/E19830-01/819-4721/beagb/index.html

  • When combining PDF's, the author is picked up from the first PDF opened.  How can I make it use a new author when combining several documents?

    When combining PDF's, the author is picked up from the first PDF opened.  How can I make it use a new author when combining several documents?

    Make sure that fast web view is enabled.

  • How can I make Firefox use another installed Java runtime version?

    For development purposes I have several Java runtime versions on my Windows 7 64 bit machine. I try to keep the number of installed JDKs and JREs to a minimum and I want Firefox to use JRE 1.7.0_21 (32 bit) since this came with a JDK version I am forced to use for another application.
    Firefox however uses JRE 1.6.0_31, and correctly reports this as insecure. It offers me the option to upgrade, but I do not want to download and install another JRE since I already have said JRE 1.7.0_21 installed. I would highly prefer to just be able to point Firefox to that JRE. I don't see an option to select another installed JRE however.
    I have already attempted to manually modify the pluginreg.dat file (I know, it says Do not edit...) by changing the JRE 1.6 entries to JRE 1.7, but upon restart my edits were overwritten and the old JRE was back. As a result I cannot view certain web sites (also corporate/internal) without having to switch to lesser browsers.
    Please let me know how I can make Firefox use the already installed JRE 1.7.

    Thank you for your response, cor-el. I was able to successfully add the JRE 1.7 plugin to Firefox by modifying the existing JRE 1.6 registry entries, but I would not recommend this procedure to users that are less confident in registry editing. Too bad there is not a more user friendly way to do this.
    Unfortunately the Java applet I'm trying to view is still not displayed. I've dug a bit deeper and found that the applet explicitly specifies an older JPI version (1.5.0_02). AFAIK Firefox cannot deal with this if its installed JPI (now 1.7.0_21) does not match the version requested. So either I'm going to have to dig up this older JPI version and install that too, or just switch to an alternative browser to be able to view this applet.

  • Make firefox use Java 5

    My computer uses windows 98se and the latest version of Java that will work on this machine is 5 22. I can not update to a higher Firefox or Java or OS. How can I make my fire fox 3 6 28 work with java 5. It always says that my plug in is blocked and I can not enable it.

    I tried the link "How to enable Java if It's blocked". First there is no option to "Click here to activiate the Java" and there is no Red Plugin Icon. So this link does not help at all.
    Mike

  • How can I make Terminal run Java 7 downloaded from the Oracle Website?

    I've downloaded Java 7 from the Oracle website, and I want the Terminal application to run that Java 7 download. I try to run Java programs that require Java 7, but it runs with the Apple Internal Java 6 release. How can I make it so my MacBook Pro runs the download of Java that I downloaded? I know this sounds stupid, but am I routing my machine to run the internal Java 6 version? I have seen many videos in which people with the same software version as me run Java like this with no problem. Could you please let me know why this is happening and how I can fix it? I really want to be able to use the Java 7, particularly because I'm always getting this "Unsupported Major Minor Version 51.0" from many applications that are Terminal based.
    Thanks!

    I think I've answered your question. The Oracle JRE is a web plugin. The JDK is a development kit for applications with embedded Java. Neither one replaces the Apple-distributed Java frameworks for running standalone applications without embedded Java. Any other questions you have should be answered by the Oracle documentation.

  • How can i Make sys's java classes valid?

    I use Oracle 8.1.8.
    All the java classes in sys are invalid.
    How can I make it valid?
    thanks!

    Dear Chris,
    Sorry to disturb you.
    As I didn't browse Metalink yet, How could I browse METALINK With below Category?
    Thanks in advance,
    Orahar.

  • Can I send email using Java from my localhost(Tomcat) with Internet connect

    Hi friends,
    Please tell me can I send email from my localhost (Tomcat) using Java when my computer is connected to Internet?
    I don't have any SMTP username or password or the like, as I found in some codes available in net.
    Please suggest and any simple code if possible.
    Please don't send me the link of JavaMail API to read.
    ---Sujoy

    Thank you for the link. Though I have not tested the provided code, I will test it.
    --Sujoy                                                                                                                                                                                       

  • Can't change cursor using Java 1.4

    Hi all,
    I wrote a program that worked while I had my Java Platform set to be 1.5. However, when I set my platform to be 1.4.2 (Java Hotspot) I encounter an error. What would be the best way to make the program work as I would like it to?
    The code is:
      Toolkit tk = Toolkit.getDefaultToolkit();
      Cursor invisCursor = tk.createCustomCursor(tk.createImage(""),new Point(),null);
      this.setCursor(invisCursor);that is, I'm trying to hide the mouse cursor in my full-screen application.
    When running the program in 1.4, the program works, but the mouse does not disappear and I get the following error:
      2006-12-05 14:52:21.935 java[744] *** NSThread: ignoring exception '*** -[NSCFArray objectAtIndex:]: index (2) beyond
       bounds (2)' that raised during delayed perform of target 0xa9a8bc20 and selector '_setNativeCursor:'What would be the best way to make my cursor invisible using Java 1.4?
    Thanks!

    Ok, here's my SSCCE that replicates my problem on my computer.
    I am using a Mac (didn't get to try it on my PC, but regardless, I need this to work on a Mac), and the problem only occurs when I am using set my libraries to be Java 1.4.2.
    The first option in hideMouse() simply fails to hide my mouse.
    The second option fails to hide my mouse, and gives me the following error message:
      2006-12-06 10:02:27.785 java[394] *** NSThread: ignoring exception '*** -[NSCFArray objectAtIndex:]: index (2) beyond bounds (2)'
        that raised during delayed perform of target 0xa9a8bc20 and selector '_setNativeCursor:'It gives me this message only if I move my mouse, and repeats this message for as long as I move my mouse.
    My goal is to hide my mouse.
    Any help will be more than appreciated.
    SSCCE:
    import java.awt.*;
    import javax.swing.*;
    public class MouseExample extends JFrame {
        public MouseExample() {
            makeFullScreen();
            hideMouse();
        private void makeFullScreen(){
            this.setUndecorated(true);
            this.setResizable(false);
            GraphicsEnvironment env = GraphicsEnvironment.getLocalGraphicsEnvironment();
            GraphicsDevice device = env.getScreenDevices()[0];  
            DisplayMode oldMode = device.getDisplayMode();
            this.setSize(new Dimension(oldMode.getWidth(), oldMode.getHeight()));       
            device.setFullScreenWindow(this);
            addKeyListener(new java.awt.event.KeyAdapter() {
                public void keyPressed(java.awt.event.KeyEvent evt) {
                    System.exit(0);
        private void hideMouse(){
            // ***** Neither this:
            ImageIcon emptyIcon = new ImageIcon(new byte[0]);
            Cursor invisibleCursor = getToolkit().createCustomCursor(
                    emptyIcon.getImage(), new Point(0,0), "Invisible");
            this.setCursor(invisibleCursor);
            // ***** nor this:
            Toolkit tk = Toolkit.getDefaultToolkit();
            Cursor invisCursor = tk.createCustomCursor(tk.createImage(""),new Point(),null);
            this.setCursor(invisCursor);
            // ***** works
        public static void main(String[] args) {
            MouseExample m = new MouseExample();
    }

  • Can i generate certificates using java api

    can i generate certificates signed by my private key using java API.
    I found cetificatFactory must generate a certificate from a file,
    but how can i generate this file?
    Thanks

    visit :
    http://java.sun.com/j2se/1.3/docs/tooldocs/win32/jarsigner.html
    http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html
    u can create ur own certificate
    Edward

  • How can I trasfer file using java program (from NT to Unix)

    Hi all,
    I want to transfer a text file from Windows NT to Unix machine inside the Java program.
    How should i do it.
    Thanks in advance.
    Regards
    Rajeev

    you have several options:
    - make your system administrator software install software on Unix and NT so that you can see a directory on the Unix machine from your NT machine, and just copy the file there
    - use FTP to put the file on the Unix machine
    Jesper

  • How can I make Outlook use Firefox instead of Internet Explorer and can I turn IE off without hurting anything else on my machine?

    I would like to use Firefox for Outlook Express. I can't find an option in Outlook or Firefox to make Firefox the default to access the web for email through the mail client.
    Also, is there a way to stop IE so that it isn't used at all by any program in my machine?
    Thanks
    CajunReb

    Matt,
    I've tried that. When I go to outlook express, then to tools, options, then connections tab, it says "Outlook shares your connections with Internet Explorer, click the change button to modify these settings", but I don't see a way to do that. It just offers the option of changing settings for connecting to the internet, not which browser.
    I'm stumped

  • Can I make calls using Skype on 1st generation Touch?

    Hello - I have a 1st generation iPod Touch with current software. Can I use the earphones with microphone on this generation to make calls on Skype?
    Thanks!

    Hello Kate,
    To make calls from your cellphone please see here:
    http://www.skype.com/intl/en-us/features/allfeatures/skype-to-go-number/
    Moved to "STG".
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • How can I make this using coldfusion?

    Hi, I'd like to make a photo changing gallery as you see on
    the news sites when you click next it loads a new photo and text
    without reloading the page (
    http://news.aol.com/story/ar/_a/miners-families-outraged-in-utah/20070806121809990001)
    is this done in ajax? do you know where I can find the code
    or application to do this in coldfusion?
    Thanks

    this can be done with a simple image swaping javascript like
    the attached code, and then you call it with and onclick event
    like:
    "imageSwap('BigImage', 'myPicture.jpg');" to cycle through
    several images you can use a javascript array to hold all your
    image names and have the next button just increment through the
    list everytime you click it.

  • How can I make thunderbird use firefox?

    I have gone to control panel and made FireFox my defualt and tried everything I could find on the internet to make FireFox the default for Thunderbird, but Thunderbird still uses I.E. 8. How can I fix this?

    I have tried those suggestions, they are correct when checked. So far the only time Firefox has been opened by a link from inside of an email, ws the link to this site.

Maybe you are looking for

  • How do I insert a drop down menu bar?

    Hi, I'm designing my 1st website and I started it in  photoshop cs5.5. I imported my site into Dreamweaver cs5.5 and uploaded it to my server. The problem I'm having is that when I try to insert a drop down menu bar, I get gaps within my page. How do

  • Windows 7 update + getting library back...

    ok.. i recently updated to windows 7... now my all music + apps are gone from the itunes library... i cant find all the music and apps that i had in there ... os the point is... is it possible to sync ONLY music + videos? and leave the apps there? wo

  • GL accounts

    How will we upload  open item mangement items in the GL accounts Regards srikanth

  • LSMW or BDC?? for conversion of huge data

    Hi, I am presently doing some conversion programs... I have recently got the functional specification and the Technical specification for converting lot of data, about 12 GB of data which is in MS Access format and I have to load it to SAP.  Now the

  • GENDAW32 - Error

    Hi All, My GENDAW32 transaction is not writing any output batch file ; though the records are there in Nafile and Polfile. As Batch File is empty; our print command is not creating any pdf. Could you please help me in the rules that should be there i