java-6
J2ME with java 1.6
I\'m using CLDC 1.1 + MIDP 2.0开发者_StackOverflow社区 . The \"Compiler compliance level\" is set to 1.4 .[详细]
2023-02-27 08:23 分类:问答porting a java6 swing code to java5
I have some code 开发者_如何学Gothat uses JTabbedPane java 6 extension (it uses the method indexOfTabComponent(Component))[详细]
2023-02-25 12:27 分类:问答Explaining hashcode to Vector
Can I get an idea of how the hashcode takes the valueas per the element added to vector? Vector v = new Vector();[详细]
2023-02-24 00:37 分类:问答Finding sub-strings in Java 6
I looked through the String API in Java 6 and I did not find any method for computing how many times a spe开发者_开发百科cific sub-string appears within a given String.[详细]
2023-02-20 21:12 分类:问答Loading generic service implementations via java.util.ServiceLoader
I\'ve stumbled upon some inconvenience the other day using java.util.ServiceLoader and some questions formed in me.[详细]
2023-02-19 22:23 分类:问答How do i set up IntelliJ IDEA for android applications on a MAC
I see this post How do I set up IntelliJ IDEA for Android applications? and it looks great, except I can\'t find the JDK on my machine (MacBook Pro)[详细]
2023-02-18 06:22 分类:问答Dynamic Function Creation in Java
So I\'m trying to figure out if there is some method to dynamically create/assign a method to a class in Java. If it were C, I would just do it as follows using pointers:[详细]
2023-02-17 12:12 分类:问答Mac OS X Java Update: where is my jdk?
I\'ve installed on my iMac (Mac OS X 10.6.6) the Java update which contains the version 1.6.0_24 of the jdk. I think this update has changed the directory structure of the jdk, so now开发者_StackOverf[详细]
2023-02-16 09:28 分类:问答Compile another java file from java file
Just out of curiosity. Can we compile& run a java file from another java program? If so, can you send a reference to that 开发者_C百科knowledge source?Take a look at Java Compiler Api and this li[详细]
2023-02-15 03:53 分类:问答Understanding JDK 1.6 on Ubuntu Linux IPv6 output handling
I\'m running Ubuntu 10.10 and my hosts configuration are as following: root@maxim-desktop:~# cat /etc/hosts[详细]
2023-02-11 12:59 分类:问答