Reason of this error ?

I am trying to compile following code but compiler reporting a error .Plz someone explain me the reason of this error .
myvector.java:12: class MyNewVector is public, should be declared in a file named MyNewVector.java
Code is :
package foo;
import java.util.Vector;
private class myvector extends Vector {
int i = 1;
public myvector() {
i = 2;
public class MyNewVector extends myvector {
public MyNewVector() {
i = 4;
public static void main(String args[]) {
myvector v = new MyNewVector();
}

a .java file must contain one and only one class with the "public" attribute
it means that if you have "public class something" in a java file, this java file HAS TO BE named something.java
here, your .java must be called MyNewVector.java since your public class is MyNewVector

Similar Messages

  • What could be the reason for this error file

    Hi,
    What could be reason for this error file, the content of the error file is :
    Compiling INSERT-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling UPDATE-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling DELETE-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling LOCK-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling INSERT-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling UPDATE-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling DELETE-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling LOCK-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Created form file X:\IOT\IOT_SupportingSystem\Forms\IOTRAP.fmx
    I am getting this error while compiling a form with DML sources are Database Procedure.
    Thanks in advance.
    Rizly

    Hi,
    Sorry for the delayed response. These informations are generated in the FormName.err file. If its not the error, then why its not generating for other forms. As I mentioned earlier, this fom has DML sources by the Database Procedures, that could be the reason ?, this is my first project in Forms.
    The content of the IOTRAP.err file:
    Compiling DELETE-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling LOCK-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Created form file X:\IOT\IOT_SupportingSystem\Forms\IOTRAP.fmx
    Thanks in advance.
    Rizly

  • ANY BODY TELL ME WHAT IS THE REASON FOR THIS ERROR

    hi... experts....
        Iam having one screen in my previous module pool program....and now as per my requirement i added on e new field...
    for that...
      1. i declared one variable in top include...
      2. cretaed one more new block with help of box in layout screen..
      3. added some text field and inputput out field...
      4. and in that block i also added one line with test like... following...
    " NOTE: PLEASE ENTER THE ..... VALUE..."   Like this.... just for to give direction...
    so these are  the steps i taken to add new field to my screen... but here i am geting error ... while entering the value in that field and press any push button.... including back in that screen... like....
      "INVAILD FIELD FORMAT (SCREEN ERROR)"
    .... ANY BODY TELL ME WHAT IS THE REASON FOR THIS ERROR... COMMONLY???
    THANK YOU,,,
    NAVEEN..

    hi naveen,
    there can be problem from ur layout side.
    Goto SE51. in Layout editor make sure that the type in screen and in TOP Include is same.
    and if you are using currency field than it can also give error to you.
    if still you any error .
    give me type of variable whcih you defined in TOP and also code.
    give reward if helpfull.

  • What is the reason for this error, in printing

    HI,
      when I print the label,  in the system log it showing this error message.
    character converter active when first problem occurred****  Any one explain me what could be the reason for this error. 
    Thanks and Regards,
    Surya

    Hi Surya,
    Check out
    http://www.sapfans.com/forums/viewtopic.php?t=247433&sid=ea0c61e87af526fe4c83fe256efe0721

  • What is the reason for this error? after export part of movie broken

    hi, i cannot find the reason for this strange error that happaned to me for the first time, you can see the outcome here:
    http://picasaweb.google.com/p.cardash/IMovieBug/photo#5164317113276584274
    after exporting in imovie to h264 .mov file, from HDV project, resolution is twisted, plus, the part that was supposed to fit hole screen, is black and sometimes with little graphic errors.
    i tried about 10 times, with different setting, resolutions, and other parameteres.
    after exporting for ipod, everything is ok, in m4v format.
    what is wrong? i use the same method for creating and also for exporting, as in previous projects. i didnt use any new transitions, efects nor titles...
    any thoughts?
    best to You,
    Piotr

    ok, i think that i know where is the problem, but i still dont what is it
    ive copied my file to a new mac with just installed imovie and everything is the same,exactly the same output. so 100% positively the problem is within the particular project.
    i didnt check my mackbook with TT, since i dont have it and dont want to pay i thought its for free
    i`ll try later to figure out what wrong and what part of the project is bad.
    for now, i think i hate imovie again :)) piece of..
    let me know how your case ended.

  • Please help me figure out the reason for this error

    Hello I am trying to run the jar Gui file I got from http://www.cs.cmu.edu/~cmucam/cmucam2/downloads.html
    and am getting the following error:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no sserial in java.li
    brary.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at serialPort.<clinit>(serialPort.java:22)
    at SerialComm.<init>(SerialComm.java:50)
    at CameraSerial.<init>(CameraSerial.java:64)
    at MainWindow.<init>(MainWindow.java:620)
    at CMUcam2GUI.main(CMUcam2GUI.java:7)
    Can anyone figure out why I am getting this error? I am running it on a windows xp professional system.

    Yes you need the sserial native library (and no I do not know where to get it).

  • What's the reason for this error message?

    Why am I getting this error message?
    ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
    at flash.display::DisplayObjectContainer/removeChild()
    at pdresses_fla::MainTimeline/releaseabout()
    script
    stop();
    var imageLoader4:Loader = new Loader();
    var image4:URLRequest = new URLRequest ("img1.jpg");
    imageLoader4.load(image4);
    addChild(imageLoader4);
    imageLoader4.x = 300;
    imageLoader4.y = 30;
    var imageLoader4x:Loader = new Loader();
    main_btn.addEventListener(MouseEvent.CLICK, myClickReaction4a);
    function myClickReaction4a (e:MouseEvent):void{
    var image4:URLRequest = new URLRequest("img2.jpg");
    imageLoader4x.load(image4);
    addChild(imageLoader4x);
    imageLoader4x.x = 300;
    imageLoader4x.y = 30;
    back.addEventListener(MouseEvent.CLICK, releaseabout4);
    function releaseabout4(evt:MouseEvent):void {
    removeChild(imageLoader4);
    removeChild(imageLoader4x);
    gotoAndPlay(5);

    In your releaseabout4() function you have two removeChild calls. When it's called either imageLoader4 or imageLoader4x is not on stage, and so you get the error. You can use contains to make sure it's in the container before trying to remove it:
    function releaseabout4(evt:MouseEvent):void {
    if(contains(imageLoader4)){
         removeChild(imageLoader4);
    if(contains(imageLoader4x)){
         removeChild(imageLoader4x);
    gotoAndPlay(5);

  • What is the reason for this error?

    java.lang.RuntimeException: Didn't find TagInfo for tag:strutsContent
    Errors found in C:\bea8.1\user_projects\appReview\appReviewProject\framework\skeletons\default\desktop.jsp:
    Error at line 1 column 1:
    Description: Package com.bea.portlet contains no member package or type of this
    name.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    at weblogic.netuix.codegen.NetUIContext.handleTagBegin(NetUIContext.java:311)
         at weblogic.servlet.jsp.PortalLexer.mOPEN_EXTENSION_TAG(PortalLexer.java:2720)
         at weblogic.servlet.jsp.PortalLexer.mTOKEN(PortalLexer.java:1973)
    Error at line 1 column 1:
    Description: No match was found for method getPageContext(jsp_servlet._framework._skeletons._default.__desktop,
    javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse,
    null, boolean, int, boolean) in type javax.servlet.jsp.JspFactory.
    Found 4 error(s) and 0 warning(s).

    Hi Subbu,
    I was trying to port an existing struts application to weblogic portal using JSR.
    It was indeed misconfiguration issue. Now it is working fine.
    Thanks,
    Avinash
    Subbu Allamaraju <[email protected]> wrote:
    Avinash,
    Are you using any JSR168 portlets in this webapp, or upgraded the webapp
    to use JSR168 portlets? This seems like a minconfiguration issue. Could
    you check your weblogic.xml for any JspBase class settings?
    Subbu
    Avinash said the following on 10/30/2003 02:36 AM:
    java.lang.RuntimeException: Didn't find TagInfo for tag:strutsContent
    Errors found in C:\bea8.1\user_projects\appReview\appReviewProject\framework\skeletons\default\desktop.jsp:
    Error at line 1 column 1:
    Description: Package com.bea.portlet contains no member package ortype of this
    name.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    at weblogic.netuix.codegen.NetUIContext.handleTagBegin(NetUIContext.java:311)
         at weblogic.servlet.jsp.PortalLexer.mOPEN_EXTENSION_TAG(PortalLexer.java:2720)
         at weblogic.servlet.jsp.PortalLexer.mTOKEN(PortalLexer.java:1973)
    Error at line 1 column 1:
    Description: No match was found for method getPageContext(jsp_servlet._framework._skeletons._default.__desktop,
    javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse,
    null, boolean, int, boolean) in type javax.servlet.jsp.JspFactory.
    Found 4 error(s) and 0 warning(s).

  • ITunes cannot contact the radio tuning service. How do I correct this issue (Window 7)? This error started 10 days ago, and has not corrected itself.

    I have been using iTunes for over 10 years, and I have NEVER had this problem occur (repeatedly, all day long, every day). I have seen this error occur on occassion, but not consistently as it has been for the last 10 days. This is really getting me frustrated and quite upset, as there does not seem to be any reason for this error to be occurring. My internet connection is active (or I would not be able to list this here). I have gone through ALL of the troubleshooting topics, and nothing has worked to correct this problem.
    I have uninstalled iTunes completely (as well as ALL supporting software, etc.) and reinstalled the program at least 10 times over the past 10 days. NOTHING IS WORKING as far as getting iTunes to "contact (or connect to) the radio tuning service".
    Does anyone know what is causing this problem? Any and all help would be greatly appreciated. Please respond to me privately at [email protected]
    Thank you.

    It has not been working for me on any platform, any OS, anwhere since about last Friday. It has been reported many many times on this forum so I can only assume it's a known issue that will be fixed in time.
    Interestingly some genres work, for instance Classical and Blues work but most others don't. I thought it was Apple's attempt to force some taste upon us but then I noticed sports radio works too. So much for that idea.
    Also, if you have the playlist saved somewhere that still works too. It's only the "radio tuning service" that's borked.
    By the way it's not a good idea to post your email address here, Apple Support Communities is secure from spambots but why tempt fate.

  • My iPhone say no songs can be transfer to my iPhone from from itunes library. I cant find a reason for this explaination could someone help me understand why it tells me that?

    My iPhone says no songs can be transfered to my iPhone from my itunes music Library. I cant find a reason for this error, can someone help me fix or understand why it tells me this?

    look in your files on your computer and make sure the songs are still located somewhere on the actual computer.
    open up your start menu and search for one of the songs

  • How do I fix this error, Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Modal session requires modal window'?

         I have been trying to start up my Batman: Arkham City game recently and it says that it cannot open and gives me this error;
                   "Terminating app due to uncaught exception 'NSInternalInconsistancyException', reason: 'Model session requires model window'"
         I have played the game for about 13 hours before this error started to pop up and I was wondering if anyone knew of a way to fix it.  Any information would be greatly appreaciated.

    Yesterday I had the same problem.
    I installed the game and played for five hours with no problem but in the last execution my iMac show me that error. I tried to uninstall and install the game again but always show me the error. I did the same with the Steam client with no solution.
    Finally I fixed the error deleting a folder.
    Go to Macintosh HD/Users/[username]/Library/Caches/com.feralinteractive.bmac
    and delete the folder named "com.plausiblelabs.crashreporter.data"
    Try to launch the game again.
    Good luck.

  • I cannot log into facebook. I get the following message: 404 Error - Not Found The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request,

    I am not able to go to the facebook site. www.facebook.com is not working. I get the following error message. 404 Error - Not Found
    The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request, or the file is not accessible in the requested directory. Please verify that:
    * You have used the proper case; requests ARE case-sensitive!
    * You have entered the URL correctly. (i.e. proper directory/filename)
    * You used the FULL URL. (i.e. proper file type: .html, .gif , .jpg, etc.)
    * You use a tilde (~) before user directories. (i.e. www.furcen.org/~jurann/ )
    * The user/file still exists on this server.
    I also get redirected to "Busca Google" when typing www.facebook.com in the address bar.
    == URL of affected sites ==
    http://facebook.com; buscagoogle.com

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason: 15105).

    Hello
    When I try to start the SQl server service i get the following error:
    Event id 17058
    Could not open error log file ''. Operating system error = 5(failed to retrieve text for this error. Reason: 15105).
    As a test I have made sure the errorlog file ,and the entire drive it is, has everyone full control permissions, but to no avail. Does anyone have any ideas to resolve this issue?
    Thank you

    Hi,
    Try running:
    SELECT SERVERPROPERTY('ErrorLogFileName')
    Then verify that the account being used to run the SQL Server service account has access to the path output above.  If possible, you could try logging onto the server with the same account used to run SQL Server then navigate to the errorlog folder.
    Thanks,
    Andrew Bainbridge
    SQL Server DBA
    Please click "Propose As Answer" if a post solves your problem, or "Vote As Helpful" if a post has been useful to you

  • I am getting this error when i am doing CSOM on project server..For security reasons DTD is prohibited in this XML document.

    before two day my csom code was working fine..but from last two days when i tried to execute my code i am getting this error..
    For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.

    Found in negative cache.... very strange.
    RFC found in negative cache
    What is the negative cache?

  • I have a iPhone 5C and a PC with Windows Vista.I did pair my phone thru Bluetooth but when I try to connect I get this message:"error establishing connection" What is the reason of this?

    I have a iPhone 5C and a PC with Windows Vista.I did pair my phone thru Bluetooth but when I try to connect I get this message:"error establishing connection" What is the reason of this?

    Go into Settings>Messages>Send and Receive and make sure that your phone number is checked and iMessage reads as activated. Remove the checkmark from the email address and make sure that only the phone number if checked. It should appear grayed out, but should still have a checkmark. If the phone number does not have a checkmark, then turn off iMessage, wait a few moments and then turn iMessage back on and make sure that it activates.

Maybe you are looking for

  • Help with templates in indesign

    i need to make a photo book in indesign i was wondering if there were any templates or software out there to automate the process. I do not want to use blurb because their prices are too high

  • Mac Pro 1,1 Help Needed

    I’ve been having a few problems with my Mac Pro 1,1 for a while now.  The graphics card appeared to be the cause of the last issue (lines of garbled pixels appearing across the screen), the screen going to black once or twice and not letting me do an

  • Empty batch determined in delivery

    Hi friends, I have a problem in batch determination and I dont have much knowledge on this. We are using automatic batch determination in Deliveries. For some of the line items the batch determined is empty (no stock). Deliveries are created using VL

  • Can we access PC's folder structure in Flash

    Hello All,              I am new to Flash. I dont know if its the right forum for my post or not. But I need to ask if there is anyway to show the folder structure of a clients PC in flash when the user clicks on a browse button in a web site just li

  • Patch - Service Pack

    Hi, I would like to get suggestions from the XI Technical Consultants regarding the Patching of Service Packs for the XI system based on their past experience. Think of a landscape wherein the XI installation (PI 7.0) is done and the default SP level