therefore not a problem with the snapshot process, but rather w/ that
point-in-time Harmony?
BTW - new set of snapshots in progress...
geir
Anton Luht wrote:
Yes, I can :
Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
Foundatio
n or its licensors, as applicable.
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r486601, (Dec 13 2006), Windows/ia32/msvc 1310, debug build
http://incubator.apache.org/harmony
Uncaught exception in main:
java.lang.NoClassDefFoundError: javax/swing/JTabbedPane
Caused by: java.lang.ClassNotFoundException: javax.swing.JTabbedPane
at java.net.URLClassLoader.findClass(URLClassLoader.java:625)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader$SystemClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
On 12/13/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
Do you see the same problem on your own local build?
Anton Luht wrote:
> Snapshot
>
> apache-harmony-jre-r486417-windows-x86-32-snapshot.zip
>
> Output for
>
> import javax.swing.*;
>
> public class Test
> {
> public static void main(String[] args)
> {
> new JTabbedPane();
> }
> }
>
>
> is:
>
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
> Foundatio
> n or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r486417, (Dec 13 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> Failed to import JNI NIO functions.
> Uncaught exception in main:
> java.lang.NoClassDefFoundError: javax/swing/JTabbedPane
> Caused by: java.lang.ClassNotFoundException: javax.swing.JTabbedPane
> at java.net.URLClassLoader.findClass(URLClassLoader.java:625)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader$SystemClassLoader.loadClass(Unknown
Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
>
>
> On 12/13/06, Tim Ellison <[EMAIL PROTECTED]> wrote:
>> I'm looking at apache-harmony-hdk-r486417-windows-x86-32-snapshot.zip
>> and the JDK tools are misbehaving.
>>
>> I get a trap dialog from java.exe, and if I type any of the other
tools
>> I get my prompt back then a warning about NIO and the output from the
>> tool, looks like the launcher is being forked, e.g.
>>
>> C:\harmony-hdk-r486417\jdk\bin>jarsigner.exe
>>
>> C:\harmony-hdk-r486417\jdk\bin>Failed to import JNI NIO functions.
>> jarsigner : not implemented yet
>>
>> C:\harmony-hdk-r486417\jdk\bin>
>>
>>
>> Same NIO warning from the jre\bin\java.exe.
>>
>> I think we need to re-spin this snapshot.
>>
>> Regards,
>> Tim
>>
>
>