A netbeans problem

hi all,
i tried to open a java application and make a new applet class but i relaized that there is no applet class in my netbeans softwear IDE 5.5...wut is the solution?

See if this helps
http://forum.java.sun.com/thread.jspa?threadID=569286

Similar Messages

  • NetBeans problem: Issue with servlets and Chinese character encoding

    Java Version: JDK1.5.0_01, JRE1.5.0_01 (International version)
    Netbeans Version: Netbeans IDE 4.0
    OS: Windows XP Personal Edition
    Dear Sirs,
    First at all thanks for reading this post. I am having the following issue. I am creating an application using html pages and servlets. I am using Chinese and English languages on them (html encoding UTF-8).
    I created a project in Netbeans and added an idex.html screen reporting to a servlet. Both index.html and in the servlet generated html page contains the line:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    Additional, I setup the character code settings in Netbeans:
    (tools-options-Java sources-Expert-default encoding=UTF-8
    When I run the project, index.html displays itself perfectly, with the Chinese characters displayed properly. The problem comes when the html created servlet is displayed, which instead of the Chinese characters some strange characters are displayed (�� instead of Chinese).
    I have tried different encodings from http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html without any luck. I also setup the encoding of the file itself (using right click-properties in the project menu of Netbeans).
    Also, when I am editing the servlet, the characters are displayed properly. I type them directly without any issue, but then the display is wrong at runtime.
    Also, just in case this have something to do with the problem, my PC was bought in US, therefore the default character set is not Chinese. I had to install the Chinese typing stuff later on. But like I said earlier, the html page is displayed properly, so I really think is some problem with Netbeans.
    After a week trying to find a solution, I decided to post it here in the hopes that someone will show me the way of the light.
    Thanks in advance for any ideas or help provided
    Aral.

    Ok, I found out some problems with Netbeans as well.
        public void doGet(HttpServletRequest request,
                          HttpServletResponse response)
            throws IOException, ServletException
            response.setCharacterEncoding("UTF-8");
            request.setCharacterEncoding("UTF-8");
            response.setContentType("text/html");
            PrintWriter out = response.getWriter();
            byte[] st = {-25,-75,-124,-27,-100,-106,-17,-68,-102,-27,-80,-113,-27,-72,-125,-26,-118,-75,-26,-105,-91,-27,-82,-93};
            out.println("this works: ");
            out.println(new String(st,"UTF-8"));
            out.println("<br>");
            out.println("this doesn't: ");
            out.println("some chinese copied from the Internet<br>");Right click the .java file and choose properties -> encoding UTF-8
    Then I make a copy of the .java file, rename it to html and open it with IE sure enough
    the Chinise is allready unreadable (not it's still readable in the IDE);
    When I compile the file with F9 I get the following error:
    whatever.java:101: warning: unmappable character for encoding Cp1252
    Tried to set the encoding to UNICODE but then the file doesn't compile.
    I gues you have to download the Japanese version for it to work correctly.

  • NetBeans Problem with package, pls help.....

    Hi all, I have a package problem. With the following 2 classes, I can compile fine in dos with
    c:\java> javac WapDev3\*.java
    but wont compile in Netbeans 3.4 Pls help.
    The classes are
    -------------------class sample1 at c:\java\WapDev3------------------
    package WapDev3;
    class sample1 {
    public sample1() {
    System.out.println("hi");
    --------------------class sample2 at c:\WapDev3------------------
    package WapDev3;
    class sample2 {
    public sample2() {
    public static void main(String[] args) {
    sample1 osample1 = new sample1();

    I don't know for certain whether this is causing your problem, but in Netbeans, the package structure is considered to be identical to the directory structure, relative to the mountingpoint, so if your files are in java/wapdev, Netbeans wants you to make the package java/wapdev.
    This can be cured by mounting a subdirectory, using a relative mounting point.
    In your case, you should mount C:\java (I assume you've mounted C:\).
    Good luck.

  • Need to download latest jstl jar - netbeans problems

    have a problem with the formatDate func: "attribute value does not accept any expressions".
    Another post says he modified the fmt func within the tld. Changed <rtexprvalue>false</rtexprvalue> to true and it started working since it was supposed to be true to begin with.
    Catch is I'm using the standard jstl 1.1 lib from within Netbeans 5.0 and I'm unable to find the file to change it.
    Hence was thinking that if I could download the jstl jar separately, then I could fiddle with it (if it had the same bug) and then import it into netbeans quite easily.
    any ideas ?
    ciao, bhishma

    Thanks evnafets, You are correct. I downloaded the apache implementation and there it clearly had the /jsp added in the 'getting started' html page and when I tried it, it works.
    The pages I was referring to for the format tld did not have the /jsp in front. I wonder if it truly worked for them.
    http://www.onjava.com/pub/a/onjava/2002/09/11/jstl2.html
    http://www.sitepoint.com/article/java-standard-tag-library/3
    This is what threw me off.
    So at this point I'm assuming that the default sun implementation present in 1.5 (which my netbeans is using) also works, but I've already switched to apache so I'm not retesting for that.
    Will do so in the next few days when I have to setup the same on my friends comp.
    Thanks for your help.
    Ciao.

  • Mysql connection through netbeans problem

    Hi All - I am trying to connect to a mysql database using the following:
    Connection con = DriverManager.getConnection("jdbc:mysql://localhost/database?" +
                        "user=user&password=pass");But am getting an error of: SQLException: No suitable driver found for jdbc:mysql://local...
    I have downloaded MySQL Connector/J and have added it to the netbeans project libraries and still nothing works. Has anyone any idea what I am doing wrong? Thanks

    Because you haven't loaded the Driver yet, either with Class.forName or DriverManager.registerDriver.
    Also, I hope your user is really "user" and your password really "pass", because if "user" and "pass" are variables names that url won't work anyway. And, in anycase, you're better off using the getConnection(url, user, pass) form of getConnection anyway.

  • NetBeans problem with Keyboard class wann't compile

    Hi everyone I'm trying run my program in NetBeans and i have two classes main one A1Q2 and Keyboard2. In main class NetBeans is seing that can not find Keyboard2 class . So everywhere where is Keyboard2 compiler highlited this for red color - red line. I can not figure out what is wrong. Please for any help . Apropos i've been using NetBeans from yeasterday.
    public class A1Q2 {
         public void start(){
              test01();
              try{
              test02();
              System.out.println("Statement A");
              } catch(ArrayIndexOutOfBoundsException e){
                             System.out.println("CAUGHT" + e.toString());
              System.out.println();
              System.out.println("    TEST 3A.  An exception occurs when the user");
              System.out.println("    enters the number 7.");
              System.out.println();
              test03();
              System.out.println();
              System.out.println("    TEST 3B.  An exception occurs when the user");
              System.out.println("    first enters a number which is not 7");
              System.out.println("    and, at the prompt, enters a String");
              System.out.println("    containing non numerical characters");
              System.out.println();
              test03();
              System.out.println("Finished");
         private void test01() {
              String word1;
              System.out.println("    TEST 1.  An exception occurs when the user");
              System.out.println("    enters a String with more than 2 characters.");
              System.out.println();
              System.out.print("Enter a String with less than 3 characters: ");
              try{
                   String word2 = Keyboard2.readInput();
                   if (word2.length() < 3) {
                        word1 = word2;
                   } else {
                        word1 = null;
                        throw new NullPointerException();
                   int len = word1.length();
                   System.out.println("Statement B");
              } catch(NullPointerException e){
                   System.out.println("CAUGHT:" + e.toString());
         private void test02() {
              int[] numbers = { 4, 6, 7, 3, 2 };
              System.out.println();
              System.out.println("    TEST 2.  An exception occurs when the user");
              System.out.println("    enters a number < 0 or > 4");
              System.out.println();
              System.out.print("Enter a number which is between 0 and " + (numbers.length-1) + " (inclusive): ");
                   int pos = Integer.parseInt(Keyboard2.readInput());
                   if(!(pos >=0 && pos <= 4)){
                        throw new ArrayIndexOutOfBoundsException(":" + pos);
                   System.out.println("Number: " + numbers[pos]);
                   System.out.println("Statement C");
         private void test03() {
              try{
                   System.out.print("Enter any number except 7: ");
                   int num2 = Integer.parseInt(Keyboard2.readInput() + 1);
                   if(num2 == 71){
                        throw new ArithmeticException("/ by zero");
                   int num1 = 255 / (num2 - 71);
              try{
                   System.out.print("Enter a String of digits: ");
                    String numS = Keyboard2.readInput();
                   int num3 = Integer.parseInt(numS);
                    if(!(num3> 0)){
                         throw new NumberFormatException("For input string: " + "\"" +numS +"\"");
              System.out.println("Statement D");
              } catch(NumberFormatException e){
                   System.out.println("CAUGHT:" + e.toString());
              } catch (ArithmeticException e){
                   System.out.println("CAUGHT:" + e.toString());
              System.out.println("Statement E");
    //----------- MAIN METHOD FOR QUESTION02 ------------------
         public static void main(String[] args){
              new Keyboard2();
              A1Q2 p = new A1Q2();
              p.start();
    import java.util.*;
    public class Keyboard2 {     
         private static Scanner in = new Scanner(System.in);
         private static boolean useIndirection;
         public Keyboard2() {
              try {
                   useIndirection = (System.in).available() != 0;
              } catch(Exception e){}
         public static String readInput() {
              try {
                   if (useIndirection) {
                        String input = in.nextLine();
                        System.out.println(input);
                        return input;     
                   } else {
                        String input = in.nextLine();
                        return input;     
              } catch (IllegalStateException e) {
                   System.err.println("An error has occurred in the Keyboard.readInput() method.");
                   e.printStackTrace();
                   System.exit(-1);
              return null;
    }

    Snowboarder wrote:
    Hi everyone I'm trying run my program in NetBeans and i have two classes main one A1Q2 and Keyboard2. In main class NetBeans is seing that can not find Keyboard2 class . So everywhere where is Keyboard2 compiler highlited this for red color - red line. I can not figure out what is wrong. Please for any help . Apropos i've been using NetBeans from yeasterday.Huhh.. Well I am a big advocate of using tools that do not get in the way of development, and this sounds like a classic case where that applies*.
    The posted code compiles and runs just fine here (or seems to, as well as I understand its purpose) in a very simple editor I use to compile and run classes. Here is some example input/output..
        TEST 1.  An exception occurs when the user
        enters a String with more than 2 characters.
    Enter a String with less than 3 characters: 12
    Statement B
        TEST 2.  An exception occurs when the user
        enters a number < 0 or > 4
    Enter a number which is between 0 and 4 (inclusive): 1256
    CAUGHTjava.lang.ArrayIndexOutOfBoundsException: :1256
        TEST 3A.  An exception occurs when the user
        enters the number 7.
    Enter any number except 7: 5
    Enter a String of digits:* NetBeans is a powerful but complicated tool. When something goes wrong, it is much harder to figure out whether it is the code, or the IDE settings.
    For that basic reason, I would strongly recommend that people who are new to Java development use either..
    a) command line tools to do the job of compiling and running, or..
    b) write an ant script that can be run from the command line, or imported into most IDEs.
    As an aside, since both classes are in the default package (i.e. no package statement) they need to reside in the same directory to successfully compile and run. The default package is generally for toy and test classes, and there might be some quirks to using them. I mention that because I am wondering if somehow NetBeans has 'decided' to force people not to make classes in the default package.

  • JavaFX, Junit, Netbeans problem

    Hi,
    After setting up everything for running tests using JUnit I stumbled upon an issue.
    The app that I was going to test runs fine but the tests (JUnit part) don't. I get this error: "java.lang.NoClassDefFoundError: javafx/scene/Group"
    Does anyone know what's wrong?
    Thanks in advance,

    I'm curious how you will use junit to test a JavaFX app.
    How will the junit test work and what will it do?
    Will it launch the JavaFX app?
    Will it trigger events on the app?
    What will it evaluate when comparing expecteds to actuals?
    I don't use NetBeans that much, but I downloaded 7.3 beta 2 + a jdk8 pre-release build and installed them both. I created a new JavaFX project in NetBeans, then right-clicked on the generated HelloWorld class and selected Tools | Create Tests. NetBeans went and downloaded junit and a junit plugin for NetBeans, then it generated a Test harness for the public methods. It set each generated test harness method to deliberately fail because they were just dummy methods. I changed the fail statements in the test harnesses to assertTrue(true), then I right clicked again on the original HelloWorld class and selected Test. The junit tests ran. The one which executed the main method passed. The one which executed the start method failed because the app wasn't on the JavaFX application thread. There weren't any compilation errors or missing classes - so I guess that something was clever enough to get jfxrt.jar on the classpath without me needing to do anything.

  • Strange Netbeans problem

    Hi,
    I have made an application and it was working just fine. I was just editing. And suddenly computer got hanged and hence I shut it down manually and restarted the pc. Started Netbeans and the file on which I was working was there but no source code only design. Design is perfectly alright which is exactly the same from where I had left it but there is 0 source code.
    I have no idea what could have happened but is there any way i could retrieve the code from the design. Design window inspector shows every label and stuff but their properties have become uneditable.

    sampie wrote:
    Datasheet.form shows the size 32KB while Datasheet.java shows 0KBWell that says it all. THe form file holds the GUI layout, and that's intact. Your jave file has been trashed, so unless you've got a backup you will need to start over.

  • Problems with newer version of Netbeans

    I get an error message when executing an application written using Netbeans 3.3.2 in the newer version of Netbeans. It says it can't find the servlet that is used.
    What should be changed to get it to work with the newer version of Netbeans and why does it work in an older version of Netbeans and not the new version?!!!
    The exact error message was:
    The requested resource (/servlet/controller/EndUsers/Search) is not available.
    Thanks
    Michael

    this isn't a netbeans problem...
    this rather seems to be a problem of packages that can be found or not found.
    make sure you have all the correct jars/packages mounted..
    try to recompile it first!

  • Problems with running modify marshall  in netbeans

    Hello everyone , i am new to jwebservices and read the sun tutorials. So i want to try out the sample codes expecially the marshall ones. but it could not run and gave the following error in netbeans:
    Problem: The project uses a class library called "jaxb20", but this class library was not found.
    Solution: Click Resolve to open the Library Manager and create a new class library called "jaxb20".
    i went to java.net to download the jaxb2_20051223.jar and jaxb2_20060426.jar but it stilled did not see it.
    Please help me out

    Thanks.
    I'm running both applications as the same user. All other aspects of the application and code work perfectly - just running that script using the Runtime method.
    Basically, everything is exactly the same between to the two machines - only the difference in OS version.
    I'm guessing that it well may be a Linux problem, sorry if this is the wrong forum. I'm just at a complete loss with this!

  • JavaFX - problem with civil library (FMJ)

    Hi,
    I'm using the library com.lti.civil (from FMJ) for a desktop application that uses video capture. At integration with JavaFX it gives me an error:
    com.lti.civil.CaptureException: java.lang.UnsatisfiedLinkError: no
    civil in java.library.path
    at
    com.lti.civil.impl.jni.NativeCaptureSystemFactory.createCaptureSystem(Nativ eCaptureSystemFactory.java: 24).
    In a simple Java application the code works. In both of the applications the library is included.
    I have tested it on Windows 7 both on 32 and 64 bits and the same error appears.
    Do you have any ideas?

    I'm suffering the same problem under netbeans but works ok if I launch from command line, I created a java class:
    public static void main(String [] args) throws ClassNotFoundException, InstantiationException, IllegalAccessException
    Class.forName("javafxapplication1.Main").newInstance();
    And class the Main class to create the Stage in the init method, then make a run.bat with:
    set JAVAFX_HOME=c:\Archivos de programa\JavaFX\javafx-sdk1.2
    java -Djava.ext.dirs=JavaFXApplication1\dist;lti-civil-20070920-1721;"%JAVAFX_HOME%\lib\Desktop";"%JAVAFX_HOME%\lib\Shared" -Djava.library.path=lti-civil-20070920-1721\native\win32-x86 javafxapplication1.TextFX
    Just give a try, and I'm trying to solve netbeans problem...

  • Error executing .jar outside Netbeans

    Hi
    I am importing classes that are from other .jar files. This runs perfectly in Netbeans.
    When i compile this and try to run it outside Netbeans it stops when it comes to the imported classes. I have added the .jar files in the �Project Properties� under �Compiling Sources�.
    Thanks

    But shuld Netbeans not beable to to this automaticly?
    I says so in "help".Do what automatically? It sounds to me like NetBeans is running your app just fine. How you run it outside NetBeans is your responsibility, which is what you're having a problem with, no? Do you mean that NetBeans creates the JAR file specifically to run outside NetBeans? If that's the case, read my previous post to check that the JAR file was made correctly. It is possible that NetBeans isn't doing what you think.
    And CeciNEstPasUnProgrammeur is also correct - if this is a NetBeans problem please go to a NetBeans forum where you can receive better help.

  • Webservices usin java-netbeans ide

    Hi frnds
    Currently i am creating a webservice using java. I am using netbeans4.1 IDE. When i checked the example given in the quick start guide of Netbeans i am getting an error like cannnot find the Wscompil.class. Here iam pasting the build output
    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    Created dir: C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\classes
    Created dir: C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\META-INF
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\META-INF
    library-inclusion-in-archive:
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\lib
    library-inclusion-in-manifest:
    Compiling 3 source files to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\classes
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web\WEB-INF\classes
    Copying 3 files to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web
    Copying 1 file to C:\Documents and Settings\sandeep.e\ws\HiWS\build\web
    wscompile-init:
    C:\Documents and Settings\sandeep.e\ws\HiWS\nbproject\build-impl.xml:226: taskdef class com.sun.xml.rpc.tools.ant.Wscompile cannot be found
    BUILD FAILED (total time: 10 seconds)
    Can anyone please telll me why this is happening? The jar files necessary is present in the library, eventhough it is showing the error.
    Thanks in anticipation

    This is a forum for matters concerning the Java programming language, not for the NetBeans IDE. Try to find a NetBeans forum for your NetBeans problems.
    I believe there's one on nabble.com and another on java-forums.org.
    db

  • Javafx 1.1linux netbeans

    Just tried following Weiqi Gao's instructions for manually integrating the nbms
    - http://www.weiqigao.com/blog/2008/12/11/javafx_1_0_on_linux_netbeans_plugin.html
    .... and the nbms from
    http://updates.netbeans.org/netbeans/updates/6.5/uc/final/stable/patch2/javafx2/
    There seems to be an issue with the JavaFX Platform module and - "No plugin providing the capability javafx.sdk.v1_1 could be found".
    Has anyone managed to to get this to work?
    This whole javafx linux (netbeans) problem is becoming a real pain

    Please goto [http://java.dzone.com/tips/javafx-11-linux-netbeans]
    You can debug JavaFX on Linux.

  • Jar command problem

    Hi
    I am trying to create a jar for my java project. I am using NetBeans so at first i thought that i could have NetBeans create it for me. But the help function just tells me that it is generated automatically in a folder called "dist". The problem is that the dist-folder does not contain any jar-file.
    Then i though i could create it from the command line using the
    jar cf MyJar.jar MyClass.classcommand. But when i try this i get a message saying "'jar' is not recognized as an internal or external command". I tried to re-install my JDK but no luck. My guess is that both the netbeans problem and the command line problem are because of the same reason.
    Anyone know how i could solve this? All answers are appreciated.
    Thank you
    //Patrik

    update your PATH variable.
    see 4. Update the PATH variable (Optional) here http://java.sun.com/javase/6/webnotes/install/jdk/install-windows.html

Maybe you are looking for

  • YouTube not loading with mountain lion

    Hello i recently have downloaded osx mountain lion and youtube has not been running well and certian safari pages have not been loading. I have been wondering how to fix this? or if anyone is having the same problems thankyou ... also my internet is

  • Update JVM to 1.6.0_24

    Installing on windows server 2008 R2. Have CF 9.01 64 bit and hotfix 1 installed. In looking at the lockdown guide, it appears I should update the JVM to 1.6.0_24.    I can only find this version with "glass fish" server which I don't think I want. I

  • See this question about static object

    1)static A a =new A(); 2) A a1=new A(); what is the difference between them?

  • IWeb and Comcast personal web site

    Has anybody ever used iWeb to post web pages to a Comcast personal web site?  I am impressed by what I can make with iWeb, but have completely failed when I try to use it with Comcast.  Comcast suggests uploading files by ftp, but I can't find them o

  • My ipad crashed and a app says I have to rebuy but all others dont

    My ipad went *s up so I had to restore it. I was able to get all my other apps installed fine this one says I have to rebuy it. I tried to email tech support by report a problem, but it says i didnt save my info when I clicked send after filling out