• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java1.6 support for JGL3

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I am working on a Swings application.
The application was developed in Java1.2 and used 3rd party jar - JGL3 (The Generic Collection Library for Java) for working with the data structures - Array, Containers, Maps etc. It is heavily embedded in our application code.
We are planning for a upgrade to java6 and want to know if JGL3 is supported with Java6.
JGL3 is the Java Generic Library used from the third party vendor Objectspace. I was not able to find any articles on the JGL3.
Can any one please share your thoughts. The following link has the details on the interfaces/classes used in this jar.
http://www.stanford.edu/group/coursework/stanfordoki/jgl/api/Package-com.objectspace.jgl.html

Any help on this will be of great help for us to move ahead with the Java1.6 conversion.
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch.

Don't you think the easiest way to check this is to run your application on a 1.6 machine?

Also it's Swing not Swings ;)
 
Anish Srinivas
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oops sorry for the typo.
We are in the process of upgrading our application to Java6. But this is going to take some time as we have a 20-25 jars to be recomplied with java6.
We also have to upgrade our Unix server to java6 which is not going to happen very soon.
We are in a impact analysis phase now, so any help in this regard will be highly useful for our impact analysis.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic