• 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

JDK and Java2 Platform

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, I am using the net beans 6.0 IDE for this project.
Product Version: NetBeans IDE 6.0.1 (Build 200801291616)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119

When checking my projects properties it specifies: Java Platform JDK 1.5 and source/binary format JDK 5.0. Do all of these version specifications i.e
Java 1.5.0, JDK 1.5 and source/binary for JDK 5.0 comply to the Java 2 platform that this project states is required

Thanks

Michael
 
Ranch Hand
Posts: 516
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Michael Fisherman:
Hello, I am using the net beans 6.0 IDE for this project.
Product Version: NetBeans IDE 6.0.1 (Build 200801291616)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119

When checking my projects properties it specifies: Java Platform JDK 1.5 and source/binary format JDK 5.0. Do all of these version specifications i.e
Java 1.5.0, JDK 1.5 and source/binary for JDK 5.0 comply to the Java 2 platform that this project states is required

Thanks

Michael



Yes and no..
1.5.0 is fine now (I think), however there is a requirement stating that, at the time of your submission, your Java version must not be must not be more than 18 month old.

I would suggest you rather use 1.6.0 build 03!

This is a good direct URL to get all the versions in a single screen:
http://java.sun.com/products/archive/
Look under "Java 2 Platform Standard Edition (J2SE)".

Regards,
Alex
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
How to know a j2se is a production version , not development version ?

".....platform must not have been superseded by a new production version for more than 18 months by the time you make your submission......"

how can I know the release time of a product version?

Sorry for these silly question...I'm really want to be sured before submission.
thanks
 
Today's lesson is that you can't wear a jetpack AND a cape. I should have read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic