JApplet MANIFEST classpath.. 3 files

how do I make the right manifest file for it?
with this as my MANIFEST.MF
Manifest-Version: 1.0
Class-Path: "swingx-0.9.0.jar;mysql-connector-java-5.0.4.jar;MS-SQL_jdbc.jar;"I get this..
java.lang.NoClassDefFoundError: org/jdesktop/swingx/JXTaskPane
     at Item.<init>(Item.java:35)
     at Main.<clinit>(Main.java:105)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
     at java.lang.Class.newInstance0(Class.java:355)
     at java.lang.Class.newInstance(Class.java:308)
     at sun.applet.AppletPanel.createApplet(AppletPanel.java:780)
     at sun.plugin.AppletViewer.createApplet(AppletViewer.java:2074)
     at sun.applet.AppletPanel.runLoader(AppletPanel.java:709)
     at sun.applet.AppletPanel.run(AppletPanel.java:363)
     at java.lang.Thread.run(Thread.java:619)which just means that it isn't loading anything I think =(
how do I make the correct classpath?
**EDIT**
just ignore this.. I've figured it out
Manifest-Version: 1.0
Class-Path: swingx-0.9.0.jar
mysql-connector-java-5.0.4.jar
MS-SQL_jdbc.jarEdited by: Nizzle on Nov 14, 2007 4:46 PM

Hi Steve,
As a quick workaround, can you consider merging that 3rd party
references into a simple, let's call it 3rdparty.jar, file. Then you
will be able to overcome this line limit. If you use ANT, it can be
made a part of the build process and can simplify future additions.
Hope this helps,
Regards,
Slava Imeshev
"Steve Ebersole" <[email protected]> wrote in message
news:3e788ce9$[email protected]..
>
I am having trouble deploying an EAR file having an ejb module with amanifest
Class-Path entry. It appears to be directly related to the length of thatClass-Path
entry. No matter the length of the Class-Path entry, ejbc runs fine butthen
the problem comes trying to upload the EAR through the console.
First iteration was just skeletal code and the dependencies were minimal.I was
able to get this uploaded and deployed correctly. For that EAR, the EJBjar file
manifest's Class-Path entry had only 2 entries and was no where near the72-character
line limit.
Second iteration had some functionality and the dependencies were muchlarger.
Again ejbc ran fine, but I got errors on upload when the console tries todeploy
the EAR. The manifest Class-Path entry for that ejb version contained 16jar
files which, because fo the 72 line limit, spread across 3 lines.
The complaint I get on deployment is NoClassDefFound for a class that isin a
jar file listed in the manifest classpath (it found it the first time).
Is there a bug in WebLogic (6.1 sp3) where it cannot recognize manifestclasspath
entries over a certain limit? I have seen postings about WebLogic'sissues with
class loading from manifest classpath entries but thought they had allbeen fixed
as of 6.1sp3.
Thanks in advance for any help or suggestions.

