Jar Files - The control box? n97 mini

Hi there,
Im new to this forum so I apologize if this is in the wrong section.
When I open jar files on my n97 mini, there is a weird and quite annoying control box with arrow keys and A B C D along the bottom. This takes up half of the screen and you can't see or control the app?
Any suggestion on how to remove this.
Thanks
Solved!
Go to Solution.

 JJE
This has worked
Thanks so much

Similar Messages

  • Can I shut off the control box that pops up from the bottom

    Can I shut off the control box that pops up from the bottom?

    you can disabel it from being activated form the lock screen and within apps. got to Settings> Control Center to find those controls. There is no way to disable Control Center from the activation while on the home screen

  • Problem is when iam exporting the jar file the manifest file  chaning

    LogWriter.java
    MiniBrowser.java
    SendMail.java
    TestMiniBrowser.java
    iam running the site scope program ,program is running fine
    i add the mail.jar and activation.jar
    when iam Exporting the JAR file ,the Manifest files is changing with out classpath
    only showing the like this
    Manifest-Version: 1.0
    Sealed: true
    Main-Class: p1.TestMiniBrowser
    Actually i created the manifest files like this ..
    Manifest-Version: 1.0
    Sealed: true
    Class-Path: mail.jar activation.jar icsops.jar
    Main-Class: p1.TestMiniBrowser
    problem is when iam exporting the jar file the manifest file is changing then iam not able the run the jar file ..

    iam Useing Eclipse sdk3.1
    after exporing the jar the manifewst is canging but iam updating mauvally but when iam runingg the jar file
    D:\pavansitescope>set calsspath=%classpath%C:\j2sdk1.4.1_03\bin;.;
    D:\pavansitescope>set calsspath=%classpath%D:\pavansitescope\mail.jar;.;
    D:\pavansitescope>set calsspath=%classpath%D:\pavansitescope\activation.jar;.;
    D:\pavansitescope>set calsspath=%classpath%D:\pavansitescope\mail-plugin.jar;.;
    D:\pavansitescope>java -jar icsops.jar
    Arguments Usage:
    1. URL link
    2. From Address
    3. To Addresses (seperated by comma)
    4. Mail Server Host Name
    D:\pavansitescope>java -jar icsops.jar [http://69.27.230.104/SiteScope/accounts/l]
    ogin5/htdocs/Progress.html [[email protected]|mailto:[email protected]] [[email protected]|mailto:[email protected]] HYDMA
    IL03
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/mail/MessagingE
    xception
    at p1.TestMiniBrowser.start(TestMiniBrowser.java:42)
    at p1.TestMiniBrowser.main(TestMiniBrowser.java:156)
    D:\pavansitescope>

  • Download files from mac to N97 mini/WLAN

    I can access the net through WLAN from my N97 mini, and download from anywhere except for my own Mac (snow leopard).
    My wireless router can see the phone, and gives it an IP address, but I get nowhere when I key the address in on my mac.
    ISync works OK for calendar and contacts.
    What am I doing wrong? 

    Hi, I'm not that techy. but don't think N97 has share on home network (like N95 had) so I use either bluetooth or usb to transfer files (usb much faster) but I also use pc not mac. Hope someone with more technical knowledge can help'
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • What is the keyboard on N97 Mini 0585087

    Hello!
    If somebody has an N97 Mini with product code 0585087, 0585116 or 0591946 (they are the EMEA_SWISS variants), can you tell me what keyboard it has? QUERTY? Or QUERTZ?
    Thanks in advance,
    Gilles.

    Hi!
    OK. Understood. The reason why I ask is that my phone is PC 0591929 and was a Swiss (QWERTZ) keyboard (it is refered on the list as Country Variant Switzerland CH), and the latest firmware available for it is 10.0.20.
    For the PC 0585087, the latest firmware is 11.0.45, which is what I would like to upgrade to... but that phone isn't listed as Switzerland CH, rather it is listed as EMEA_SWISS_QW, which might imply QUERTY keyboard rather than QUERTZ.
    Since on the N97 Mini, the keyboard is hardware layout, I don't want to upgrade to a firmware which would change the layout of the keyboard compared to what is physically my phone's layout...
    Gilles

  • How to read file in JAR file (the one containing applet class)

    my applet needs to read a file (font file) that will be bundled in the jar file. how do i read that file?
    i tried using
    URL u = new URL("file:///myfont.ttf");
    u.openStream();i got AccessControlException. is there anyway for the applet to load file in the JAR file? i see applet can load image in the jar file so figured that it should be able to do so with some other type of file
    thanks

    The reason you're getting access violation is the way you code your URL -- it's pointing to a file on the user's local disk. If my.ttf is in the jar, try:
          URL url=myApplet.class.getClassLoader().getResource("myfont.ttf");Where myApplet is the name of your applet and the font file is assumedly kept in the same directory level in the jar file as the class file for your applet.
    ;o)
    V.V.

  • Which  is  jar file   the corresponding OCFCardAccessor Class?

    hello,
    when I complied my java file. I have following error:
    can't file the OCFCardAccessor.Class
    CardRequest cr = new CardRequest(CardRequest.NEWCARD, null,OCFCardAccessor.class);
    I already include the all jar file in the project,I find the jar file which include the OCFCardAccessor.class file,but can't file.
    if you known that please tell me.
    Regards
    deng

    Raktim,
    check this thread
    Re: How to use IUserfactory in Webdynpro?
    Thanks
    Bala Duvvuri

  • Making executable jar file the database using JTable

    How can i make an executable jar file if I will use a JTable on my database?Can you tell me how?
    Thank you !!

    dantte wrote:
    in truth, ur question is not clear enough. elaborate on what exactly it is u want, and what u ar truin to achieve.You don't seem to know enough English, let along Java, to be answering questions here.
    %

  • Everytime i click to download something and hit save file the download box opens but after that happens i cant double click on the file to open or install the program. any suggestions?

    firefox has been doing this everytime i try to download anything its not picky it seems like every download is its enemy. i have tried everything i know and it wont work, plz help

    firefox has been doing this everytime i try to download anything its not picky it seems like every download is its enemy. i have tried everything i know and it wont work, plz help

  • How to include the mysql-connector in a simple .jar file

    Well I started up with java again. Just messing around. This project I'm making now is just plain simple, I have a program thats going to read a table in a database from a server I have here at home. It works fine if I do like this: java javafil to run the file, it reads from the database fine.
    But when I made a .jar file out of it using this command: jar cmf manifest.txt javafile.jar *.class
    It won't connect to the database. Or it doesn't print out the rows in the table. So I thought I have to include the mysql-connector with the .jar.
    manifest.txt
    Main-Class: javafile
    Now what is an easy way to do this?
    This program is also going to be run from a computer that might not have the mysql-connector installed on the computer. Like a friend of mine wants to connect to the database and read it.
    I've tried to google "mysql connector in a .jar file" but I get tons of informations about the mysql-connector.jar instead of what I'm looking for.
    Thanks,
    Torbj�rn Svae
    Edited by: LordSvae on 19.jun.2008 14:52

    LordSvae wrote:
    Yeah but the other computer might not have that connector file on their computer. So is there like I way I can use it when it is in the .jar file? Thats kinda what I wanted. You cannot include another JAR in a JAR file. You however can extract it and put the classes in your JAR. Verify the license agreement if it is allowed. Although this is considered as a bad practice (poor upgradebility and maintainability).
    If you don't want to use the -cp parameter, then use the class-path entry of the manifest.mf of your JAR. You can also write a batch file with the whole JAR -cp command in a single line and run the batch file instead.
    Pluss, even though I have the right classpath in the environment variables set, it doesn't work for me either. So I guess it doesn't load the connector when running the .jar file.The classpath environment variable has nothing to do with running JAR's. Forget about it and use the -cp or -classpath parameter.

  • The dialog box open twice when open file from the server

    I use the following code to download/open file from the server:
    <%
    String filename = "MengxianhuiDocTest.doc";
    String filepath = "D:\\";
    response.setContentType("APPLICATION/OCTET-STREAM");
    response.setHeader("Content-Disposition",
    ??attachment; filename=\"" + filename + "\"");
    java.io.FileInputStream fileInputStream =
    new java.io.FileInputStream(filepath + filename);
    int i;
    while ((i=fileInputStream.read()) != -1) {
    out.write(i);
    fileInputStream.close();
    out.close();
    %>
    If the application runs, the Open or Save dialog box display.When I select open the file,
    the dialog box will display twice.
    Pls help me.
    Thanks.

    thx
    but I tried it and it did't work.
    The dialog box also display twice.

  • To create a desktop shortcut icon for the application for a jar file

    Hi
    I have created a jar file for my application. when i double click this jar file, the application opens.
    What i want is--
    Instead of user clicking on the jar file, my application also has to create a desktop shortcut icon.
    If the user clicks on the icon which is on the desktop the application should open.
    Please suggest me.
    Thanks in advance.

    >
    Please suggest me.>Launch the application using java webstart. A webstart launch offers things like a splash screen, automatic updates, and desktop integration in the form of desktop shortcuts and program menu items. If the launch file specifies icons, they are used for the shortcuts, otherwise a generic icon is used.
    For a comparison between a sandboxed webstart launch and a plain app., try the [Text Width Checker|http://pscode.org/twc/].
    While the TWC can run OK within the security sandbox, many applications need to be digitally signed and request extended permissions, to do what they need to do.
    STBC is an all-permissions webstart launch.
    Edit 1:
    And for one that definitely suggests desktop shortcuts (I usually avoid them, in favor of a menu item only), try the sandboxed [demo of the PrintService|http://pscode.org/jws/api.html#prs], which prompts the user to choose.
    Edited by: AndrewThompson64 on Sep 2, 2008 10:49 PM

  • Which jar file for the classpath ?

    At my office on my machine i have weblogic 8.1 and tomcat installed.
    weblogic have 2.3 version of servlet and
    tomcat have 2.4 version of servlet
    weblogic is for production purpose (development of servlet, jsp and ejb)
    and tomcat is for my own practice. (just for servlet and jsp)
    i have weblogic.jar as well as servlet-api.jar in my class path.
    now when i compile my servlets which jar file the compiler will use to create the classes.
    if the compiler chooses servlet-api.jar will my servlet run in weblogic
    else
    if the compiler chooses weblogic.jar will my servlet run in tomcat

    i have weblogic.jar as well as servlet-api.jar in my class path.What does this mean? Do you have a system CLASSPATH environment variable?
    Bad idea.
    now when i compile my servlets which jar file the
    compiler will use to create the classes.You should set CLASSPATH using the -classpath option on javac.exe.
    The compiler won't "choose" anything, because it has no idea how you'll deploy. It'll use the one that you tell it to. If you have just a system CLASSPATH it'll always use the first JAR that it finds with the packages it needs.
    You need to specify exactly what you want the compiler to use.
    In the case of servlet.jar it might not matter, because that's pretty standard. JSPs and EJBs are another story, however. If you change deployment, it's best to recompile and repackage the Web app.
    Learn Ant. It'll help you automate this.
    %

  • How to javadoc the src.jar file.....

    Hi all,
    How can I javadoc the src.jar file ( the one containing all the java files ) without incurring in a OutOfMemoryError? My computer runs win98 with 128MB ram and roughly 4GB hard-disk.
    Your help will be much appreciated!
    Luka

    Hi all,
    How can I javadoc the src.jar file ( the one
    containing all the java files ) without incurring in a
    OutOfMemoryError? My computer runs win98 with 128MB
    ram and roughly 4GB hard-disk.
    Your help will be much appreciated!
    LukaTake a look at this link to see why this probably isn't a good idea:
    http://java.sun.com/j2se/javadoc/faq/index.html#memory

  • Why can't I load the image files in the Jar file?

    I make an application in a structure bellowing:
    A.class
    images\a.gif
    images\b.gif
    and I packed all of them(include the images directory) into a A.jar file.
    when I run the A.jar file,the application can't load the images in the Jar file.
    How can I do to solve this problem?

    It isn't working. The URL that is returned is blank. I tried rearanginf my stuff a little. Now it is set up like the other guys. So all the classes aren't in a package. so its:
    MyClass.class
    Sounds/mysound.wav
    all of this is in a .jar file. If it isnt in a .jar file it works. Bit I have mor than one class so I would really like it in a .jar file. But when it is MyClass.class.getResource("sounds/mysound.wav") returns nothing. Not null. Just blank.

Maybe you are looking for

  • JBO Error messages translation

    Hi, how can internationalize the JBO error messages? thanks

  • FAST, MEDIUM AND SLOW MOVING GOODS ANALYSIS

    hai experts                  I would like to knowis there any way to find out fast , slow moving or medium goods . in sap b one 8.8

  • Create a Heat Map in Oracle Apex 4.1 version

    Hi, I want to generate a Heat Map for Apex 4.1 version. However I did not see any option which will create a Heat Map in the Charts/Maps sections. Please advice how this can be achieved. -Sanchita

  • Win 2000 doesn't show netware printers

    I installed: A single Novell 5.0 Server with sp6a A Win 2000 PC with Novell client 4.92sp2 IP and IPX with some standard software as MS Office 2000, Adobe Acrobat Reader, Norman Antivirus, Java 1.5 and son more. Using the Windows printer wizard I cho

  • No presets working in Lightroom 4

    I downloaded the trial version yesterday, but I am not able to use any presets, the default ones or some I downloaded. I put the mouse over them and the image in the navigation bar does not change, nor does the picture change if I click on them. How