| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Ok so yes it sucks that QT is not working anmore for most of us
Developers. So what should we do? Wait for Apple to react and fix it ?
No we fix it our own way. So after Roy has decompiled the QTBuild class
I though well why not just recompile it so that it works and that's
what I did. So download the QTBuild.class file at
[http://home.arcor.de/the-collective/qt/QTBuild.class]
and replace the QTBuild.class file from your QTJava.zip that's all you
have to do and your QTJ will work again. I know it's not the best
solution but at least we can continue to Develop until Apple has
released the next version. Sorry for breaking licences Apple I just
want a working product.
Regards Andreas
PS For the paranoid here the complete sourcecode of my QTBuild.class
so you can compile it if you don't trust my class.
package quicktime.util;
public final class QTBuild
{
public static final int getVersion()
{
return 6;
}
public static final int getSubVersion()
{
return 1;
}
public static final int getQualifyingSubVersion()
{
return 1;
}
/**
* @deprecated Method expired is deprecated
*/
public static final void expired()
{
isValid();
}
public static final void isValid()
{
return;
}
private QTBuild()
{
//no use
}
public static String info()
{
return "[QTJava:Decompiled 6.1.1a1]";
}
public static final int version = 6;
public static final int subVersion = 1;
public static final int qualifyingSubVersion = 1;
public static final int build = 1;
public static final String buildStage = "a";
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-java mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-java/email@hidden
This email sent to email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.