Similar Messages

  • Error in manifest or policy file

    Can't run Dreamweaver CS6 or CC - checked my log files - I see:
    Activation context generation failed for "F:\AdobeCC\Adobe Dreamweaver CC\Dreamweaver.exe".Error in manifest or policy file "" on line . A component version required by the application conflicts with another component version already active. Conflicting components are:. Component 1: C:\windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0. 7601.17514_none_fa396087175ac9ac.manifest. Component 2: C:\windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.76 01.17514_none_41e6975e2bd6f2b2.manifest.
    Ran fine a few days ago, now won't run at all. Hangs on start.

    Have a look at this discussion Event ID 80 SideBySide

  • Path in Classpath for file SapMetamodelWebdynproContent.zip not found.

    How to get rid of these warnings?
                   [Warning]: Path in Classpath for file SapMetamodelWebdynproContent.zip not found.          
    Warning               [Warning]: Version for file SapMetamodelWebdynproContent.zip not found.          
    Warning               [Warning]: Versions of 'SapDictionaryTypeServices.jar' have different prefix.          
    Warning               [Warning]: Versions of 'SapDictionaryTypesRuntime.jar' have different prefix.     
    thanks in advance.

    Hi,
    This is a common problem when you import projects to NWDS. Do like this.
    1.Change to Navigator tab in NWDS and delete gen_wdp folder.
    2.Switch to Web Dynpro Explorer. Select the Project -> Right click-> Select properties -> in the wizard select Java Build Path -> Select Libraries tab -> You will find jar files with warnings
    3.Remove the jar and add the jar file with same name to the project one by one.
    4.For each jar file repeat step 3.
    5.Save the project
    Or
    removed the read-only property from all folders / files of the project and it solved my problem.
    Hope this helps!!
    Thanks & Regards
    Vijay K

  • How to display Manifest in Jar file?

    I m not new to Java (6+ years). But today I have a simple question and dont know answer @_@:
    how to view the Manifest in Jar file? I know to use java.util.jar package in code but is it a simple way to do that in command line? Seems Jar doestnot support that, strange.
    Thanks.

    Command line... go with the times dude. Use a graphical zip utility :)

  • How to reference a set of Flash-protected f4v files in a manifest when the files are on Cloudfront?

    I have: a self-created AMS 5.0 running on Amazon.
    Using latest OSMF player.
    I'm Using EZDRM for Flash Access protection.
    I have a dynamic bitrate f4m created with the F4F packager. It contains data for three bitrates.
    I know that my S3 bucket and Cloudfront distribution are generally working because I can play a set of non-drm files using a RTMP-style manifest
    I am successfully  issuing the license and playing the videos using that manifest when the files are located on the AMS itself.
    The working call to the manifest is this: http://media.blah.com/vod/BlahBlah/Blah.f4m
    I think the relevant portion of the manifest is this:
                      streamId="Blah-1000" 
    url="Blah-1000"
    bitrate="1000"
    bootstrapInfoId="bootstrap4543"
    drmAdditionalHeaderId="drmMetadata8495"
    I think the correct way to approach this it to leave the manifest on AMS and manually change the url in the manifest for each video file
    I've tried changing the url in the manifest to point to the cloudfront location
    http://blahblah.cloudfront.net/cfx/st/mp4:Blah
    But I simply get back: "We are unable to connect to the content you requested."
    Your guidance greatly appreciated.
    Ken Florian

    Hi,
    I created a project (JDeveloper) with local xsd-files and tried to delete and recreate them in the structure pane with references to a version on the application server. After reopening the project I deployed it successfully to the bpel server. The process is working fine, but in the structure pane there is no information about any of the xsds anymore and the payload in the variables there is an exception (problem building schema).
    How does bpel know where to look for the xsd-files and how does the mapping still work?
    This cannot be the way to do it correctly. Do I have a chance to rework an existing project or do I have to rebuild it from scratch in order to have all the references right?
    Thanks for any clue.
    Bette

  • Generating a manifest CLASSPATH using Ant

    I'm using Ant 1.5.4 to build my applications. When I create a JAR file to deploy I ask Ant to add a main class and CLASSPATH to the manifest, like this:
    <target name="deploy" depends="report" description="deploy the application">
        <buildnumber />
        <copy todir="${deploy}">
            <fileset dir="${src.lib}" />
        </copy>
        <pathconvert property="manifest.jars" pathsep=" ">
            <path id="manifest.class.path">
                <fileset dir="${deploy}">
                    <patternset>
                        <include name="**/*.jar" />
                    </patternset>
                </fileset>
            </path>
            <map from="${basedir}/${deploy}/" to=""/>
        </pathconvert>
        <manifest file="META-INF/manifest.mf">
            <attribute name="Implementation-Title" value="${project}" />
            <attribute name="Built-By" value="${user.name}"/>
            <attribute name="Build-Date" value="${TODAY}" />
            <attribute name="Major-Version" value="${major}" />
            <attribute name="Minor-Version" value="${minor}" />
            <attribute name="Build-Number" value="${build.number}" />
            <attribute name="Main-Class" value="${manifest.main}"/>
            <attribute name="Class-Path" value="${manifest.jars}"/>
        </manifest>
        <jar jarfile="${deploy}/${project}.jar"
             manifest="${manifest}/manifest.mf">
            <fileset dir="${output.classes}" excludes="**/*TestCase*.class, **/*TestSuite*.class"/>
        </jar>
    </target>This particular app has several third-party JARs. When I look at the manifest contents, they look like this:
    Class-Path: activation.jar imap.jar junit.jar my-common.jar mail.ja
    r mailapi.jar pop3.jar smtp.jar xalan.jar xerces.jar xml-apis.jar xsl
    tc.jar
    Has anybody else done this with Ant for a long CLASSPATH with many JARs? Are those line breaks inside JAR names a problem? It looks strange to me, and I'm not sure that it's correct or useful. Thanks - MOD

    I'm using Ant 1.5.4 to build my applications. When I create a JAR file to deploy I ask Ant to add a main class and CLASSPATH to the manifest, like this:
    <target name="deploy" depends="report" description="deploy the application">
        <buildnumber />
        <copy todir="${deploy}">
            <fileset dir="${src.lib}" />
        </copy>
        <pathconvert property="manifest.jars" pathsep=" ">
            <path id="manifest.class.path">
                <fileset dir="${deploy}">
                    <patternset>
                        <include name="**/*.jar" />
                    </patternset>
                </fileset>
            </path>
            <map from="${basedir}/${deploy}/" to=""/>
        </pathconvert>
        <manifest file="META-INF/manifest.mf">
            <attribute name="Implementation-Title" value="${project}" />
            <attribute name="Built-By" value="${user.name}"/>
            <attribute name="Build-Date" value="${TODAY}" />
            <attribute name="Major-Version" value="${major}" />
            <attribute name="Minor-Version" value="${minor}" />
            <attribute name="Build-Number" value="${build.number}" />
            <attribute name="Main-Class" value="${manifest.main}"/>
            <attribute name="Class-Path" value="${manifest.jars}"/>
        </manifest>
        <jar jarfile="${deploy}/${project}.jar"
             manifest="${manifest}/manifest.mf">
            <fileset dir="${output.classes}" excludes="**/*TestCase*.class, **/*TestSuite*.class"/>
        </jar>
    </target>This particular app has several third-party JARs. When I look at the manifest contents, they look like this:
    Class-Path: activation.jar imap.jar junit.jar my-common.jar mail.ja
    r mailapi.jar pop3.jar smtp.jar xalan.jar xerces.jar xml-apis.jar xsl
    tc.jar
    Has anybody else done this with Ant for a long CLASSPATH with many JARs? Are those line breaks inside JAR names a problem? It looks strange to me, and I'm not sure that it's correct or useful. Thanks - MOD

  • Manifest for jar file

    hi i create an jar file
    Manifest-Version: 1.0
    Main-Class: com.IR.IRoom
    Class-Path: classes12.jar aqapill.jar aqapi.jar aqapi60.jar art.jar arutil60.jar atli2.jar atli2_ip.jar atli2_ip_cio.jar bsh.jar codeset.jar commons.jar commons_httpclient.jar commons-lang-1.0.jar commons-logging.jar commons-net-1.1.0.jar
    i have two question now.
    when i jar this it give me error "line too long " bcz i have some more jars in it.
    second could i mention any folder which have jars file in classpath
    like Class-Path:include/*.jar
    regards

    Have you seen this recent thread: http://forum.java.sun.com/thread.jspa?threadID=689987&tstart=0
    There is a limit of 72 bytes (not chars!) per line in a manifest. YMMV, but you should be using Ant.

  • Manifesting Classpath Issues + Ant

    Having some problems with classpath and manifest file.
    I'm using ant to build manifest in jar. The classpath seems to be set OK in the manifest.
    I include an external jar(log4j) in my app jar, and it seems to go in the correct place in my app jar(lib directory).
    The manifest file seems to be created OK, and is put in the MANIFEST-INF directory in app jar.
    I can compile and build everything OK.
    The main issue is that at runtime, it does not seem to pickup the log4j jar. I get a NoClassDefFoundError when trying to create a Logger class.
    Any help would be appreciated. I will include relevant information below.
    ant stuff          <jar jarfile="${dist}/lib/mosaixsegment8-${DSTAMP}.jar" basedir="${build}">
                   <manifest>
                        <attribute name="Built-By" value="${user.name}"/>
                        <attribute name="Main-Class" value="com.company.TestClient"/>
                        <attribute name="Class-Path" value="lib/log4j-1.2.8.jar"/>
                   </manifest>
              </jar>
    Manifest File CreatedManifest-Version: 1.0
    Ant-Version: Apache Ant 1.5.4
    Created-By: 1.4.2_01-b06 (Sun Microsystems Inc.)
    Built-By: user
    Main-Class: com.company.TestClient
    Class-Path: lib/log4j-1.2.8.jar
    Code Snippitimport org.apache.log4j.Logger;
    public class TestClient{
         public static void main (String argv [])
              // Get Logger
              org.apache.log4j.Logger logger = org.apache.log4j.Logger.getLogger("name");
    Error Message
    [java] java.lang.NoClassDefFoundError: org/apache/log4j/Logger
    [java] at com.company.TestClient.main(Unknown Source)
    [java] Exception in thread "main"
    [java] Java Result: 1

    pkwooster,
    If there are complex solutions then the problem must be complex and perhaps I did not understand the problem (it takes a few hits on my head for the problem domain to get cleared up :). Reason I say this is because my problem is not complex & neither is the solution.
    What I have is this:
    1. Manually created (I know ANT does this; but I didn't use ant; I used a sh script) the MF file with just the Class-Path defined.
    Here is the MF entry from my standalone application (it is really a messaging application):
    Class-Path: log4j-1.2.7.jar bta_notify-facade-client.jar bta_notify-ex
    ception.jar bta_notify-vo.jar
    2. IN my sh script I use the following command to create my jar:
    jar cvfm $BTA_ADAPTER_JAR_OUT \
         meta-inf/adapter-manifest.mf \
         $BTA_ADAPTER_CLASSES/*.class \
         $BTA_EXCEPTION_CLASSES/*.class \
         $BTA_MESSAGE_CLASSES/*.class \
         $BTA_VO_CLASSES/*.class \
         $BTA_GRAIN_BEAN_CLASSES/*.class \
         -C $BTA_SRC_CONFIG_DIR log4j.xml \
         -C $LOG4J_DIR $LOG4J_JAR
    (the BTA_EXCEPTION_CLASSES & BTA_VO_CLASSES are not the same as the jars mentioned in the mf classpath).
    That is all that I did. The adapter.jar contains log4j.jar (without the path) & the mf (meta-inf/ as the path).
    I did something very similar on a j2ee app that is deployed as an EAR file in weblogic. That is where I have ear containing jar1 which contains log4j, other jars & jar1's mf which lists these contained jars (log4j & others) in its classpath.
    I presume my problem & the problem that is being solved by these other complex solutions are not the same.

  • Adding manifests to Jar files using different  versions

    I have been using the following to add a manifest pointer to my main class called JTiming
    C:\jdk1.1.8\bin\jar cmfv MyMainClass.txt JTiming.jar *
    and it works a treat, when I unjar the jar and look at the manifest file it includes the pointer to JTiming and lists each file jarred. When I try it with JDK1.3.1 or JDK1.4.1 jar.exe's they both fail to create the correct manifest entries. I can't see any notice of a change to the command line ooptions for the jar.exe's for these newer versions what am I missing?

    You seem to misunderstand - if you look at the command line I wrote in my original posting, I do exactly what you suggest!! I am able to include a reference to my starting class, my problem is that I appear to be able to get my own manifest inclusion using 1.1.8 jar.exe, but not using the jar.exe from 1.3.1 or 1.4.0

  • Manifest Classpath Question oc4j.jar

    I need some clarification on how the MANIFEST.MF in the oc4j.jar library is influencing classlading. Below are my specific questions:
    My group is using a configuration management tool which stores all java libraries in a central repository. During builds the tool downloads all dependent libraries in basically a flat directory format and specifies a classpath to java when it runs its builds (and starts up OC4J via java com.evermind.server.OC4JServer). Is there anyway to override the Manifest.MF with the classpath constructed by our configuration management tool?
    In many cases libraries are entered in twice but are from different locations. i.e.
    ../../lib/xmlparserv2.jar
    ../../oracle/lib/xmlparserv2.jar
    Is there a difference between these two libraries?
    In the classloading sequence when does the classloader refer to the Manifest.MF for locations of libraries?
    Thanks in advance!
    -Mark

    Hi Mark,
    I'm sure I haven't understood your question, so the following may be useless to you (please excuse me if it is).
    I feel there is probably a better way to do what you are trying to do, but without more details, I can only guess.
    Do you know about the java extension mechanism?
    The tooldocs Web page has details of how the JVM locates classes.
    There are also some whitepapers and other documents that you can access from the OC4J home page at Oracle's Technet Web site.
    Good Luck,
    Avi.

  • CLASSPATH, Jar file or zip file visibility during compilation and  run time

    I am using jwsdp-1_0_01 with some success.
    However, making my *.jar or *.zip files
    visible during ant builds is not working.
    Setting a CLASSPATH environment
    variable (BTW: I on a Linux box) seems
    to have no effect. I'm using the ant build
    machinery found the JWSDP download
    jwsdp-1_0_01/docs/tutorial/examples/jaxrpc/
    and as long as I don't reference anything in
    mystuff.zip
    compilation succeeds and tomcat is happy
    to provide my service. How can I get ant
    and tomcat to see 'mystuff.zip' or 'foo.jar'
    or whatever.
    Note: I was able to get past these problems
    using jwsdp-1_0-ea1 but (sigh) nothing learned there
    seems to help here.
    -joe

    Hi joe
    I made changes to targets.xml (in jwsdp-1_0\docs\tutorial\examples\jaxrpc\common) to include my own jar files.
    To enable Tomcat to see the jar files when I install the service, I copied them into jwsdp-1_0\common\lib.
    Here is the modified targets.xml (from Windows):
    <target name="compile-server" depends="prepare" description="Compiles the server-side source code">
    <echo message="Compiling the server-side source code...." />
    <javac srcdir="src" destdir="${build}/shared"
    includes="net\agmodel\metsoap\*.java"
    excludes="net\agmodel\metsoap\*Client.java"
    classpath="C:/jwsdp-1_0/common/lib/genericbroker.jar:C:/jwsdp-1_0/common/lib/weatherdata.jar" />
    </target>
    <target name="compile-client" description="Compiles the client-side source code">
    <echo message="Compiling the client source code...." />
    <javac srcdir="src" destdir="${build}/client" classpath="${jwsdp-jars}:build/shared:build/client:C:\jwsdp-1_0\common\lib\genericbroker.jar:C:\jwsdp-1_0\common\lib\weatherdata.jar" includes="net/agmodel/metsoap/*Client.java" />
    </target>
    Hope this helps.
    Good luck
    Matthew

  • Problems with Manifest building jar file

    Hello all,
    i try to deploy my application in a jar file. I also have some libs to deploy with my application. My app.jar and my lib.jar are in the same directory. My Manifest looks like:
    Manifest-Version: 1.0
    Main-Class: parser.Parser
    Class-Path: lib.jar
    Class-Path: ...Still get the error: NoClassDefFoundError.
    Main Class is found but not my lib. Can somebody help?
    regards ak

    Hi CeciNEstPasUnProgrammeur,
    many thanks. I was blind reading the Java tutorial...
    Best regards,
    ak

  • JNI Classpath (jar files)

    Hi.
    I have a generic launcher executable which works fine on the JRE 1.3. I've been using it since the days of 1.3 with no trouble, but recently I've found a need to launch an application using the JRE 1.4.
    I've made the change of JNI_VERSION_1_2 to JNI_VERSION_1_4, and otherwise left it unchanged. Everything compiles fine, but when I run it the FindClass function is returning NULL (so it couldn't find the class.)
    The class is inside a jar file, ../lib/blah.jar.
    When I add "-Xverbose:class" to the list of VM options, it shows that the jar file isn't even being opened. (!!)
    This worked flawlessly on many systems on 1.3, and I can't see anything in the release notes about it not working in 1.4 but here's hoping it's not a bug.
    Any ideas, folks?

    What I get from ExceptionDescribe():
    Exception in thread "main"
    java.lang.NoClassDefFoundError: HelloWorld
    Then it isn't in the class path. Either because that isn't the name or because something is wrong with the class path (including missing locations in the path.)
    HelloWorld.class is in the classpath, which is just
    ".." for the purpose of this test.Is this the same as your original post? Your original post seemed to indicate that the class was in a jar file. And that is not the class path for a jar file.

  • I need JApplet to view open files of computer

    i am developing a code which display open file of my computerand that can load selected filewhen load button is clicked.
    But my can't do that please help me.my email is [email protected]
    here is my code
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import java.io.*;
    import javax.imageio.*;
    public class SimpleMenus extends JApplet {
    private JButton enterButton, openButton;
    private ActionListener al = new ActionListener() {
    public void actionPerformed(ActionEvent e)
    openFile();
    private JMenu[] menus = {
    new JMenu("File"), new JMenu("Edit")
    private JMenuItem[] items = {
    new JMenuItem("open"),
    new JMenuItem("load"),
    new JMenuItem("cancel")
    public void init() {
    for(int i = 0; i < items.length; i++) {
    items.addActionListener(al);
    menus[i%3].add(items[i]);
    JMenuBar mb = new JMenuBar();
    for(int i = 0; i < menus.length; i++)
    mb.add(menus[i]);
    setJMenuBar(mb);
    Container cp = getContentPane();
    cp.setLayout(new FlowLayout());
    private void openFile ()
    // display file dialog, so user can choose file to open
    JFileChooser fileChooser = new JFileChooser();
    fileChooser.setFileSelectionMode(
    JFileChooser.FILES_ONLY );
    int result = fileChooser.showSaveDialog( this );
    // if user clicked Cancel button on dialog, return
    if ( result == JFileChooser.CANCEL_OPTION )
    return;
    // get selected file
    File fileName = fileChooser.getSelectedFile();
    // display error if invalid
    if ( fileName == null ||fileName.getName().equals( "" ) )
    JOptionPane.showMessageDialog( this, "Invalid File Name", "Invalid File Name",JOptionPane.ERROR_MESSAGE );
    else {
    // open file
    try {
    ObjectOutputStream output = new ObjectOutputStream(new FileOutputStream( fileName ) );
    openButton.setEnabled( false );
    enterButton.setEnabled( true );
    // process exceptions from opening file
    catch ( IOException ioException ) {
    JOptionPane.showMessageDialog( this,"Error Opening File", "Error",JOptionPane.ERROR_MESSAGE );
    }//end of main class

    My trial version has expired and it taking up a lot of space on my computer. It wont let me uninstall the program. working on windows OS. I dont know what you mean by Adobe AICS5.1 folder?

  • Any restrictions on fiddling with manifest or annotations file?

    I'm working to download annotations and source documents together from a digital library, and set them up in DE for review by readers. This involves downloading the XML annotations file, the PDF source file, and a constructed manifest file (or editing the existing manifest file) to get DE to see the relationships. Are there any restrictions in DE that would prevent me doing this, assuming I get the XML files right?

    We have left the both the annotations and manifest file format private and undocumented because we are not yet finished tinkering with them and fully expect there to be changes and especially additions as we go forward (this is also the answer to your #pdfloc tag question - private and undocumented on purpose, right now). Any changes you make to the manifest and annotation will be completely unsupported - we aren't going to go out of our way to disable what you've done, but we aren't going to test against it either.
    Jim Lester
    Adobe Systems

Maybe you are looking for

  • Navbar alignment issue in IE. OK in Chrome. [was:Please help guys!]

    I just spent days and nights trying to learn as much as possible about web design and i think i was doing pretty good until i got to this problem. I dont know what to do, the navbar sits well in google chrome, but in internet explorer it doesnt. And

  • Crystal reports 7 and 9 (side by side)

    Good morning everyone: We have and old VB6 application that uses CR7 in one PC. We built a Windows .Net app that uses CR9. When installing the .net application, some of the CR7 dlls were replaced with the CR9 version (same names). This caused the VB6

  • Connectivity 6555 to PC using Nokia PC Suite

    I´ve connected with bluetooth my 6555 phone to the PC.  This works fine. I´ve tried to sync contacts, notes, calender using Nokia PC Suite to my Outlook.  But I keep getting the following error message, as recorded on the log file.... Summary (1) The

  • Why does my html page have no pics when its uploaded?!

    Hey guys, so I have a website and a bunch of pages on it, they are all from a template I made, but now I am trying to create a seperate kind of page that is not based from the template and it is just an html file. it all works fine and dandy until I

  • ITunes skips ahead skip ahead when continuing playback after pausing

    Just recently (after an iTunes upgrade? -- I'm running iTunes 11.1.3 with OS X 10.9), I noticed that when I pause a playback in iTunes and then hit play to resume, the playback "skips a beat" - it doesn't pick up where it left off, but rather a fract