Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-09 Thread Larry Becker
I did get it to work by specifying a Java 1.6 in the batch file. My impressions of the docking framework are mixed. I remember it now from Paul's work. It looks kind of ugly and non-standard, but it may be worth it for the functionality. regards, Larry On Wed, Oct 8, 2008 at 4:53 PM, Sunburne

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Sunburned Surveyor
I'll check for the JRE 1.5 library. I'm pretty sure that I'm using the standard library that comes with the 1.6 JDK. Thanks for that tip. I'm also pretty sure I'm compiling one or two of the dependcy libraries for 1.6. This usually isn't an issue, since I'm running 1.6 for all of my stuff now. :]

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Paul Austin
Landon, Try doing a clean project and rebuild, also you may want to make sure that you have associated the 1.5 JRE as the library to build the project as well as setting the compiler compliance settings. You may want to setup a separate build environment when you build with the correct JDK outsid

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Stefan Steiniger
wow Michael.. thanx for looking into. didn't know that we have so many windows and therefore some more issues stefan Michael Michaud schrieb: > Hi, > > Larry, did you try to launch it with a java 1.6 jvm, it worked fine for > me with a 1.6.0_10 jre > > First impressions > Adoption of a docking

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Paul Austin
This will be due to running it with a different version JVM On Wed, Oct 8, 2008 at 2:12 PM, Larry Becker <[EMAIL PROTECTED]> wrote: > It didn't work for me. I can't get a project without: > > java.lang.UnsupportedClassVersionError: Bad version number in .class file > at java.lang.ClassLoader

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Sunburned Surveyor
Larry, I just realized I need to check the compiler settings for the libraries that BizzJUMP depends on. One of these is likely set for Java 1.6. Let me do this after work today and I will report back with the results. SS On Wed, Oct 8, 2008 at 2:31 PM, Sunburned Surveyor <[EMAIL PROTECTED]> wro

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Michael Michaud
Hi, Larry, did you try to launch it with a java 1.6 jvm, it worked fine for me with a 1.6.0_10 jre First impressions Adoption of a docking framework seems the best way to improve user experience with internal frames. Keeping floating "projects" and having docked windows inside each projets see

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Stefan Steiniger
sounds like java 1.6 is needed. Do you have that? Larry Becker wrote: > It didn't work for me. I can't get a project without: > > java.lang.UnsupportedClassVersionError: Bad version number in .class file > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.d

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Larry Becker
It didn't work for me. I can't get a project without: java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unkn

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Michael Michaud
Hi SS, Thank you for letting us try bizzjump. The docking framework for OpenJump looks nice. I'll give it a try and let you know Michaël Sunburned Surveyor a écrit : > I've put together a demo version of BizzJUMP so other programmers can > check out my integration of the InfoNode Docking Windo

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Sunburned Surveyor
I just checked my Eclipse project. The BizzJUMP distro I just posted should run on Java 1.5. SS On Wed, Oct 8, 2008 at 12:56 PM, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > I've put together a demo version of BizzJUMP so other programmers can > check out my integration of the InfoNode Docking

[JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Sunburned Surveyor
I've put together a demo version of BizzJUMP so other programmers can check out my integration of the InfoNode Docking Windows Framework. You can download it here: http://www.redefinedhorizons.com/shared_files/bizzjump-20081008.zip Please not this distro contains some expiremental code and plug-i