Packages problem plzzz help

I have a sourcecode with the package hierarchy as package1.package2.something. Can anybody tell me how can i change the whole package into package3.package2.something nd compile it ? how can i do this ?

I have a sourcecode with the package hierarchy as
package1.package2.something. Can anybody tell me how
can i change the whole package into
package3.package2.something nd compile it ? how can i
do this ?Find the statement
package package1.package2.something;
replace it with
package package3.package2.something;
and compile. Such things could be done much easily with an IDE.

Similar Messages

  • HT2573 I am using macbook pro with update of 10.7.5...I am not able to authorize my digital signature. It is showing crypto service provider is missing. I am in a big problem. plzzz help me out....thanx

    I am using a mac book pro version 10.7.5..I am not able to authorize my digital signature.It is showing crypto service provider is missing. I am in a big problem . plzzzz help me out. Thanks

    You have 10.6 on that machine, I suggest you stick with it for performance, third party hardware and software reasons as long as possible.
    Consider 10.8 (not 10.7) when it's released, because 10.7 and 10.8 will require a new investment in software and newer third party hardware as it requires newer drivers the old machines won't have. (forced upgrade because of software, really nice of them)
    http://roaringapps.com/apps:table
    Far as your Safari problem do these things until it's resolved:
    1: Software Update fully under the Apple menu.
    2: Check the status of your plug-ins and update (works for all browsers) also install Firefox and see if your problems continue. You should always have at least two browsers on the machine just in case one fails.
    https://www.mozilla.org/en-US/plugincheck/
    Flash install instructions/problem resolution here if you need it.
    How to install Flash, fix problems
    3: Install Safari again from Apple's web site
    https://www.apple.com/safari/
    4: Run through this list of fixes, stopping with #16 and report back before doing #17
    Step by Step to fix your Mac

  • Package Problem : Plz help

    I've make two classes named First.java and Second.java in e:\javafiles\test\vg folder
    package vg;
    public class First
              public int m = 100;
              public int n = 200;
    package vg;
    public class Second
              public static void me0()
                   System.out.println("Stupid cant u see the value of m is zero");
              public static void mgrn()
                   System.out.println("Yaar m is greater than n");
              public static void neven()
                   System.out.println("The value of n is Even");
    and a Third class
    import vg.*;
    public class Last
              public static void main(String robert[])
                   Second d = new Second();
                   First f = new First();
                   if(f.m==0)
                        d.me0();
                   if(f.m>f.n)
                        d.mgrn();
                   if((f.n%2)==0)
                        d.neven();
                   else
                        System.out.println("The value of n is Odd");
    Now the problem is that if I put the Last.java at e:\javafiles\test and compile it , it works fine but if I put the Last.java anywhere else e.g at e:\javafiles and try to compile it it does not works and gives error
    E:\JavaFiles>javac Last.java
    Last.java:1: package vg does not exist
    import vg.*;
    even if I change classapth variable as E:\javafiles\test or even E:\javafiles\test\vg
    plz help me in this regard

    You need to change where it is trying to find the 'vg' package. So, if your Last.java is in e:\javafiles, then you need to
    import test.vg.*
    e.g.
    import test.vg.*;           // Change this line
    public class Last
              public static void main(String robert[])
                   Second d = new Second();
                   First f = new First();
                   if(f.m==0)
                        d.me0();
                   if(f.m>f.n)
                        d.mgrn();
                   if((f.n%2)==0)
                        d.neven();
                   else
                        System.out.println("The value of n is Odd");
    Alan

  • Damaged AIR Package problem: Please help

    Hello there,
    i have huge troubles by trying to bring my non application
    air project to run. tryed it with dreamweaver extension, aptana
    studio and command line.
    it always compiles fine, but when i try to install it, it
    shows me following message:
    Sorry, an error has occured
    The application could not be installed because the AIR file
    is damaged. Try obtaining a new AIR file from the application
    author.
    But it runs fine in the Debug/Preview Mode. No Problems. Also
    makes the package but i have no chance to install it. I really need
    to finish this project and my time is running out :-(
    Any suggestions? Thanks a lot, Stefan
    my index.html:
    <html>
    <head>
    <title>REiSS Lighting</title>
    <!-- Uncomment the following line to add introspection.
    When running the application hit F12 to bring up the introspector
    -->
    <!-- script type="text/javascript"
    src="AIRIntrospector.js"></script -->
    <!-- script type="text/javascript"
    src="AIRAliases.js"></script -->
    </head>
    <body>
    <!-- Use the example.com domain in order to place
    SampleUI.html content in a remote sandbox. -->
    <iframe id="UI"
    src="www.reiss-lighting.de/cms/index.html"
    sandboxRoot="
    http://example.com/"
    documentRoot="app:/"
    style="border: 0px solid red; width:100%; height:100%">
    </iframe>
    </body>
    </html>
    my application.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="
    http://ns.adobe.com/air/application/1.0">
    <id>com.adobe.example.REiSSLighting</id>
    <filename>REiSS Lighting</filename>
    <name>REiSS Lighting</name>
    <version>1.0</version>
    <description></description>
    <copyright></copyright>
    <initialWindow>
    <content>index.html</content>
    <title/>
    <systemChrome>standard</systemChrome>
    <transparent>false</transparent>
    <visible>true</visible>
    <minimizable>true</minimizable>
    <maximizable>true</maximizable>
    <resizable>true</resizable>
    <width>1024</width>
    <height>768</height>
    <x>200</x>
    <y>200</y>
    <minSize>800 600</minSize>
    <maxSize>1280 1024</maxSize>
    </initialWindow>
    <icon>
    <image16x16>icons/reiss_icon_16.png</image16x16>
    <image32x32>icons/reiss_icon_32.png</image32x32>
    <image48x48>icons/reiss_icon_48.png</image48x48>
    <image128x128>icons/reiss_icon_128.png</image128x128>
    </icon>
    <fileTypes></fileTypes>
    </application>

    kanukukreja: It sounds like the new version was signed with a
    different certificate, which means it's not an upgrade but rather a
    different application. See e.g.
    http://blogs.adobe.com/simplicity/2008/01/certs_and_app_id.html.
    Oliver Goldman | Adobe AIR Engineering

  • BIGGGG PROBLEM PLZZZ HELP!!!!

    k i baught my nokia n73 a month ago i live in canada and my phone is not supported here i forgot my password the security code that locks the phone after im done working on it,, i set it to lock after 3 min ne ways i called my provider they cant help because im in canada i also called nokia canada and they also cant help and i also asked the place were i baught my nokia from they cant help me i dont know what to do i changed the code it was factory setting which is 12345 but now its something else that i cant remeber i cant get past opening screen it is requeting security code, some people told me to flash the firmware but i dont think i can because if im going to connect the usb im gonna need to activate the pc suite from my phone so i dont know can ne one help plzz my phone has been like this for almost a month now. i have the original package the phone is not stolen. thxMessage Edited by nadim_k6 on 12-Nov-2006
    02:00 AM

    To flash it i will need to take it to a nokia service center? or can i do it myself because i dont think theres any nokia service centers here in Canada that supports my phone. i dont care if all my data in the phone are gone because i need to use the phone its been locked for 3 weeks i cant call i can only recieve calls.Message Edited by nadim_k6 on 13-Nov-2006
    06:04 PM

  • Server/problem plzzz help

    hey guys am new in JSP i had just mad simple apps that in 1st page u enter ur name then 2nd page it says hello name
    but after i click on button okay in 1st page i got this
    the Server encountered an internal eror() that pevented it from fullfilling the request.
    and gives me exceptions
    what does this mean and what should i do!!!

    To debug the situation, you can try the following:
    - Check the server logs for more detailed messages.
    From the runtime tab, select the server in question, right-click and select 'View Server Logs'. If this menuitem is not present in the ide version you are using, you may need to check the log from the server's admin console.
    - Check the ide log file to see if there are any messages and/or stacktraces.
    The log file for the ide is found in <userdir>/var/log/messages.log file. To find out <userdir>, please take a look at http://blogs.sun.com/karthikr/entry/jse_directories
    - Debug the project within the ide. (Right-click project and select debug project).
    If you need help, please post any error messages you find in log files along with information on your project, server being used etc.

  • Simple package problem ,please help

    package test;
    public interface Ya
    public void doit();
    this is stored in cd\jdk1.3\test as Ya.java and compiled it in the same directory.
    NExt i make
    package test;
    public class make implements Ya
    public void doit()
    System.out.println("Hi");
    when I compile it in cd\jdk1.3\test
    it says
    cannot resolve symbol Ya.
    ????? whats going on?

    Hi! All you need is to set the environment variable classpath. If you are working in NT environment, go to my computer, right click it, choose properties. Search tabs for the "environment variables" buttons, click it.
    In the variable list click new, enter variable name classpath and then give the value c:\jdk1.3. i.e, the parent directory of your package. Compile all classes.
    If you are a 98/Me user, edit autoexec.bat and write,
    set classpath=c:\jdk1.3
    you have to execute autoexec.bat or simply restart your computer simply to activate changes.
    See your os manual for setting environmental variables if you are working in another os.

  • I am trying to install iTunes on my PC, but I get this error: "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor." Help!

    I am trying to install iTunes on my PC (using Windows 8.1), but I get this error: "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor." The iTunes file (64-bit) I am trying to install, is named "iTunes64Setup.exe". What seems to be the problem? Help!

    Hey madnest,
    Thanks for the question. After reviewing your post, it sounds like you are having difficulty installing iTunes in Windows. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    Issues installing iTunes or QuickTime for Windows
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • TS3074 im can u please help me out this issue im trying to install iTunes  in windows 7 some error showing " windows installer package problem DLL require to complete this installation" this message showing.

    im can u please help me out this issue im trying to install iTunes  in windows 7 some error showing " windows installer package problem DLL require to complete this installation" this message showing.

    Try the following user tip:
    " ... A DLL required for this installation to complete could not be run ..." error messages when installing iTunes for Windows

  • Plzzz help me Jumping because of the antenna in iphone 5s

    plzzz help me >> Jumping because of the antenna in iphone 5s
    plz help me i from irann 2day ago Jumping because of the antenna

    Hi there , I bought the phone a month then suddenly jumped up and went to the phone antenna antenna on a search and did not even put my sim card out and then I had a message and phone repairman and he took the Restore and Restore to error -1 and the other came up and now I do not know what is in dfu yo I do not hit the phone rather then the water went into the antenna settings modem firmware was empty . now says  have a problem , anyone who has 'm handset , and the repair of put kept base -band phone. No way that 's true ? I 'm from Iran and the Persian language, I typed into Google translate to English mistake, please help me if you can
    iphone 5s 16 gb  me34LL/A 
    <Personal Information Edited by Host>

  • Integration problem plzz help

    HI,
    to all experts.
    i am facing a problem..plzzz help
    we have several different modules which are .ear file..
    now we have to combine those modules into one a big application,and we want to add new modules also..this is one task..
    the other one is,we 've already delivered some modules to client.now the client want to update his application by adding the new modules .he doesn't want to change his entire application.
    those modules r in ear format.
    we have to develope an executable which detects already existing modules and it should add the new modules..
    the technologies what we used is Jsp,servlets...ant
    what we r going to use is ejb3.0,ant,other tech like xml also..
    Any ideas how to do,
    Thanks

    Restart. If that doesn't help, re-install. Your JVM installation can't access its rt.jar.

  • Apparent SDL package problem

    I installed kdenlive and mlt from community and have a problem with the configuration. A dev on the kdenlive IRC channel said I should ask the mlt devs who in turn said it must be a SDL packaging problem. So I'm here now with this bit:
    #kdenlive
    [19:38] <dust__> need some help getting this program started
    [19:43] <dust__> says it can't find melt or SDL profiles and module
    [19:43] <dust__> but when I run it as root everythings OK
    [19:46] <xzhayon> distro?
    [19:47] <dust__> Arch. I installed both mlt and kdenlive from community repos
    [19:49] <xzhayon> run melt -query consumers 2>&1 | grep sdl
    [19:49] <xzhayon> and show me the results
    [19:49] <dust__> - sdl_image
    [19:51] <dust__> when I run that as su I get this
    [19:51] <dust__> - sdl - sdl_audio - sdl_preview - sdl_still
    [19:53] <xzhayon> as su?
    [19:53] <xzhayon> but that's the output of query consumers
    [19:56] <dust__> just that Im getting different output as su than user
    [19:57] <xzhayon> what's the output of melt -query consumers 2>&1 | grep sdl not run as su?
    [19:57] <dust__> - sdl_image
    [19:58] <xzhayon> that's definitely wrong
    [19:58] <xzhayon> try reinstalling mlt
    [19:58] <dust__> did that at least twice
    [19:59] <dust__> 0.5.10
    [19:59] <dust__> kdenlive 0.7.8
    [20:01] <xzhayon> may i see the pkgbuild for this package?
    [20:03] <dust__> http://repos.archlinux.org/wsvn/community/mlt/repos/community-x86_64/PKGBUILD
    [20:12] <xzhayon> im' sorry but i have no clue on what's happening
    [20:15] <dust__> please tell me what the output above means briefly
    [20:17] <xzhayon> well, that shows the producers and consumers available to melt
    [20:17] <xzhayon> but that's not the expected output
    [20:17] <xzhayon> what you see with "su"
    [20:18] <xzhayon> i what should appear when run as normal user
    [20:18] <xzhayon> while what you see when run as normal user
    [20:18] <xzhayon> is what you should see when querying producers, not consumers
    [20:18] <xzhayon> try asking on [email protected]
    mlt-devel replied as follows:
    Perhaps ask the SDL packager; I doubt the MLT packager will be of much
    help. This appears to be some permission issue with SDL and its access
    to things. Maybe you need to add your account to some groups. Does
    ffplay at the command line work? It too uses SDL. If that does not
    work either, then perhaps 'strace melt -query consumers'. strace is a
    very verbose output, but it might show what it is failing to access.
    any thoughts?

    allan@mugen ~
    > melt -query consumers 2>&1 | grep sdl
    - sdl
    - sdl_audio
    - sdl_preview
    - sdl_still
    Maybe try creating a new user and see if it works for them.

  • Urgent.. JSTL problem. plz help

    I need some help with JSTL string comparison. Plzz someone help!
    I am retrieveing values from an xml file and checking for equality between two strings. Even though the strings are same it does not go in the if condition where I check for equality. I am able to retrieve the correct value from xml and also it is same because I am dispalying the values but its comparison is false. Could someone tell me a possible reason for the same.
    Plzzz help..I am stuck up with this problem since quite long and not able to get a solution.
    this is the code where I compare
    <c:out value="${d} : ${e} : ${d == e}"/>
    the output i get is
    [name="ROSS"] : [name="ROSS"] : false
    I even calculated the length of the string ..that too is same 4, 4 ! So I do not think there are any blank spaces.
    Plzz help!
    Thanks a lot!

    It looks like you are comparing two objects that both have a toString method that returns the same value. Doesn't mean the objects are equal.
    what are d and e?
    if they are objects I'm not sure the best way to compare the two values...
    perhaps add a getValue method to the object and then compare {d.value==e.value}

  • Classpath problem plz help me

    hi!
    i am unable to run my RMI server program .Name of My server class is SumServer.java,it implements SumInterface.java all the files(.class,.java and stub) are at location c:\javaprog\rmi\sum.
    I have not put them in any package.
    value of classpath is
    classpath=c:\jdk1.4\lib;.;c:\javaprog\rmi\sum
    i go in sum folder and run the program
    c:\javaprog\rmi\sum > SumServer
    it gives me following exception.plz help me out.
    Thx in advance.
    Exception occur.Unable to register serverjava.rmi.ServerException: RemoteExcepti
    on occurred in server thread; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested excep
    tion is:
    java.lang.ClassNotFoundException: SumServer_Stub

    Deepa lakshmi wrote:
    Hi,
    Am new to weblogic.
    Am using the tools are,
    Weblogic8.1 version
    MySql5.0,mysql-connector-java-3.1.12-bin.jar file
    While test configuration of connection pooling am getting the error is "JDBC Driver is not on the classpath".
    How can i solve this problem
    plz help me
    regards
    DeepaEdit the start-weblogic script. Near the bottom, you will see
    lines that create a CLASSPATH for the weblogic server. Add a
    script line that adds the mysql driver to the classpath there.
    Joe

  • Iphone 4 dictation problem plz help

    hi frds im new to iphone 4 [ios5 ] i bought iphone 4 from my frd .what happen is after changing my langugae settings iphone is restated all felds are all most compled at last step it asking to WHEN YOU TAP THE MICROPHONE BOTTON ON THE KEYBOARD WHAT YOU SAY WIIL BE CONVERTED TO TEXT DICTATION WORKS WITH ANY APP WITH A KEYBOARD ... here the msg came .. and next button is not higliting .... plzzz help me out this prblem ...what to do .....

    sryy srry  bro bt here iam frustaed to that msg  tats y .. actually i bought iphone 4  yesterday ... today when i change  my langugae english to british english  it rebooted and iphone setup appered on screen ..when i connected to wifi i click to next on top right and a msg came  WHEN YOU TAP THE MICROPHONE BOTTON ON THE KEYBOARD WHAT YOU SAY WIIL BE CONVERTED TO TEXT DICTATION WORKS WITH ANY APP WITH A KEYBOARD... so i unable to proceed further setups... i haven't seen a microphone on keyboard ..this is my problem what to do now plzz help mee

Maybe you are looking for

  • Change number of record displayed for a single item alone

    Hi, I have a single data block with few items. Is it possible to make one item in the block as non-database item and make the display of record in the item alone to show multiple lines. i.e. All other items in the Data block shows single record, wher

  • BSP Surveys

    Hi Everyone, I am trying to set up Campaign Automation and have got most way there. I now have an e-mail being sent out with a hyperlink to a BSP Survey. When I click on the link I complete the survey and the details are updated in table CRM_SVY_DB_S

  • What is meant by the term 'IDLE Instance'?

    Hi Sometimes i get the following message when connecting to an Oracle10g database 'Connected to an idle instance' Can some expalin what the term 'idle' means? My database is running according to the MMC Thanks

  • Error in dyn admin inventory

    hi, Error : No item with the unique catalog ref ID sku250303 could be found in the inventory system. I am adding a new product and create sku , but am not able to give inventory value. Sku id: sku250303 New value: 10 stock level and set radio button

  • Changing user name on wireless phone

    Both my wife and I have iPhones. My name appears on her phone as well as on my phone. I want to apply her name to her phone. How can I do that?