I am using sdk 7.0s. I want to remove Java 1.4 and install java 1.5 will this break my installation of the sdk? How do I upgrade java 1.5 without breaking my sdk? I need some features 1.5.
You can basically run the Symbian tools with any version of Java. I use the following command to run SISAR and AIF Builder in Java 5 RC without any problems.
But after executing it im encountering this errorrs.
C:\>java -Djarfile=C:\Symbian\7.0s\Series60_v20\Epoc32\tools\aifbuilder\aifbuilder.jar -jar aifbuilder.jar
Exception in thread "main" java.util.zip.ZipException: The system cannot find the file specified
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
please help me coz i need the AIF builder to import resources to my application. Thanks