I am not able to run a program,please help?

hi everybody,
i am getting run time error when trying to run this program, what's the wrong with that
i copied the mysql( mysql-connector-java-5.1.11-bin.jar) driver to the following:
C:\Program Files\Java\jre1.6.0_05\lib\ext
here is the code:
import java.sql.*;
public class Jdbc11 {
public static void main(String args[]){
System.out.println(
"java with mysql");
try {
Statement stmt;
Class.forName("com.mysql.jdbc.Driver");
String url ="jdbc:mysql://localhost:3306/mysql";
Connection con = DriverManager.getConnection(url,"root", "555");
System.out.println("URL: " + url);
System.out.println("Connection: " + con);
stmt = con.createStatement();
stmt.executeUpdate("CREATE DATABASE JunkDB");
stmt.executeUpdate(
"GRANT SELECT,INSERT,UPDATE,DELETE," +
"CREATE,DROP " +
"ON JunkDB.* TO 'auser'@'localhost' " +
"IDENTIFIED BY 'drowssap';");
con.close();
}catch( Exception e ) {
e.printStackTrace();
}//end catch
}//end main
}//end class Jdbc11
the error:
C:\New Folder>java Jdbc11
Exception in thread "main" java.lang.NoClassDefFoundError: Jdbc11
Caused by: java.lang.ClassNotFoundException: Jdbc11
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

