NetBeans 4.1 Problem

Well, the good news is that I got my bot working (hurrah!).
The bad news is that I can't open my JAR >< !!! (angry face).
I know that a lot of people have had this problem and posted here about it, but I couldn't find a good answer to this question. The problem is that when I build my project and open my JAR it says "Failed to load Main-Class manifest attribute from [directory]." Yet when I extract my JAR I get a folder that contains the manifest.mf file.
If this helps, this is the contents of my manifest file (when opened with notepad):
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.)
I'm not sure what a manifest file should look like... and I'm not sure if this is even part of the problem... just in the other threads I visited people posted the contents of their manifest file =p
So, do I need to reinstall/install something? I'm pretty sure I have the latest of everything, but if I have to install something, what would that be? And if not, then what's the problem?

Well, one of the problems I had is I made a project with existing source files biaccident so I couldn't edit the Main class file. I made a new project and my my JAR semi-works. The one remaining problem is that it doesnt show my image. How do I fix this? When I run it via NetBeans it DOES show my image...

Similar Messages

  • Java ME SDK 8.0 EA Netbeans plugin installation problem

    We have been getting reports that some developer had trouble installing the Java ME SDK 8 EA plugins into NetBeans. We are working on fixing the issue, in the meantime please try the workaround posted in the Java ME SDK forum:
    Java ME SDK 8.0 EA Netbeans plugin installation problem
    Also be sure to check the latest ME SDK 8 EA Release Notes for late-braking information:
    http://docs.oracle.com/javame/dev-tools/jme-sdk-8/release-notes/html/Release_Notes/Release_Notes.html
    Sorry for the inconvenience.
    Best,
    -- Terrence

    Hi,
    For the Raspberry Pi, tooling over serial port is not supported. The simplest solution is to use standard IP networking over Ethernet. This can be a direct connection between the PC and the Raspberry Pi, as long as the cable is twisted and the IP addressing is correct (e.g. manual IP addressing or DHCP server on the PC).
    Regarding "Connecting to a UART Device": This is meant for attaching and controlling serial devices from the Raspberry Pi, not for tooling connections between the Raspberry Pi and the PC.
    Hope this helps,
    -- Terrence

  • Netbeans + MySQL + Tomcat (problem with: not a known entity type)

    I try to create WebApplication with Stripes in netbeans, but I have problem with connect to DB.
    I have this code:
    EntityManagerFactory emf = Persistence.createEntityManagerFactory("jpaPU");
    EntityManager em = emf.createEntityManager();
    em.getTransaction().begin();
    Person p = new Person();
    p.setFirstName("name1");
    p.setLastName("name2");
    try
    em.persist(p);
    } catch(Exception e)
    System.out.println(e.toString());
    em.getTransaction().commit();
    em.close();
    emf.close();But in try{..} is em.persist(p); ant it prints into console this error: "java.lang.IllegalArgumentException: Object: db_entity.Person@13c7c35 is not a known entity type."
    I do not know where is problem. Could you help me, please?
    This is my persistence.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
      <persistence-unit name="jpaPU" transaction-type="RESOURCE_LOCAL">
        <provider>oracle.toplink.essentials.PersistenceProvider</provider>
        <properties>
          <property name="toplink.jdbc.user" value="root"/>
          <property name="toplink.jdbc.password" value="adminadmin"/>
          <property name="toplink.jdbc.url" value="jdbc:mysql://localhost:3306/test"/>
          <property name="toplink.jdbc.driver" value="com.mysql.jdbc.Driver"/>
          <property name="toplink.ddl-generation" value="create-tables"/>
        </properties>
      </persistence-unit>
    </persistence>When I run my application I can see in console:
    [TopLink Info]: 2008.11.15 09:01:13.265--ServerSession(4794542)--TopLink, version: Oracle TopLink Essentials - 2.0.1 (Build b09d-fcs (12/06/2007))
    [TopLink Info]: 2008.11.15 09:01:13.578--ServerSession(4794542)--file:/D:/Workspace/NetBeansProjects/jpa/build/web/WEB-INF/classes/-jpaPU login successful..so, I hope persistence.xml is good
    This is my class Person.java:
    @Entity
    public class Person implements Serializable {
        @Id
        @GeneratedValue
        private Long id;
        private String firstName;
        private String lastName;
        public void setId(Long id) { this.id = id; }
        public Long getId() { return id; }
        public String getFirstName() {  return firstName; }
        public void setFirstName(String firstName) { this.firstName = firstName;  }
        public String getLastName() { return lastName; }
        public void setLastName(String lastName) { this.lastName = lastName;  }Please, help me.

    I had the same "is not a known entity type" error when running under a development environment Eclipse/Tomcat using Toplink. But the almost same code and configuration worked when running under Eclipse as a stand-alone Java app.
    Eventually I figured out (actually trial and error), that I had checked the toplink-essentials.jar libraries to be exported under: Eclipse Project/Java Build Path/Order and Export. I was messing around with libraries. Unchecking the export option there fixed the problem.
    While its unlikely that this could have been your exact problem, I would check the library order and export configurations. Looking at other message boards about this problem, many seemed to have been caused or fixed by playing with their libraries.

  • Tomcat + axis + netbeans 4.1 problem

    hi all
    i'm currentky developing a school project that requires web services, the problem is that i can�t get a working example on my machine.
    i'm using tomcat 5.5, axis 1.2 and netbeans 4.1
    and i have followed this tutorial (first example) : http://cropcrusher.web.infoseek.co.jp/shufujava/wserv/axisnb4_en.html
    everything was running good until when i run the client application. It gives me the following error:
    init:
    deps-jar:
    compile:
    run:
    - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
    AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (404)/axis/wsone.jws
    faultActor:
    faultNode:
    faultDetail:
    {}:return code: 404
    <html><head><title>Apache Tomcat/5.5.7 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - /axis/wsone.jws</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>/axis/wsone.jws</u></p><p><b>description</b> <u>The requested resource (/axis/wsone.jws) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.5.7</h3></body></html>
    {http://xml.apache.org/axis/}HttpErrorCode:404
    (404)/axis/wsone.jws
    at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:732)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
    at org.apache.axis.client.Call.invoke(Call.java:2748)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:2347)
    at org.apache.axis.client.Call.invoke(Call.java:2372)
    at client.ClientOne.getOutputString(ClientOne.java:34)
    at client.ClientOne.inputButtonActionPerformed(ClientOne.java:87)
    at client.ClientOne.access$000(ClientOne.java:17)
    at client.ClientOne$1.actionPerformed(ClientOne.java:68)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
    at java.awt.Component.processMouseEvent(Component.java:5488)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
    at java.awt.Component.processEvent(Component.java:5253)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    i'm kind of desperate, knoking with my head on the wall so any help would by apreciated.
    thanks in advance

    Hey, Chech your URL in the client java program specified.
    I faced the same problem, most probably you need to append \axis in your URL.

  • JavaFX/Netbeans 6.8 problem

    Has anyone had a problem with the NetBeans 6.8 JavaFX plugin not supporting libraries in JavaFX projects? I'm using JFXtras, which I've added via Right Click Project->Properties->Libraries->Add JAR/Folder. The code compiles cleanly, but in the IDE I get errors like "package org.jfxtras.scene.shape does not exist". Does anyone have a solution to this?

    I had the same problem after upgrade from nebeans 6.7.1 to 6.8 on Linux.
    I added the jfxtras jars with Add JAR/Folder in netbeans 6.7.1.
    Solution
    - Remove jars from Libraries
    - Restart netbeans
    - Use Add Library...
    - Create new Libraries for jfxtras
    - Add these libraries
    - Restart netbeans
    (- Edit/save files with errors)
    (- Restart netbeans)
    After I did this in one JavaFX project the other unchanged JavaFX projects with Add JAR/Folder works also again.

  • NetBeans JFileChooser visualization problem

    I have a visualization problem when i implement a JFileChooser. I use
    Windows XP with SDK 1.3.1 and Netbeans 3.3
    I insert a JFileChooser from the Form Editor in NetBeans but when i run my
    application the JFileChooser appear in the background without waiting to be
    called by an event generated by a button. When you after press the button
    it works correctly; so it is only a visualization problem....
    How is possible to make it hide until the pressure of that button ???
    Thankyou for the help
    Andrea Franceschini
    [email protected]

    I solved the problem by myself....-:)
    I added the jFileChooser to the JFrame.
    It is instead to add it out of the jFrame with "others components"

  • Netbeans database connectivity problem

    want to connect or bind label to database ms access
    i am using netbeans 5.5.1
    how can i do it

    I have no idea what you're talking about, but here's a JDBC tutorial. Start with it: [http://java.sun.com/docs/books/tutorial/jdbc/index.html]. JDBC prerequire basic SQL knowledge: [http://www.w3schools.com/SQl/default.asp].

  • Netbeans-derby newbee problem

    hello everybody!
    i have the java db in netbeans up and running, tables created and so on.
    now when i want to access my database
    (which is obviously there, in the databases node of the runtime its shown with tables :jdbc:derby://localhost:1527/mpdb)
    netbeans gives me a
    Exception in thread "main" java.sql.SQLException: Database 'mpdb' not found.
    at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
    at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
    at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
    at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
    at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source)
    at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
    at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
    at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
    at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
    at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
    at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:154)
    at mxnew.mpAdrData.connection(mpAdrData.java:62)
    and heres the code:
        public String driver = "org.apache.derby.jdbc.EmbeddedDriver";     public String protocol = "jdbc:derby:";     private String databasename="mpdb";     private Statement s;     public void connection() throws SQLException, ClassNotFoundException {         try {             Class.forName(driver).newInstance();  //Load driver         } catch (ClassNotFoundException ex) {             ex.printStackTrace();         } catch (IllegalAccessException ex) {             ex.printStackTrace();         } catch (InstantiationException ex) {             ex.printStackTrace();         }  //Load driver         Connection conn = null;         Properties props = new Properties();         props.put("user", "admin");         props.put("password", "password");         conn = DriverManager.getConnection(protocol + databasename, props);         s = conn.createStatement();     }
    How do i have to access the database ? thanks for your help!

    I wanna to connect to database by means of code, how am i supposed to that
    url:
    jdbc:derby://localhost:1527/proj
    driver
    org.apache.derby.jdbc.ClientDriver
    * RohitApp.java
    package rohitapp;
    import java.sql.*;
    import org.jdesktop.application.Application;
    import org.jdesktop.application.SingleFrameApplication;
    * The main class of the application.
    public class RohitApp extends SingleFrameApplication {
    * At startup create and show the main frame of the application.
    @Override protected void startup() {
    show(new RohitView(this));
    * This method is to initialize the specified window by injecting resources.
    * Windows shown in our application come fully initialized from the GUI
    * builder, so this additional configuration is not needed.
    @Override protected void configureWindow(java.awt.Window root) {
    * A convenient static getter for the application instance.
    * @return the instance of RohitApp
    public static RohitApp getApplication() {
    return Application.getInstance(RohitApp.class);
    * Main method launching the application.
    public static void main(String[] args) {
    launch(RohitApp.class, args);
    }

  • Netbeans Remote Profiling problems

    Hi,
    I am trying to do remote profiling from windows with Netbeans. Application is running in linux machine. I generated the remote pack for linux 32 bit and copied in /product/integration/profiling as mentioned in http://netbeans.org/kb/docs/java/profiler-intro.html.
    I started the application with the following command in target linux machine -
    java -jar agentpath:/product/integration/profiling/lib/deployed/jdk15/linux/libprofilerinterface.so=/product/integration/profiling/lib,5140 <application name>
    But Netbeans is not able to connect to the application. In the target machine, i typed "netstat -anp" and found 5140 is not listed.
    Any idea, what's the wrong..
    Regards,
    Subrata

    Hi Subrata,
    Your question is about Netbeans functionality on Windows,
    and it is very unlikely we can answer it, because we usually
    don't use Windows for development. We use Solaris and Linux.
    Could you please post your question on Netbeans forum?
    http://forums.netbeans.org/
    Thanks.
    Nik

  • NetBeans - a little problem

    I have a little problem in this IDE. When i type a constructor for a class
    Class aclass = new Class();the IDE won't show the parameters info in a pop-up window like it used to do.
    ( a yellow window which lists all the parameters for the current method and bolds the one your typing)
    The same goes on for methods. I'm wondering : is there a shortcut to display this popup window ( like CTRL + P in IntelliJ ). I've searched everywere ... but no results.

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

  • Sun Studio is unable to find a supported version of the NetBeans IDE at the

    I'm following the system install instructions in the Grid Compute Utility guide, Appendix A "Building a Local Development Environment" and am getting stuck on step 4, installing sunstudio. I'm running Solaris 5.10 on x86 and can run netbeans IDE without problem. Here is some info, I'm not sure what other system info is relevant:
    bash-3.00# which netbeans
    /opt/netbeans-5.5.1/bin/netbeans
    bash-3.00# which sunstudio
    /usr/bin/sunstudio
    bash-3.00# sunstudio
    Validating NetBeans IDE at: "/opt/SUNWspro/../netbeans-5.5.1"
    Sun Studio is unable to find a supported version of the NetBeans IDE at the specified location.
    Sun Studio requires a NetBeans IDE version 5.5.1 with NetBeans C/C++ Development Pack version 5.5.1
    installed. Sun Studio looks for a valid NetBeans IDE installation in the following order:
    1) Location specified with --netbeanshome command line option
    2) At /opt/netbeans-5.5.1 location, if exists
    3) At /opt/SUNWspro/../netbeans-5.5.1 location, if exists
    4) At /opt/SUNWspro/../../netbeans-5.5.1 location, if exists
    Please run the System Preparation Tool (prepare_system), if available, to set up your environment.
    Any help!?

    Did you install NetBeans separately or let Sun Studio installer do it? The latter usually results in working configuration.
    I think that NetBeans installation simply doesn't have c++ pack; you can install one following usual NetBeans modules installation path and then re-try starting Sun Studio.
    Another option is to uninstall NetBeans and re-install Sun Studio using its installer, which should set up NetBeans properly.

  • J2ME invoking web service problem

    Hello. I'm trying to create an application which invokes an ASP 2.0 WebService. For the J2ME, i'm using NetBeans with the SE Developer SDK. The code is not so complicated:
    service.ServiceSoap_Stub srv = new service.ServiceSoap_Stub();
    srv._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://localhost/WebServiceTest/Service.asmx");
    srv._setProperty(Stub.SESSION_MAINTAIN_PROPERTY, Boolean.FALSE);
    String text = srv.remoteMethod();
    The problem is: when i run the application with the Default NetBeans Color Phone, everything is fine; it works. Now, when i try to load it with the SE Developer Emulators, the problem appears.
    When using SE K750 Emulator, if i'm not using threads, when i' trying to invoke the web service i get the following error: java.lang.NoClassDefFoundError: service/ServiceSoap_Stub: service/ServiceSoap. If i'm using threads, the emulator crashed when started with a Windows error (zayit.exe has encountered a problem and needs to close. We are sorry for the inconvenience.)
    Both applications run ok when i'm using the Default Color Phone from NetBeans and this problem occurs with every phone from the SE SDK.
    Is J2ME platform installed on SE phones modified or it's the same runtime environment on all phones? Why does this problem appears? Thanks in advance.

    Hello. I'm trying to create an application which invokes an ASP 2.0 WebService. For the J2ME, i'm using NetBeans with the SE Developer SDK. The code is not so complicated:
    service.ServiceSoap_Stub srv = new service.ServiceSoap_Stub();
    srv._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://localhost/WebServiceTest/Service.asmx");
    srv._setProperty(Stub.SESSION_MAINTAIN_PROPERTY, Boolean.FALSE);
    String text = srv.remoteMethod();
    The problem is: when i run the application with the Default NetBeans Color Phone, everything is fine; it works. Now, when i try to load it with the SE Developer Emulators, the problem appears.
    When using SE K750 Emulator, if i'm not using threads, when i' trying to invoke the web service i get the following error: java.lang.NoClassDefFoundError: service/ServiceSoap_Stub: service/ServiceSoap. If i'm using threads, the emulator crashed when started with a Windows error (zayit.exe has encountered a problem and needs to close. We are sorry for the inconvenience.)
    Both applications run ok when i'm using the Default Color Phone from NetBeans and this problem occurs with every phone from the SE SDK.
    Is J2ME platform installed on SE phones modified or it's the same runtime environment on all phones? Why does this problem appears? Thanks in advance.

  • "javadoc not found" error for javax package in netbeans.

    I am using jmf api on windows under netbeans. But problem is that netbeans do not display documentation for jmf methods . Instead it shows "javadoc not found"
    error. Can someone plz help me how to configure the javadoc for jmf.

    I am using jmf api on windows under netbeans. But problem is that netbeans do not display documentation for jmf methods . Instead it shows "javadoc not found"
    error. Can someone plz help me how to configure the javadoc for jmf.Download api docs from [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/specdownload.html] ....
    Then in NetBeans:
    Tools > Java Platforms > "JDK 1.x (Default)" > "Javadoc" tab > "Add zip/folder" button.....
    Add the path of the jmf javadoc zip (or you may have to extract the zip)
    You may not see the changes immediately, try restarting NetBeans....
    Thanks!

  • Netbeans Vs Eclipse .which one is best ?

    hello,
    My project work related to SNMP protocol. In my project I need to get and set data in a remote wireless device. for this , I want to know which one IDE (netbeans or eclipse) shall i use for my project.
    now I am working in netbeans. but, the problem is it may strucking up some times and it takes some time while getting data and also at that time it struck.
    If any one use the both IDEs, give your suggestions.
    thank you.

    I use netbeans at work, I am currently using the
    latest release. I find it quite slow, and it hangs
    quite often for periods of anything between 10
    seconds and 2 minutes.
    One of my colleagues is now using eclipse as he was
    having similar problems with netbeans, and I am
    thinking of changing to eclipse.
    I will wait until I get a ram upgrade for my work
    machine though, as this could be the reason I am
    experiencing this.I used to have this problem too whenever I unplugged my computer and it was running off of battery (I'm using a laptop). It frustrated me for a long time until someone suggested it was my power settings. I also noticed in the interim that it wasn't just NetBeans, it was all my Java programs. My graphics card (ATI Radeon) was optimizing for battery life when my computer wasn't plugged in. So I adjusted my power settings and now NetBeans works fine whether or not my computer's plugged in.
    I did briefly use Eclipse before I changed my power settings, and it didn't seem to suffer from the same problems NetBeans did. I think it's due to the fact that NetBeans uses Swing whereas Eclipse uses SWT.

  • Xerces and it's impact on Netbeans & Eclipse

    I have a Mac Pro running 10.6.4 and a Macbook Air running the same. The base installations are pretty much identical.
    I've also got VMWare on the Pro. for running some legacy virtual machines.
    On the Air I can load, run and develop in both Eclipse and Netbeans with no problems.
    On the Pro I can't get Eclipse to run at all and Netbeans has to be copied in it's entirety from the Air to the Pro.
    When that happens it also fails to deal with Swing style GUI development.
    The Pro seems to have problems with Xerces (According to Netbeans) and it's true to say that the Pro has Macports on it whereas the Air doesn't. This shouldn't make any difference as far as I can tell.
    Anybody got any ideas? I cant develop GUI's on a dinky little Air, no matter how pretty it is, I need the real estate & power.

    True.
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

Maybe you are looking for

  • CC desktop app quit responding.  It will not let me re-install and update it!

    I was getting help thru live chat, but apparently they have all gotten off work now.  A tech guy tried to help me get creative cloud desktop app back onto my system, but was not successful.

  • Selection Options feature for variable input in BEx in 7.0 version

    Hi All, We are currently in EHP1 BI 701 software version. We have queries in both 3.x and 7.0 version. The variable screen that we get when we execute the report in 3.x and 7.0 is different. We have selection options in 3.x (We can copy and paste val

  • Itunes with windows and mac

    I have all my music stored on a mac. I currently sync my ipod with the mac. I am now looking to purchase an iphone which I will need to synch with my windows pc and outlook express. Is there any way of synching the iphone with the pc for emails and c

  • Help with JNLP - Beginner with JNLP

    Hey guys, I am new here and was hoping someone might be able to help me understand what's going on with this JNLP hocus pocus. Basically, I'm just trying to deploy a very simple applet using a .jnlp file. I created the applet in Eclipse and it runs f

  • Creating emty rows in View Object

    Hi, My Application is ADFBC. My requirement is create empty rows while page loading.I am using three tables one is master and another two are detailed tables. creation form is: master form detailed table detailed table. when i am pressing create butt