J2SE
 
Advanced search
POPULAR TOPICS

Enterprise JavaBeans
Hybernate
IntelliJ IDEA
J2EE
J2ME
J2SE
JAAS
Java
Java Authentication and Authorization Service
Java BluePrints

more...

LINKS ROLL

Java tutorials
Other portals

found 25 articles for 0.081 sec
Re: cldc and midp java   [linux.debian.maint.java]
Date: Sep 18, 2007 02:40

...-cldc a virtual machine that runs a subset of the J2SE java class library. I want to start a little discussion ...> MIDPath in conjunction with either a CLDC or (inclusive!) J2SE providing runtime can provide the MIDP2.0 profile. ...runtime-only variants. These packages implicitly assume talking about "J2SE". How is Debian going support the other profiles? Currently ...
Show full article (1.92Kb) · Show article thread
Re: how do I use String's format? not working on XP   [alt.comp.lang.java]
Date: Jun 3, 2007 16:43

....4.2? Take note: <http://java.sun.com/j2se/1.4.2/index.jsp> J2SE 1.4.2 has begun the Sun End of Life (EOL) process. ...as if it invokes the <http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Integer.html... the toString(int) method. <http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Integer.html...This is also how the <http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html...
Show full article (1.62Kb)
Re: how do I use String's format? not working on XP   [alt.comp.lang.java]
Date: Jun 6, 2007 05:41

...? Take note: <http://java.sun.com/j2se/1.4.2/index.jsp> J2SE 1.4.2 has begun the Sun End of Life (EOL) process. ...as if it invokes the <http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Integer.... toString(int) method. <http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Integer.... is also how the <http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String....
Show full article (2.19Kb)
Re: class or interface expected   [alt.comp.lang.java]
Date: Jun 9, 2007 19:35

...() method that fires off a print job (now that I know what the example was doing - you call PrintJob.print() to start the job and everything else was to set it up). it's all in http://java.sun.com/j2se/1.4.2/docs/guide/jps/spec/JPSTOC.fm.html but it sure has an awful time picking the default printer. It's not a problem, it's a feature. You don't get around it, you use methods ...
Show full article (14.19Kb)
Re: Regex is correct but java won't parse it ?   [alt.comp.lang.java]
Date: Aug 16, 2007 03:28

... out for precedence issues once I get this simple case working ! Why would you bother to get it working when REs can't do it? You need to build a tokenizer and a parser. Howdy Esmond, The StringTokenizer documentation actually recommends regular expressions be used instead ! See http://java.sun.com/j2se/1.4.2/docs/api/java/util/StringTokenizer.html Cheers, Wayne
Show full article (0.56Kb) · Show article thread
1 2 3