Setting Classpath so one jar can access another jar

I am having trouble with running an application as a jar that accesses other custom libraries.
I have made a small example to try to get this working.
I have
     HelloWorld.class - that prints out "HelloWorld" and then throws a custom exception JWIException
     JWIException - exception that is in a package com.jeffersonwells.util
I have put the JWIException class in the directory D:\apps\jbin\com\jeffersonwells\util.
I have a manifest file that looks like the following.
     Manifest-Version: 1.0
     Main-Class: HelloWorld
     Class-Path: "d:\apps\jbin\"
I have created a jar with the manifest file and the HelloWorld class
When I run the jar, I get the following
     Exception in thread "main" java.lang.NoClassDefFoundError: com/jeffersonwells/util/JWIException
So, I believe the classpath is not being set correctly.
Then the second part would be to get the HelloWorld app to access the JWIException in another jar file instead of in the directory structure. I assume if the first scenario gets working, this will be fixed as well.
I would greatly appreciate any assistance you can provide.
Thanks,
Tom Krueger

I thank you all very much. The problem I was having was with not having relative paths in my Class-Path.
Having the relative paths will work for the most part, however, sometimes we may want to move the executable jar to a different location. Does anyone have a great solution taking the following into consideration.
Previous posts have said you can reference classpaths through http or ftp. Great, however if you set this to your http://domain/whatever I'm assuming this will prohibit you from moving the application from dev to test to production without modifying the url.
Thanks for any thoughts!!
P.S.
I'm also in a battle here whether to jar libraries or not. jaring allows you to easily move them from server to server and more importantly for me determine versions of compatible files. However, the argument against jaring is speed of development, why jar if I can pull up a java file compile it and copy it to the server. Why waste time in the whole jaring process.
Thanks again!!!

