Problems after installing Quicktime for java

Hi
I just recently installed Quicktime for java on my computer. Previous to this installation I was running j2sdk1.4.2_03 and this was working fine (compiling and running code) for me. But since I installed QTjava all I can do is compile code.
I have reset my class path back to
CLASSPTH = .;C:\j2sdk1.4.2_03\bin
and my path to
PATH = ........... .;C:\j2sdk1.4.2_03\bin
When I try to run a simple helloworld programe I get the following error
Exception in thread "main" java.lang.NoSuchMethodError: main
I konw that this is something to do with my classpath, but I cann't figure out what is wrong, any ideas would be greatly appricatied
Donal

the programe I am running is as follows
public class hello
{     public hello ()
     public void main (String [] args)
     {     System.out.println ("Hello world");
It compiles fine but I get the above error when I run it. It is the same for other more complex programes I have written which contain a main mettod.

Similar Messages

  • Problems after installing quicktime 7

    Hi
    I install quicktime 7.04 . after I restart the quicktime player
    and itunes are not opening . Everything else working fine.
    any idea way this happens ?
    David
    G4 1.25G dual processor   Mac OS X (10.3.9)   I also tryed it on a fresh instal of OSX

    Did you repair disk permissions (and reboot)?
    ALWAYS repair disk permissions BEFORE and AFTER any software install.
    Gosh that should be my sig!

  • OSX Printing Problems after Installing Bonjour for Windows in Parallels

    Since I installed Parallels a few weeks ago I had no need to print from Windows. Yesterday I had need so I installed the Apple Bonjour for Windows and the necessary print driver (Brother HL-1430) and was able to print.
    The issue I have is that I can no longer print from OS-X. In fact every time I try and print from whatever program the program quits unexpectedly. I have tried all the solution offered on Apple's support web site but to no avail. My printer is connected wirelessly via an Airport Express. This works fine for Parallels with Windows XP and for our two other Macs. It just does not work with my iMac and this is only since I installed Bonjour for Windows on this machine.
    Can anyone help with a solution?
    iMac, Powerbook G4, iBook Mac OS X (10.4.9)
    PowerBook G4   Mac OS X (10.3.7)  

    Since I installed Parallels a few weeks ago I had no need to print from Windows. Yesterday I had need so I installed the Apple Bonjour for Windows and the necessary print driver (Brother HL-1430) and was able to print.
    The issue I have is that I can no longer print from OS-X. In fact every time I try and print from whatever program the program quits unexpectedly. I have tried all the solution offered on Apple's support web site but to no avail. My printer is connected wirelessly via an Airport Express. This works fine for Parallels with Windows XP and for our two other Macs. It just does not work with my iMac and this is only since I installed Bonjour for Windows on this machine.
    Can anyone help with a solution?
    iMac, Powerbook G4, iBook Mac OS X (10.4.9)
    PowerBook G4   Mac OS X (10.3.7)  

  • Startup Problems after Installing QuickTime and ITunes 7.5 Update

    I went to Software Update today and Installed the new ITunes 7.5 and Quicktime update and after it finished, it asked me to restart the computer. After I restarted:
    -All Desktop icons keep flashing at the same time every 3 seconds
    -The top white bar with the apple logo in the left corner keeps disappearing and reappearing at the same time as the icons do.
    -Every program I open closes within 5 seconds of me opening it, i am only able to open them in the first place because my dock is the only thing that does not disappear.
    -Finder and System Preferences are not accessible.
    I do not have the System Restore/Tiger backup CD's with me, If these are needed, is there any way possible to use the ones that come with an Intel MacBook, just to maybe repair the hard drive or whatever may be needed to be done?

    Hello,
    If you mean ... is it ok to use system restore disks that came with an Intel MacBook on an iBook G4, no, that's not possible. Your iBookG4 is a PowerPC... the MacBook has an Intel based chip.
    If you installed software such as iTunes and QT updates and these problems just started as a result it may be that your iBook drive hasn't enough available space. If you can, open any Finder window. The amount of free drive space is displayed there. 15% or less is bad. If this is indeed the case, then try to move important files off that drive.
    If you can run Disk Utility.. it's in your Applications/Utilities folder. Launch Disk Utility. In the panel on the left, select MacintoshHD 10.4.x, make sure the First Aid tab is highlighted, then click Repair Disk Permissions... that might help. I'd suggest you Verify the disk for errors but you can't do that without the iBook system restore disks.
    One other suggestion is to purchase either DiskWarrior available here: www.alsoft.com
    or TechToolPro available here: www.micromat.com (I've used DiskWarrior successfully 3 times on my iBookG4!
    I hope something I've suggested helps...
    Carolyn

  • Exceptions in QuickTimes for JAVA examples - plz help!

    Hello,
    I have a problem with the QuickTime for JAVA Applet Demos.
    I set the correct CLASSPATH and the examples with the Frames are working fine. The Compilation of the Applet examples also works.
    set CLASSPATH=C:\Programs\Java\j2re1.4.2_02\lib\ext\QTJava.zip;.
    javac -classpath C:\Programs\Java\j2re1.4.2_02\lib\ext\QTJava.zip;. QTSimpleApplet.java
    But when I want to run and test them with the Internet Explorer or SUNs appletviewer an
    Exception is thrown (NoClassDefFoundError) and an error message appears in the appletviewer / browser: "Applet could not be initialized".
    java.lang.NoClassDefFoundError: quicktime/QTException
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
    at java.lang.Class.getConstructor0(Class.java:1922)
    at java.lang.Class.newInstance0(Class.java:278)
    at java.lang.Class.newInstance(Class.java:261)
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:617)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:546)
    at sun.applet.AppletPanel.run(AppletPanel.java:298)
    at java.lang.Thread.run(Thread.java:534)
    When I copy the extracted QTJava.zip to the directory where the source file and the class file for the example are located an other Exception is thrown (ExceptionInInitializerError). :-( This Except. is caused by the security.
    java.lang.ExceptionInInitializerError
    at quicktime.jdirect.QTNative.loadQT(QTNative.java:33)
    at quicktime.jdirect.QuickTimeLib.<clinit>(QuickTimeLib.java:17)
    at quicktime.QTSession.<clinit>(QTSession.java:82)
    at QTSimpleApplet.init(QTSimpleApplet.java:34)
    at sun.applet.AppletPanel.run(AppletPanel.java:353)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.QTJava)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
    at java.security.AccessController.checkPermission(AccessController.java:401)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
    at java.lang.SecurityManager.checkLink(SecurityManager.java:810)
    at java.lang.Runtime.loadLibrary0(Runtime.java:782)
    at java.lang.System.loadLibrary(System.java:834)
    at quicktime.jdirect.JDirectLinker$1.run(JDirectLinker.java:266)
    at java.security.AccessController.doPrivileged(Native Method)
    at quicktime.jdirect.JDirectLinker$1$PrivelegedAction.establish(JDirectLinker.java:264)
    at quicktime.jdirect.JDirectLinker.<clinit>(JDirectLinker.java:272)
    ... 6 more
    How can I solve these problems? I just want to view some movies in an applet!
    Please help me. Thanks in advance!