This is a sub-optimal solution. Renaming a jar file to remove version information can cause problems later. How will you know the version for which you check documentation, bugs, etc? Also, the root directory of your file system is not the best place to put java archive files. It can get pretty crowded for a complex application. I suggest you create, for your project, some directory where third-party jar files can maintained. We do this for each project.
{?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Could not able to RUN Java Programs in JRE 1.5.08

    hi
    I am using Jdk 1.5.8.
    I don�t have any problem in compiling the files.
    but i could not able to run the program through windows cmd prompt.
    Say name of the java file is newFile (no packages).
    When i try to run the program by using java newFile it raises a ClassNotFoundException.
    it s the same case when try to set any JDBC drivers ..
    is there any problem in my class path settings? Please help me out to fix this problem

    if your current directory is not in the classpath,you should include it in the classpath.
    To do that you can include .(dot) to your classpath variable.
    http://java.sun.com/j2se/1.3/docs/tooldocs/win32/classpath.html

  • R12 upgrade issue:Not able to login using forms:Please help****urgent

    We have recently upgraded our instance from 11.5.9 to 12.0.4 in Windows 2003 server.
    We are unable to login to forms after upgrade, however we are able access self service responsibilities without any issues.
    We are getting APP-FND-01496 when we access any forms responsibility. We have tried all possible metalink notes with no luck.
    Any help to resolve this issue will be appreciated.

    Duplicate thread ...
    R12 upgrade issue:Not able to login to forms**please help
    Re: R12 upgrade issue:Not able to login to forms**please help

  • HT4759 Help!!! I misplaced/lost my iPhone 5 today morning in Toronto at Delta Chelsea Downtown and I am not able to track it. Please help!!!

    Help!
    I misplaced / lost my I phone 5 today morning in Toronto at delta Chelsea downtown hotel and I am not able to track it. Please help!
    <Personal Information Edited by Host>

    Unfortunately, if you didnt' enable Find My iPhone on it before it was lost, there is no way to track it.  Also, don't post your personal information on a public forum like this.

  • I have "@mail.ru" tool bar(i think) under the address bar. Its in a different language. I am not able to remove that. Please help me to remove that

    I have "@mail.ru" tool bar(i think) under the address bar. Its in a different language. I am not able to remove that. Please help me to remove that. Its not listed under 'Extensions', plug-ins,add-on too..
    Thanks

    Please look at another post I have just made relating to mail.ru, and post back with how you get on.
    * [/questions/924267#answer-323108] <-- clickable link -- (blue) --

  • I just added $50 to my itunes account but when i go to buy something, its asking me to answer so many question, i answered them right and im still not able to purchase something. Please Help!

    I just added $50 to my itunes account but when i go to buy something, its asking me to answer so many questions, i answered them right and im still not able to purchase something. Please Help!

    Go to item 12 in the AppleID FAQ for help with a disabled account.
    You can also go to the AppleID support page and click manage your account for additional help.

  • Hi I hv bought my iPhone 5s from Dubai and using it in India. I m not able to use FaceTime. Please help to enable FaceTime in my iPhone 5s

    Hi I hv bought my iPhone 5s from Dubai and using it in India. I m not able to use FaceTime. Please help to enable FaceTime in my iPhone 5s.

    What is the model number of your iPhone? Settings=>General=>About, scroll
    down to Model.
    FaceTime is restricted in certain Middle East countries and iPhones designated
    for those markets will never have FaceTime, even when no longer in the restricted
    areas.

  • Not able to run python programs on OSx maverics

    I bought Mac book pro 1.5 yrs back, and it came with OSx 10.6 now few months back I upgraded to OSx maverics and since then I am not able to run python tools properly. Just importing something in the python commandline i get segmentation fault 11.
    now I just tried
    import os
    and i got segmentation fault with below error,
    Process:   
    Python [1230]
    Path:      
    /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/ MacOS/Python
    Identifier:
    Python
    Version:   
    2.7.4 (2.7.4)
    Code Type: 
    X86-64 (Native)
    Parent Process:  bash [883]
    Responsible:
    Terminal [749]
    User ID:   
    501
    Date/Time: 
    2015-01-15 09:46:08.784 +0530
    OS Version:
    Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  A975CB81-1635-0611-4AD9-0DC61C4EC9A0
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
    __TEXT           
    0000000100000000-0000000100001000 [
    4K] r-x/rwx SM=COW  /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents /MacOS/Python
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   readline.so            
    0x00000001002f2f97 call_readline + 647
    1   org.python.python      
    0x0000000100008e92 PyOS_Readline + 274
    2   org.python.python      
    0x000000010000a6e8 tok_nextc + 104
    3   org.python.python      
    0x000000010000ae93 PyTokenizer_Get + 147
    4   org.python.python      
    0x0000000100005a8a parsetok + 218
    5   org.python.python      
    0x00000001000e8af2 PyParser_ASTFromFile + 146
    6   org.python.python      
    0x00000001000e9dd3 PyRun_InteractiveOneFlags + 243
    7   org.python.python      
    0x00000001000ea0be PyRun_InteractiveLoopFlags + 78
    8   org.python.python      
    0x00000001000ea8d1 PyRun_AnyFileExFlags + 161
    9   org.python.python      
    0x000000010010155d Py_Main + 3101
    10  org.python.python      
    0x0000000100000f14 0x100000000 + 3860
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000100322290  rcx: 0x0000000102000000  rdx: 0x0000000000000a00
      rdi: 0x0000000000000000  rsi: 0x00000001002f3254  rbp: 0x00007fff5fbff2d0  rsp: 0x00007fff5fbff200
       r8: 0x0000000102000000   r9: 0x0000000000000000  r10: 0x0080002140000003  r11: 0x0000000000000001
      r12: 0x0000000000000001  r13: 0x0000000000000009  r14: 0x00007fff5fbff290  r15: 0x00007fff5fbff210
      rip: 0x00000001002f2f97  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU:
    1
    Error Code:
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x100000000 -  
    0x100000fff +org.python.python (2.7.4 - 2.7.4) <A450FF23-FAE2-B1D7-E70F-5511C3FAD379> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents /MacOS/Python
    0x100003000 -  
    0x10016fff7 +org.python.python (2.7.4, [c] 2004-2013 Python Software Foundation. - 2.7.4) <D4B4F67F-D7AA-AECF-2E7C-6C605A9B1EA9> /Library/Frameworks/Python.framework/Versions/2.7/Python
    0x1002f1000 -  
    0x1002f3fff +readline.so (???) <CDBF1919-7992-8A7E-5F30-D429DB67EF51> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/rea dline.so
    0x100700000 -  
    0x10071effb  libedit.2.dylib (39) <1B0596DB-F336-32E7-BB9F-51BF70DB5305> /usr/lib/libedit.2.dylib
    0x10072f000 -  
    0x100783fe7 +libncursesw.5.dylib (5) <3F0079C0-01C1-3CB8-19CA-F9B49AA4F4A4> /Library/Frameworks/Python.framework/Versions/2.7/lib/libncursesw.5.dylib
    0x7fff64d5d000 -
    0x7fff64d90817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff88329000 -
    0x7fff8833aff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff8833b000 -
    0x7fff88340ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff88b16000 -
    0x7fff88b3dff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff88b3e000 -
    0x7fff88b5aff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
    0x7fff88de4000 -
    0x7fff88e14fff  libncurses.5.4.dylib (42) <BF763D62-9149-37CB-B1D2-F66A2510E6DD> /usr/lib/libncurses.5.4.dylib
    0x7fff88e15000 -
    0x7fff88e1bff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff88e8c000 -
    0x7fff88ea7ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff891a9000 -
    0x7fff891f7fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff892a2000 -
    0x7fff892acfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff892c0000 -
    0x7fff89312fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8a0de000 -
    0x7fff8a105ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff8b079000 -
    0x7fff8b080fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8b081000 -
    0x7fff8b082ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff8b083000 -
    0x7fff8b23bff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
    0x7fff8bb00000 -
    0x7fff8bb2ffd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff8c3a5000 -
    0x7fff8c3a6ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8cd63000 -
    0x7fff8cd65ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff8d8fa000 -
    0x7fff8d923ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff8dbcc000 -
    0x7fff8dbd3ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8dbfb000 -
    0x7fff8dbffff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff8ddf9000 -
    0x7fff8de00ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x7fff8de01000 -
    0x7fff8de43ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff8de4d000 -
    0x7fff8de51ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
    0x7fff8ecd8000 -
    0x7fff8eebdfff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff90c81000 -
    0x7fff90c89fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff90c8b000 -
    0x7fff90c8cff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff91b4f000 -
    0x7fff91b54fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff91c4e000 -
    0x7fff91c55ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff91d91000 -
    0x7fff91e1aff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff91e6e000 -
    0x7fff91e77ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff9272c000 -
    0x7fff9272dff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff92ede000 -
    0x7fff92f02fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff93601000 -
    0x7fff93602ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x7fff9363c000 -
    0x7fff937e9f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff93b8e000 -
    0x7fff93b8eff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff949e8000 -
    0x7fff949ebff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
    0x7fff94df0000 -
    0x7fff94df2ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
    0x7fff95357000 -
    0x7fff95358fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff95380000 -
    0x7fff95391ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff95392000 -
    0x7fff953acfff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 1192
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=76.9M resident=147.6M(192%) swapped_out_or_unallocated=16777216.0T(22877170565120%)
    Writable regions: Total=46.0M written=2644K(6%) resident=3112K(7%) swapped_out=0K(0%) unallocated=42.9M(93%)
    REGION TYPE                
    VIRTUAL
    ===========                
    =======
    Kernel Alloc Once               
    4K
    MALLOC                       
    37.6M
    MALLOC (admin)                 
    16K
    STACK GUARD                  
    56.0M
    Stack                        
    8192K
    VM_ALLOCATE                     
    8K
    __DATA                       
    1432K
    __LINKEDIT                   
    66.2M
    __TEXT                       
    10.7M
    __UNICODE                     
    544K
    shared memory                   
    4K
    ===========                
    =======
    TOTAL                       
    180.5M
    Model: MacBookPro9,2, BootROM MBP91.00D3.B06, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 2.2f38
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638424455302D474E2D4620
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638424455302D474E2D4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.3f10 13477, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS547550A9E384, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: Hub
    USB Device: Android
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 25.1
    I would really appreciate if some one can help solve the above issue.

    That is always a classpath issue. Fix your classpath so it uses the J2ee.jar. If you are using an IDE you will have to look up how to add JARs to the IDE's classpath, which is usually not the same as the system classpath.

  • Not able to run a program to extract news from news channel websites.

    Let me start with stating the fact that I am a super greenhorn, so please be ultra elaborate with the answers .
    This is my code, I copied it from Mr. Alvin Alexander (http://alvinalexander.com/java/edu/pj/pj010011?). I am trying to use it to extract news from news channel websites.
    I used the following URLs:
    1.http://in.reuters.com/
    2.http://timesofindia.indiatimes.com/
    3.http://www.hindustantimes.com/
    // JavaGetUrl.java: //
    // A Java program that demonstrates a procedure that can be //
    // used to download the contents of a specified URL. //
    // Code created by Developer's Daily //
    //  http://www.DevDaily.com  //
    import java.io.*;
    import java.net.*;
    public class JavaGetUrl {
      public static void main (String[] args) {
      // Step 1: Start creating a few objects we'll need.
      URL u;
      InputStream is = null;
      DataInputStream dis;
      String s;
      try {
      // Step 2: Create the URL. //
      // Note: Put your real URL here, or better yet, read it as a //
      // command-line arg, or read it from a file. //
      u = new URL("http://200.210.220.1:8080/index.html");
      // Step 3: Open an input stream from the url. //
      is = u.openStream(); // throws an IOException
      // Step 4: //
      // Convert the InputStream to a buffered DataInputStream. //
      // Buffering the stream makes the reading faster; the //
      // readLine() method of the DataInputStream makes the reading //
      // easier. //
      dis = new DataInputStream(new BufferedInputStream(is));
      // Step 5: //
      // Now just read each record of the input stream, and print //
      // it out. Note that it's assumed that this problem is run //
      // from a command-line, not from an application or applet. //
      while ((s = dis.readLine()) != null) {
      System.out.println(s);
      } catch (MalformedURLException mue) {
      System.out.println("Ouch - a MalformedURLException happened.");
      mue.printStackTrace();
      System.exit(1);
      } catch (IOException ioe) {
      System.out.println("Oops- an IOException happened.");
      ioe.printStackTrace();
      System.exit(1);
      } finally {
      // Step 6: Close the InputStream //
      try {
      is.close();
      } catch (IOException ioe) {
      // just going to ignore this one
      } // end of 'finally' clause
      } // end of main
    } // end of class definition
    This is the error i am getting, every time I run it on Eclipse:
    Oops- an IOException happened.
    java.net.ConnectException: Connection refused: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
      at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
      at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
      at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
      at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
      at java.net.PlainSocketImpl.connect(Unknown Source)
      at java.net.SocksSocketImpl.connect(Unknown Source)
      at java.net.Socket.connect(Unknown Source)
      at java.net.Socket.connect(Unknown Source)
      at sun.net.NetworkClient.doConnect(Unknown Source)
      at sun.net.www.http.HttpClient.openServer(Unknown Source)
      at sun.net.www.http.HttpClient.openServer(Unknown Source)
      at sun.net.www.http.HttpClient.<init>(Unknown Source)
      at sun.net.www.http.HttpClient.New(Unknown Source)
      at sun.net.www.http.HttpClient.New(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
      at java.net.URL.openStream(Unknown Source)
      at JavaGetUrl.main(JavaGetUrl.java:33)
    Also, when I try a local server URL, the output screen goes blank, which I guess is due to lack of Text on the local URL. So, the little research that I did, made me believe that the code not running on external server was due to firewall on the server side. Please help me run it. Also : I work on a proxy network.( if that has something to do with this).
    P.S : Advanced gratitude for any assistance.

    any decently secured server would reject such a blatant attempt to steal its content.

  • Error while running HelloWorld program Please Help me

    Hi Friends! I am doing my hello world program...while running i m getting the below error...please help me regarding this...
    The target WSCO.java cannot be started as a servlet, because the class oracle.apps.ak.ws.webui.WSCO does not extend javax.servlet.GenericServlet.
    The target WSCO.java cannot be started as an application, because the class oracle.apps.ak.ws.webui.WSCO does not have a main method.

    Hi,
    For building a simple hello world page, follow these steps:
    1) Create a New OA Workspace and a new OA Project. Make sure that package name should be prefixed by some custom name like:
    xx.oracle.apps.ak.hello
    2) Create new OA Page under webui:
    xx.oracle.apps.ak.hello.webui.XxHelloWorldPG
    3) Create a new Application module, XxHelloWorldAM in below package:
    xx.oracle.apps.ak.hello.server.XxHelloWorldAM
    4) Attach this AM to your XxHelloWorldPG.
    5) Now create regions and items under pageLayout region of this page.
    6) Add a controller to pageLayout region in webui package:
    xx.oracle.apps.ak.hello.webui.XxHelloWorldCO
    Also you can add a button on the page and write some code in PFR method of your controller.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • HT1476 My iphone dropped dead all of a sudden. I can use it in the afternoon, however when I tried to charge it in the evening but not able to charge it. Please help me.

    my iphone (3g) was given by my daughter who used it for 3 years. She did charged it everynight, however, when she gave me this iphone at Christmas, it was working properly and the batery last at least 5 to 6 hours when I used it continueslly. Last Monday, I used it as usal in the afternoon, work fine but when I tried to charge it in the evening, it will not able to be charged as usal. Is it possible to drop dead all of a sudden?
    Lucy

    What to do if your iPhone will not turn on

  • HT4650 My Problem is that, I am not able to Paste anything, although i can copy anything, but when it comes to Paste option, It becomes faded, i.e i am not able to Paste anything. Please help me if anyone can help

    Hey Hi, to apple Family.
    Few days back, when i was doing some normal work on MS word, i found that i my paste option is not working.
    Then i tried to use it for normal work like Moving Pics from here and there, but still found the same result.
    When i try to select anything and then copy/cut anything, it got the intial action, but when i got to paste it anywhere, it won't do the action, and after checking in status bar, (above), It shows Paste option Faded, like i can't use it.
    If some one from Users or any one From Apple Support can help me please do the need full done.
    I have lotss of data in my Macbook, and i need to move it to somewhere else.
    Please Help me.
    Regards
    Deepanshu Kaushik

    Hello, Deepanshu,
    Besides the good advice so far, might try this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

  • Not able to run java programs

    Exception in thread "main" java.lang.NoClassDefFoundError. I have set the path and classpath but in user variables. And defined main in my programs. But programs are only compiling not running.
    Please suggest me.
    What do I do?
    Edited by: Ram-Murthy on Apr 10, 2008 2:23 AM

    Make sure your main is static.
    public static void main(String [] args) {}

  • I am not able to run JSP program

    hi
    I have done some jsp programs. i have installed tomcat 5. but when i tries to
    execute jsp program it gives error as " Unable to get jstl ". it is not getting jasper-comppile.jar file.
    Please any one can tell me how to specify path for jasper-compile.jar
    thanking you

    Set the proper classpath.
    http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html#Configuration

  • Why am i not able to run this program ??

    When i exec a single process it works fine but when i try to execute array of commands i couldn't it complies but doesn't execute any 1 of the commands.
    Please let me know
    import java.io.IOException;
    class RunTime
    public static void main(String raja[])
    Runtime r = Runtime.getRuntime();
    Process p;
    String[] commands = { "notepad","calcic","mspaint"};
    System.out.println("Executing processes please wait........");
    try
    int commandslength = commands.length;
    for(int i = 0 ; i < commandslength ; i++)
    p = r.exec("commands");
    catch(Exception e)     
    System.out.println("Cant proceed furthur ..");

    Instead ofp = r.exec("commands");dop = r.exec(commands);Next time please paste your code between &#91;code&#93; tags with the help of the code button just above the edit message area.
    It makes the code MUCH more readable.
    Regards

Maybe you are looking for

  • Itune will not open...really frustrated

    I've restarted my computer more than ounce already...I bought the ipod today to replace a stolen ipod (its 2g nano 2nd gen)I thought simply plugging it in is all I needed to do. My ipod wouldnt show up on the itunes, so I decided to download itunes 7

  • How to configure OSB Tracing level from Customization File?

    Hi, I want to configure the OSB Tracing level from the customization file rather than from the console. I check the oracle documentation for OSB tracing and could not find anything related to OSB tracing property that we could configure from OSB work

  • Photoshop Elements 2.0.2

    How do I get this program to work with my macbook pro?

  • HT204074 Lost Music on Sync operation.

    I seem to have lost ALL of my music from my iPhone after a sync operation to my macbook pro.  When I open the music icon on my phone, it is empty and states no music, playlists, albums or songs.  Over 1100 songs gone.  I did subscribe to iTunes match

  • Typical security setup?

    We have just set up our whole web environment with Oracle products: OAS 10g 10.1.4 with Oracle db and Oracle Portal. We intend to use the Portal as our entry to our web environment to take advantage of its security features. I am a developer and will