Similar Messages

  • Can TLD jar can access through EAR / APP-INF/lib folder

    Hi All,
    If I have a TLD files into jar file and their specific classes are also into jar file .
    Now can access those jar through EAR file APP-INF/lib folder or else its must to access through WEB-INF/lib folder.
    any pointer will be great.
    Regards,
    Kal.

    I suggest you assume that's how it's supposed to work, and get that to work most efficiently. I have no idea what you were trying to achieve by putting the taglib jar in APP-INF/lib. Perhaps you have multiple webapps and you wanted to avoid multiple instances of the taglib jar? If that's the case, I believe you could use WebLogic "shared application libraries" (I don't think that's the correct term), where you deploy a jar file as an application library, and the weblogic.xml file in each webapp that uses it would specify the name of the application library it uses.

  • How to make more than one person can access the database at one time

    how to make  more than one person can access the database at one time 

    Please post further f'up's in the Access forum.
    In short: for different reasons it is best practice that each user gets its own local copy of the database. This means that you need to split it into a front-end which only consists of the forms, queries, reports etc. Everything which doesn't need to be
    shared. And a back-end, which only stores the data.
    Take also a look at Allen Browne's article:
    Split your Access database into data and application.
    When you've splitted your database, you may often consider to use SQL Server as back-end. Here you may read Armen Stein's
    The Best of Both Worlds: Access-SQL Server Optimization.

  • I want to be the only one who can access my profile, so how to create passwords for profiles (NOT for websites) ?

    I want to be the only one who can access my profile, so how to create passwords for profiles (NOT for websites) ?
    thanks

    Maybe use the portable Firefox version on a USB stick if you want to prevent access to your profile.<br />
    Solutions that use an extension can easily be bypassed by starting in [[Safe mode]].<br />
    Otherwise you need to locate the Firefox profile folder on an encrypted drive.
    See http://portableapps.com/apps/internet/browsers/portable_firefox

  • Executing .jar files from another .jar file.

    How would I run one .jar file from another .jar file. and is there anyway to call specific class arguments? Because I have one .jar file that reads a specified file and returns its contents.
    So how would I execute it and specify its arguments and how would I make it return something to the executing jar file?

    Because I have one .jar file that reads
    a specified file and returns its contents. Presumably you have a class that does that, and you have that class stored in a jar. And you want to know how to... um... do something with that class. I say "um..." because normally you don't execute a class, either, you either call its static methods or you create an instance of the class and call its instance methods.
    If you have been writing a whole lot of little classes each of which just has a static main method, then stop doing that. Write real Java classes instead. The tutorial is here:
    http://java.sun.com/docs/books/tutorial/java/index.html

  • Only One User Can Access Time Capsule At A Time

    This seems strange....
    I've been using the Time Capsule without issue for around a year. I can access it from my Mac Mini with no problem. I can also access it from my Macbook with no problem. When it comes to the iMac, I have two user accounts. One for me, and one for my wife. When my wife tried to access it, the Time Capsule blocked access beyond the root. (So we could select TC from the sidebar, then double-click the TC folder that appeared, then the small icon in the top of the window has a stop sign through it with no folders displayed).
    Mine is fine - so I tried to fix it by deleting my wife's keychain passwords to the TC. I reset them and it connected her. However, when I swapped to my account I was locked out!
    I reconnected, and I regained access - and now my wife's locked out again!
    I haven't got the time capsule set to user account access, so I have no idea where to go from here!
    Please help!

    I am not sure if this issue is happening because of following observation.
    The config is using ip 10.2.10.255 in the VPN pool , we cannot use this ip address as this is broadcast ip in the VPN pool subnet. Do the following and then check connecting vpn clients and post results.
    no ip local pool ifn_noc_ips 10.2.10.1-10.2.10.255 mask 255.255.255.0
    ip local pool ifn_noc_ips 10.2.10.1-10.2.10.254 mask 255.255.255.0
    HTH
    Saju
    Pls rate helpful posts

  • Bonjour chats - one computer can initiate, another cannot

    Two Leopard Macs are on the same AirPort network. Each can see the other in Bonjour iChat pane. However, only one (A) can initiate chats to the other (B).
    When B tries to initiate chats to A, it times out with:
    "bonjour error, Instant Message connection failed. The other person’s computer may be unreachable."
    Even though immediately before and after that, A can successfully initiate chats to B.
    Nothing shows up in either computers' Console log when this happens. Nor can I find anything in any other log.
    This problem has been going on for... I don't know how long. Hasn't been much of an issue, but I'd like to figure it out. Any ideas where to look?

    For the points
    As the other suggestion was a lot closer and mine was an alternative that was wide of the mark, I am not sure I earned them that time.
    10:06 PM Wednesday; November 11, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • ANT - Jar File include another Jar file and importing classes

    Here is the directory structure i have set up:
    FTPGetter
      \src
        \com
          \abc
            \ftpgetter
              - GUI.java
              - FTPGetter.java
              - Login.java
      \classes
      \include
        - ftpClient.jar
        - info.xml
      \jar
        - FTPGetter.jarThe code compiles file and can create a Jar file without errors. But when I execute the Jar file, I get
    java.lang.NoClassDefFoundError: com/abc/ftpclient/FTPwhich is a class that I import from the ftpClient.jar file in FTPGetter.java
    What gives?
    Here is my necessary build.xml code:
    <?xml version="1.0"?>
    <project name="FTPGetter" default="all">
      <property name="src.dir"        value="src"/>
      <property name="package.name"   value="com.abc.ftpgetter"/>
      <property name="package.dir"    value="${src.dir}/com/abc/ftpgetter"/>
      <property name="classes.dir"    value="classes"/>
      <property name="include.dir"    value="include"/>
      <property name="jar.dir"        value="jar"/>
      <property name="javadoc.dir"    value="docs"/>
      <property name="javadoc.title"  value="FTPGetter"/>
      <property name="javadoc.header" value="FTPGetter - By ABC XYZ [2005]"/>
      <property name="run.classname"  value="${package.name}.FTPGetter"/>
      <target name="init">
        <mkdir dir="${javadoc.dir}" />
        <mkdir dir="${classes.dir}" />
        <mkdir dir="${jar.dir}" />
      </target>
      <target name="all" depends ="compile,jar" />
      <target name="compile" description="Compile Java code" depends="clean, init">
        <javac srcdir="${package.dir}" destdir="${classes.dir}">
          <classpath>
            <!-- use the value of the ${classes.dir} property in the classpath -->
            <pathelement path="${classes.dir}" />
            <!-- include all jar files  -->
            <fileset dir="${include.dir}">
              <include name="**/*.jar"/>
            </fileset>
          </classpath>
        </javac>
      </target>
      <target name="clean" description="Clean up">
        <delete dir="${javadoc.dir}" />
        <delete dir="${classes.dir}" />
        <delete dir="${jar.dir}" />
      </target>
      <target name="jar" depends="compile">
        <jar jarfile="${jar.dir}/FTPGetter.jar" update="false">
          <fileset dir="${classes.dir}" includes="**/*.class" />
    <!-- Include xml file to read.-->
          <fileset dir="${include.dir}" includes="info.xml" />
    <!-- Include ftpClient in the jar file.-->
          <fileset dir="${include.dir}" includes="ftpClient.jar" />
          <manifest>
            <attribute name="Main-Class" value="com.abc.ftpgetter.FTPGetter" />
            <attribute name="Class-Path" value="include/ftpClient.jar"/>
          </manifest>
        </jar>
      </target>
    </project>

    nevermind I got that fixed now:
    had to get the build.xml code for the <target name="jar" depends="compile">so that it looks more like:
      <target name="jar" depends="compile">
        <jar jarfile="${jar.dir}/FTPGetter.jar">
          <zipfileset dir="classes" prefix="" />
          <zipfileset src="include/ftpClient.jar" />
          <zipfileset dir="${include.dir}" includes="info.xml" />
          <manifest>
            <attribute name="Main-Class" value="com.abc.ftpgetter.FTPGetter" />
          </manifest>
        </jar>
      </target>Keyword would need to be zipfileset.

  • Adding Jar files in another Jar file

    Hi,
    I have a very bad problem. Please some one help me here.
    I created a Java application which is organized in a package structure.
    The directories and files in the JAr files are following
    1) TestApplication.class - The application startup class.
    2) com(dir) - The start of my package structure, all the othere files are in this directory
    3) config (dir) - Directory containing all the configuration files.
    4) hsqlDatabase (dir) - contains the inprocess database
    5) images (dir) - Contains all the images used in the application.
    6) lib (dir) - Contains all the other jar files that i use in this application, i have about 10 of them in this directory.
    I created a jar file which contains all these dir and the TestApplication.class file. I also uses the 'Main-Class' and 'Class-Path' attribute.
    This is my META-INF\MANIFEST.MF file
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.6.1
    Created-By: 1.4.2_03-b02 (Sun Microsystems Inc.)
    Built-By: jj
    Main-Class: TestApplication
    Class-Path: .;./lib/commons-codec-1.3.jar;./lib/commons-httpclient-3.0
    -alpha1.jar;./lib/hsqldb.jar;./lib/kunststoff-2_0_1.jar;./lib/kunstst
    off.jar;./lib/liquidlnf.jar;./lib/log4j-1.2.8.jar;./lib/looks-1.2.2.j
    ar;./lib/jcalendar.jar;./lib/mysql-connector-java-3.0.9-stable-bin.ja
    r;./lib/ViolinStrings.jar;./config;./hsqlDatabase;./images
    When i try to run the application through
    java -jar xxxxx.jar
    1) the first problem is that it starts the application (TestApplication.class) and also loads the rest of the application in my package(com\...). But it cannot find the classes which are in the jar file (in the lib dir).
    2) I am also trying to read from a config\xxxxx.properties file, but i get an exception showing FileNotFound (xxxxx.properties).
    Hope that this will help you to help with my problem,
    Thanks in advance,
    Jobby

    1) the first problem is that it starts the
    application (TestApplication.class) and also loads
    the rest of the application in my package(com\...).
    But it cannot find the classes which are in the jar
    file (in the lib dir).
    jars inside of jars do not work like you want them too. You should be able to write a class loader that can find those other jars, but Java does not directly support jars inside of jars. Of course, you can unjar the other jars and use them as well.
    2) I am also trying to read from a
    config\xxxxx.properties file, but i get an exception
    showing FileNotFound (xxxxx.properties).
    Is this file also in the jar? If it is, you need to use getClass().getResource() to find the file.

  • One user can print, another can't

    I have just updated to 10.6.8 on my iMac.  We have three users on the computer.  The one who loaded the new OS can print Word and Excel files on our shared printer with no problem, while when another tries to print Word or Excel, he just gets blank pages out of the printer (eg the printer recognizes it has a job, but doesn't lay down the ink.)  The second user can print from Pages and Numbers with no problem.  Printer sharing is on for all users, as far as I can tell.  The second user has the current drivers for the shared printer.  Any thoughts?

    From your post I have assumed you have one Mac with three different users. If this is the case then there is no need to share the printer. All users of the Mac will have access to the printer without sharing being enabled. There will also only be one set of drivers needed. Printers are universal and once installed it is available for all users of the Mac.
    Sometimes after a point update you need to remove the printer and add it again. So if the admin user could remove the existing printer queue and then add it again, you can see if that helps.
    If you have determined the issue for the second user only to be with the MS Office applications then you could try printing a PDF from Word or Excel. If the PDF has text but the printing directly from these two apps still doesn't work then there could be a preference file that is responsible. See how the above goes and if it is of no help then reply and we'll look at those files.

  • Setting JTree in one class file from another class file

    Hello,
    I'm new to java. I recently created a project in netbeans and here is one of the java files. I used the IDE to make a split pane, with a tree structure and panel in it.
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    * AmplifierDesignGUI.java
    * Created on Jun 20, 2010, 1:18:52 PM
    package AmplifierDesign;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    * @author Bugz
    public class AmplifierDesignGUI extends javax.swing.JFrame {
    /** Creates new form AmplifierDesignGUI */
    public AmplifierDesignGUI() {
    initComponents();
    /** This method is called from within the constructor to
    * initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is
    * always regenerated by the Form Editor.
    @SuppressWarnings("unchecked")
    // <editor-fold defaultstate="collapsed" desc="Generated Code">
    private void initComponents() {
    jSplitPane1 = new javax.swing.JSplitPane();
    jScrollPane1 = new javax.swing.JScrollPane();
    jTree1 = new javax.swing.JTree();
    jPanel1 = new javax.swing.JPanel();
    jMenuBar1 = new javax.swing.JMenuBar();
    jMenu1 = new javax.swing.JMenu();
    jMenu2 = new javax.swing.JMenu();
    setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
    jScrollPane1.setViewportView(jTree1);
    jSplitPane1.setLeftComponent(jScrollPane1);
    org.jdesktop.layout.GroupLayout jPanel1Layout = new org.jdesktop.layout.GroupLayout(jPanel1);
    jPanel1.setLayout(jPanel1Layout);
    jPanel1Layout.setHorizontalGroup(
    jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(0, 475, Short.MAX_VALUE)
    jPanel1Layout.setVerticalGroup(
    jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(0, 274, Short.MAX_VALUE)
    jSplitPane1.setRightComponent(jPanel1);
    jMenu1.setText("File");
    jMenuBar1.add(jMenu1);
    jMenu2.setText("Edit");
    jMenuBar1.add(jMenu2);
    setJMenuBar(jMenuBar1);
    org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(getContentPane());
    getContentPane().setLayout(layout);
    layout.setHorizontalGroup(
    layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(layout.createSequentialGroup()
    .add(8, 8, 8)
    .add(jSplitPane1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 571, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .addContainerGap(32, Short.MAX_VALUE))
    layout.setVerticalGroup(
    layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
    .add(layout.createSequentialGroup()
    .add(8, 8, 8)
    .add(jSplitPane1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 278, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
    .addContainerGap(org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
    pack();
    }// </editor-fold>
    * @param args the command line arguments
    public static void main(String args[]) {
    java.awt.EventQueue.invokeLater(new Runnable() {
    public void run() {
    new AmplifierDesignGUI().setVisible(true);
    try {
    new JTreeStructure().setVisible(true);
    } catch (Exception ex) {
    Logger.getLogger(AmplifierDesignGUI.class.getName()).log(Level.SEVERE, null, ex);
    // Variables declaration - do not modify
    private javax.swing.JMenu jMenu1;
    private javax.swing.JMenu jMenu2;
    private javax.swing.JMenuBar jMenuBar1;
    private javax.swing.JPanel jPanel1;
    private javax.swing.JScrollPane jScrollPane1;
    private javax.swing.JSplitPane jSplitPane1;
    private javax.swing.JTree jTree1;
    // End of variables declaration
    So once this was done I wanted to link the JTree to a mysql database. So I found a sample .java file on the net:
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package AmplifierDesign;
    import java.awt.*;
    import java.sql.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    public class JTreeStructure extends JFrame {
    Connection con = null;
    Statement st = null;
    ResultSet rs = null;
    //public static void main(String args[]) throws Exception {
    // new JTreeStructure();
    public JTreeStructure() throws Exception {
    super("Retrieving data from database ");
    String driver = "com.mysql.jdbc.Driver";
    String url = "jdbc:mysql://localhost:8889/";
    String db = "icons";
    ArrayList list = new ArrayList();
    list.add("Laser Objects");
    Class.forName(driver);
    con = DriverManager.getConnection(url + db, "root", "root");
    try {
    String sql = "Select * from fiberComponents";
    st = con.createStatement();
    rs = st.executeQuery(sql);
    while (rs.next()) {
    Object value[] = {"Fiber Components",rs.getString(2) };
    list.add(value);
    } catch (Exception e) {
    System.out.println(e);
    rs.close();
    st.close();
    con.close();
    Object hierarchy[] = list.toArray();
    JFrame frame = new JFrame();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    Container content = getContentPane();
    DefaultMutableTreeNode root = processHierarchy(hierarchy);
    JTree tree = new JTree(root);
    content.add(new JScrollPane(tree), BorderLayout.CENTER);
    setSize(275, 300);
    setLocation(300, 100);
    setVisible(true);
    private DefaultMutableTreeNode processHierarchy(Object[] hierarchy) {
    DefaultMutableTreeNode node = new DefaultMutableTreeNode(hierarchy[0]);
    DefaultMutableTreeNode child;
    for (int i = 1; i < hierarchy.length; i++) {
    Object nodeSpecifier = hierarchy;
    if (nodeSpecifier instanceof Object[]) // Ie node with children
    child = processHierarchy((Object[]) nodeSpecifier);
    } else {
    child = new DefaultMutableTreeNode(nodeSpecifier); // Ie Leaf
    node.add(child);
    return (node);
    The problem is when I run my program two windows open up. The original one with JTree1, and the panel and horizontal splitplane and another window with a new tree component that did get its objects from the database. My question is how do I "replace" the JTree1 with the new tree created from the second java file?
    Or additionally, maybe I could set the data for JTree1 from within the second java file?

    zmoddynamics wrote:
    ....Please excuse my post as I am not sure what is meant by code tags?To use code tags, highlight your pasted code (please be sure that it is already formatted when you paste it into the forum; the code tags don't magically format unformatted code) and then press the code button, and your code will have tags.
    Another way to do this is to manually place the tags into your code by placing the tag [cod&#101;] above your pasted code and the tag [cod&#101;] below your pasted code like so:
    [cod&#101;]
      // your code goes here
      // notice how the top and bottom tags are different
    [/cod&#101;]Luck.

  • I have two apple IDs. One I can access and the other one the email address is not in function any more.

    I would like to access the one that I no longer have a functioning email address for.

    I do not have my password and that email address is no longer in service.
    Any thoughts would be great!

  • c:set works in one page and not another.. rediculous problem

    Hi all,
    im having one hell of a strange problem..
    i have this bit of code on one page..
    profile_body.jsp
    <jsp:useBean id="user" scope="request" beanName="com.insaini.publogs.business.UserBean" type="com.insaini.publogs.business.ProfileInterface" />
    <jsp:setProperty name="user" property="user" value="<%=request.getRemoteUser()%>" />
    <c:set value="${user.profile}" var="profile" />and i have this in my editProfile_body.jsp
    <jsp:useBean id="location" scope="request" beanName="com.insaini.publogs.business.LocationBean" type="com.insaini.publogs.struts.listeners.LocationListener" />
    <jsp:useBean id="org" scope="request" beanName="com.insaini.publogs.business.OrganizationBean" type="com.insaini.publogs.struts.listeners.OrganizationListener" />
    <jsp:useBean id="user" scope="request" beanName="com.insaini.publogs.business.UserBean" type="com.insaini.publogs.business.ProfileInterface" />
    <jsp:setProperty name="user" property="user" value="<%=request.getRemoteUser()%>" />
    <c:set value="${user.profile}" var="profile" />the profile_body.jsp loads fine.. but the editProfile_body.jsp does not load at all and its throwing this error..
    An error occurred at line: 17 in the jsp file: /jsp/includes/editProfile_body.jsp
    Generated servlet error:
    org.apache cannot be resolved or is not a field
    where line 17 points to
    <jsp:setProperty name="user" property="user" value="<%=request.getRemoteUser()%>" />
    this makes absolutely no sense since this exact same line works in the profile_body.jsp..
    any ideas?

    I think the problem is that you have an object in scope that has the name "org". Then, somewhere in the Java Code generated by the offending jsp:setProperty tag, there is a line that looks like:
    xxx = org.apache...
    What ends up happening is Java is looking in the object you have named org for a public (or otherwise visible) member named apache, and not finding it.
    This is a naming conflict, and gets resolved by renaming the <jsp:useBean id="org" object to something else (preferrably something other name org, com, net, or any other package name your system might have).

  • Setting 2 counters - one with FiniteSamps and another with ContSamps

    I am trying to use 2 counters on the USB-6229 (or USB-6259), where one counter has FiniteSamps and another has ContSamps. I have the following code:
    ErrChk DAQmxCreateCOPulseChanTicks(hCnt0, "Dev1/ctr0", "", "20MHzTimebase", DAQmx_Val_Low, 0, 400, 400); 
    ErrChk DAQmxCfgImplicitTiming(hCnt0, DAQmx_Val_FiniteSamps, 100);
    ErrChk DAQmxCreateCOPulseChanTicks(hCnt1, "Dev1/ctr1", "", "20MHzTimebase", DAQmx_Val_Low, 0, 400, 400);
    ErrChk DAQmxCfgImplicitTiming(hCnt1, DAQmx_Val_ContSamps, 2);
    When I run it, I get a run-error 50103 "The specified resource is reserved". If I change the FiniteSamps to ContSamps on the first counter, everything works fine.
    If I use only one counter with FiniteSamps, everything also works fine. 
    Is this a bug in DAQmx or the dual counter use on M-series devices is limited to ContSamps?
    Vic
    Solved!
    Go to Solution.

    Hi Vicpik,
    What you are seeing is not a bug, the issue here is that finite pulse train generation actually requires two counters for a single task. The details are outlined quite well in the following KB:
    How Many Counters Does Each Type of Counter Input or Output Task Take?
    If you need to do both task you may need an additional DAQ card, or you could try our new X series cards, that have 4 available counters.
    Let us know if you need any further assistance.
    Thanks
    Scott M.
    Applications Engineer
    National Instruments

  • Setting Time of Day users can access the system

    This has probably been asked and answered before but please bear with me, I'm new ...
    Is there a parameter that can be set to limit the time of day that users can login to the system?

    Hi,
    an option is to shutdown the user related services (like the report processing servers) using O/S scripts for a given time period.
    Regards,
    Stratos

Maybe you are looking for

  • IPhoto will not sync with my iPhone

    I did the new update for my Mac yesterday and one of the update was for iPhoto but now when I open iphoto it will not find my iPhone. Not sure what to do to fix that. I do have iTunes open and iTunes does see my iPhone so I know it has nothing to do

  • Problem in building build.xml in JDO

    Hi, I am writting an application using JDO,While building build.xml an error occured like this. so can u pls help me to resolve this problem. Error........ Buildfile: C:\NewWorkSpaceForPractice\GettingStartedJDOWeb\build.xml enhance: enhance.Employee

  • Sync from ipod to i tunes

    the main sync order to sync itunes with the ipod, is there a reverse way? i have more music in my ipod and i want to download it to my library

  • How to submit an app to multiple categories?

    Hi Everyone, I have an app that should be in both education and reference categories. Can someone please explain how to get it into more than one category? It is already accepted into the education category. How do I submit for the reference category

  • Patches for Solaris 9 with incompatible Packages

    I have a Sun Sparc machine with Solaris 9 on it as oracle server. We added two patches (112233-11: SunOS 5.9:Kernel Patch and 111722-04: SunOS 5.9:MathLibrary(libm)patch). When I prepared the server for Oracle installation, I checked patch with comma