Originally posted by: kamper
yikes, wth did 5.0 come from? I thought we were on 1.5.0oh well, good to see that it's final. Now if eclipse would just support the syntax additions :|
Originally posted by: CarLBanks
5.0 has been out for a long time. The java.com site shows I have the latest version.
Originally posted by: kamper
Originally posted by: CarLBanks
5.0 has been out for a long time. The java.com site shows I have the latest version.
5.0 (1.5) has only been out in beta. Apparently it is now final.
One of the major themes targeted by the J2SE 1.5 release is ease of development. J2SE 1.5 provides new enhancements to further ease the development of Java applications and tools. New features such as generics, typesafe enumerated types, autoboxing, and enhanced for loop, are all new features that make using Java to build applications easier.
Originally posted by: dabuddha
Originally posted by: kamper
Originally posted by: CarLBanks
5.0 has been out for a long time. The java.com site shows I have the latest version.
5.0 (1.5) has only been out in beta. Apparently it is now final.
Exactly
Now we just have to wait for an update to eclipse
Originally posted by: dabuddha
Originally posted by: kamper
Originally posted by: CarLBanks
5.0 has been out for a long time. The java.com site shows I have the latest version.
5.0 (1.5) has only been out in beta. Apparently it is now final.
Exactly
Now we just have to wait for an update to eclipse
Originally posted by: amdfanboy
Originally posted by: dabuddha
Originally posted by: kamper
Originally posted by: CarLBanks
5.0 has been out for a long time. The java.com site shows I have the latest version.
5.0 (1.5) has only been out in beta. Apparently it is now final.
Exactly
Now we just have to wait for an update to eclipse
Some people don't have to wait![]()
Originally posted by: kamper
Originally posted by: amdfanboy
Originally posted by: dabuddha
Originally posted by: kamper
Originally posted by: CarLBanks
5.0 has been out for a long time. The java.com site shows I have the latest version.
5.0 (1.5) has only been out in beta. Apparently it is now final.
Exactly
Now we just have to wait for an update to eclipse
Some people don't have to wait![]()
What are you hinting at?
Originally posted by: amdfanboy
Originally posted by: kamper
Originally posted by: amdfanboy
Some people don't have to wait![]()
What are you hinting at?
lol, Some people like IDEs other than eclipse. :shocked:
C:\Program Files\Java\jdk1.5.0\bin>javac -version
javac 1.5.0
javac: no source files
Usage: javac <options> <source files>
where possible options include:
-g Generate all debugging info
-g:none Generate no debugging info
-g:{lines,vars,source} Generate only some debugging info
-nowarn Generate no warnings
-verbose Output messages about what the compiler is doing
-deprecation Output source locations where deprecated APIs are u
sed
-classpath <path> Specify where to find user class files
-cp <path> Specify where to find user class files
-sourcepath <path> Specify where to find input source files
-bootclasspath <path> Override location of bootstrap class files
-extdirs <dirs> Override location of installed extensions
-endorseddirs <dirs> Override location of endorsed standards path
-d <directory> Specify where to place generated class files
-encoding <encoding> Specify character encoding used by source files
-source <release> Provide source compatibility with specified release
-target <release> Generate class files for specific VM version
-version Version information
-help Print a synopsis of standard options
-X Print a synopsis of nonstandard options
-J<flag> Pass <flag> directly to the runtime system
C:\Program Files\Java\jdk1.5.0\bin>java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)
Originally posted by: SinNisTeR
i have beta, should i just install 1.5 over it? or unistall first?
One major plus so far: it's using about 100Mb less ram then eclipse Oh, and it seems to have decent jsp syntax highlighting. That's a huge plus. I know there are plugins for Eclipse but I haven't gotten them to work with 3.0 yet.