    Hi
    I also has similar problem using the QuickTime using via Applet.
    When I connect QuickTime via Applet, I have the error message
    Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.QTJava)
    I know that
    this error is caused by the Java security "sandbox" for Plug-in.
    Plug-in has restrictions for unsigned applets..and
    I can use the QuickTime via Applet, if did manual editing of the java.policy file in the JRE.
    ( grant { permission java.security.AllPermission; } )
    But editing of the java.policy file is discouraged...
    My question is why loadLibrary.QTJava has restrictions for unsigned applets??
    and how can I use QuickTime via Applet without manual editing of the java.policy??
    Please give me some advice.

  • After installing Quicktime CD-ROM/DVD drive doesn't work.

    We use Quicktime to view files created by agencies. After installing Quicktime 7.1 the CD-ROM/DVD drive on the IBM thinkpad no longer works.
    error - This device is not working properly because Windows cannot load the drivers required for this device. (Code 31)
    The only way to resolve this issue is to edit the registry and remove the Upper and Lower filters.
    Why does this happen? Can you please let me know if this will be amended soon, and is there a way of installing the software to stop this from happening?
    IBM Thinkpad   Windows 2000  

    Last night I had the same problem. Tried to upgrade and got the version with Itunes to see what it was. After reboot, Both physical drives and a vertual drive now have the yellow mark. This program should not have touched device drivers. Uninstalled both quicktime and Itunes and rebooted. Same thing. Reinstalled Quicktime. Same thing. Ran reg mechanic. it said 2 dlls where missing:
    PxSFS.DLL
    pxwma.dll
    These don't seem to be device drivers, so should not have had an effect, but I replaced them which made reg mechanic happy. Problem is still there.
    In Event viewer for application I now have this error at each reboot:
    The description for Event ID ( 0 ) in Source ( IDriverT ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: Service started.
    For System Event I have this at each reboot because the cdroms are disabled:
    The Cdralw2k service failed to start due to the following error:
    The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
    Looking through this thread it looks like just other users replying. Where is Apple? they created this mess.

  • A lot of problems after installing Windows XP using Boot Camp on a Mac Book

    I have been having a lot of problems after installing Windows XP Home Edition (2002).
    For one, after installing Windows using Boot Camp with Mac OS X 10.5.1, I opened Windows on my Mac Book, inserted the Mac OS X Disk 1 as in the instructions and got the message: +"This package requires a newer version of the Windows installer. Do you want to update the version of the Windows Installer on your system?"+ When I clicked Yes (I had NO idea what it meant at the time), I got the message: "The required resource 'UPDATE' is missing" and the Installer quit.
    How do I fix this problem?
    Another problem I have is that there is no sound on the Windows XP, yet it works perfectly on Mac OS X. Is there any way to fix this problem?
    A third problem I have is that I can't wirelessly connect to the internet using Window XP, yet I can on Mac OS X. I have no idea on how to fix this, and it's really messing with me. D:<
    D: There are way too many problems, and I have a feeling there will be a lot more later on. Help....
    ~Twilight

    ---I'm moving this topic to the Boot Camp forums.
    -Twilight

  • I receive the following error message when trying to install QuickTime for Windows "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."

    I recieve the following error message when trying to install Quicktime for Windows "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."  I just trying to get the latest version of iTunes.  Thanks

    "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • I see that i have a problem after installing my new hard drive on my macbook pro mid 2009 version. I put a new hard drive, with all of my information from my old drive installed on it, into the computer. but now have the blinking question mark folder

    i see that i have a problem after installing my new hard drive on my macbook pro mid 2009 version. I put a new hard drive, with all of my information from my old drive installed on it, into the computer. but now have the blinking question mark folder. I see that it means that it isn't reading the new hard drive.
    did i miss a step between transferring all of my information from my old hard drive to the new hard drive and installing the new hard drive into the computer. I believe that i installed properly. it was quite easy.
    thanks for your help

    It means there is no bootable system on the drive. If you still have access to the old drive, then I suggest you boot from it then clone it to the new internal drive. Use OPTION boot to boot from the Recovery HD on the old drive:
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         1. Select Disk Utility from the main menu then press the Continue
             button.
         2. Select the destination volume from the left side list.
         3. Click on the Restore tab in the DU main window.
         4. Select the destination volume from the left side list and drag it
             to the Destination entry field.
         5. Select the source volume from the left side list and drag it to
             the Source entry field.
         6. Double-check you got it right, then click on the Restore button.
    Source means the external old drive. Destination means the new internal drive.

  • Printing problems after installing the Epson Printer Driver 2.16

    Has anyone experienced any problems after installing the Epson Printer Driver 2.16 through Software Update? I am having problems printing. It denotes an error message, specifically the rastertoescpii.app isn't working?

    Oops, wanted everyone to know that the driver that Software Update downloaded and installed was 2.18, not 2.16 (which was the last one that worked for me). I just got done downloading the 2.18 driver directly from the Apple support website and installing it. Guess what? My printer is now working and everything is fine. If you are having issues, I suggest this route. Guess I solved my own problem, but hope this helps someone else.

  • QuickTime 7 not in Control Panel after installing QuickTime 7.6.6

    Hi, I need some assistance please
    I don't have QuickTime 7 in my Control Panel after installing QuickTime 7.6.6. I only see QuickTime in control Panel but not QuickTime 7.
    How can i fix this?

    If you launch your QuickTime Player and go "Help > About QuickTime Player", what version number appears for you, Ried?

  • Problem after installing 10.4.8

    Hello,
    I installed the 10.4.8 update today. I have a brand new macbook. When the update finished downloading, my screen just turned blank, my computer didn't react at all. I could hear the fan and that was it.
    So, I waited for some minutes, nothing happened. I decided to restart it by pressing the power button for a few seconds.
    The computer is working perfectly now and the update was installed. But, how do I know if my computer or the HD were affected? I ran the HD test and it says that the HD seems OK.
    Is that a problem with my computer or is it because of the new update? I read a posting that mentioned similar problems after installing the new update.
    Thanks...

    How did you update? Mac OS X 10.4.8 Update (delta)?
    http://docs.info.apple.com/article.html?artnum=304200
    After installing the delta version of this update on an Intel-based Mac, the computer will restart two times--the first restart after installing this update may take several minutes; please allow it to complete.
    -Bmer
    Mac Owners Support Group
    Join Us @ MacOSG.com
    ITMS: MacOSG Podcast
     An Apple User Group 
    2.0 MacBook • 100GB HD • 2GB RAM   Mac OS X (10.4.7)   60G Photo iPod • AppleCare

  • Great Problemes after installing Yosemite (10.10.2 ) with Photoshop CS6....The program crashes --last time 10 times during my work session..wacomtable doesnt work..it is slow...and get error messages about the graphic card....It s a Terror to work with my

    great Problemes after installing Yosemite (10.10.2 ) with Photoshop CS6....The program crashes --last time 10 times during my work session..wacomtable doesnt work..it is slow...and get error messages about the graphic card....It s a Terror to work with my beloved Photoshop!

    The Yosemite upgrade very often damages existing Photoshop installations.  Thank Apple for that.
    You need to uninstall and re-install Photoshop, then apply all the Photoshop upgrades from scratch.
    But first, give us details about your setup:
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • DVD drive problem after installing 10.5.6

    I have MacBook Pro 15",
    Model Identifier-MacBookPro 2,2,
    Intel Core 2 Duo 2.16 Ghz
    Problem: After Installing 10.5.6 from the software update panel, my dvd drive (MATSHITA DVD-R UJ-857D) make eject sounds (sound like ejecting disc) every 10 seconds..
    But if I insert cd or dvd disc into the drive, every thing is ok - no sounds, and no ejecting the disc..
    Before I install this update, everyting was ok!
    Please Help!!
    P.S Sorry, for my english

    Hi Drug;
    Have you tried resetting PRAM by holding down control, option, P and R during reboot?
    Allan

  • Problem after installing IOS 8.0.2

    Hi there,
    I have a big problem after installing of IOS 8.0.2 on my Ipad mini retina. There is no any internet connection for the applications like ITunes, App store, Facebook etc. Who can help me please for this matter? or how can I get back my previous version?
    Thanks for the sopport

    Hi there,
    I have a big problem after installing of IOS 8.0.2 on my Ipad mini retina. There is no any internet connection for the applications like ITunes, App store, Facebook etc. Who can help me please for this matter? or how can I get back my previous version?
    Thanks for the sopport

Maybe you are looking for

  • What are the standard IDOC's available in IDES? where can i see in IDES?

    Dear All, Can any body let me know what are the standard IDOC's available in IDES? What is the path for the same? Thanks in advance for replies regards srikanth

  • Deploying a program to a user with UAC enabled causes LaunchWith32BitLauncher error and system crash

    We are deploying a program to run as the logged on user on a Win 7 Sp1 client which runs as an EXE silently.  It fails to execute and we believe that it's due to it being blocked by UAC. When we examine the logs we see the following error in the Ccm3

  • What does it really do...

    While replacing the DC inboard on one of the iBooks, I lost one of the springs in the battery compartment. It was last night, and my memory is going so I can't quite remember what I was doing when it shot off. But it bizarrely shot off, across the ro

  • Best way to call EJBs from JavaBeans/JSP

    Does anyone have a favorite way for getting EJB data from a JavaBean into           your JSPs?           I'm looking for a way of caching the EJBHome references so the beans don't           have to do a lookup on each page, each time they are called.

  • Can't see itunes library or pictures

    Hi, I can't seem to access my itunes content or pictures. I have home sharing on and I'm able to see both my computers under the "computers" section. If I click on either one, it says it's loading the library, which takes about 30 seconds then it jus