java-6
rebuild JDK1.6.8 after some changes
I want to rebuil开发者_开发百科d JDK1.6 after some changes in currency.java in the java.util package. so how can I do it? is there any compiler or builder to make a custom version of JDK?[详细]
2023-04-13 10:06 分类:问答java 7 socket listen exception
I have java 7 socket listen exception during jboss initialization. JAVA: c:\\Program Files\\Java\\jdk1.7.0\\\\bin\\java[详细]
2023-04-10 00:35 分类:问答TrueZip creates virtual directory instead of archive
I\'m having an issue with the following code: TFile src = new TFile(this.getMellomStasjon()); TFile dst = new TFile(this.getZipFolder()+\"\"+zipFile+\".zip\");[详细]
2023-04-09 13:22 分类:问答In a JAX-WS web service, how do I force a socket close after each Soap call is returned?
I am using com.sun.httpserver.HttpServer and javax.xml.ws.Endpoint to publish a JAX-WS web service, which was generated by running wsimport on an existing WSDL and implementing the genere开发者_JAVA技[详细]
2023-04-05 15:50 分类:问答What do HardCoded annotation?
I want to know what do @HardCoded annotation. I don\'t found any documentation whe开发者_高级运维n I search in Google.[详细]
2023-04-05 08:40 分类:问答How to allow the classloader to load classes from a changed jar?
We have a server side Java6 app running on quite a few linux servers.Occasionally, someone will accidentally upgrade the jar file while the application is running.[详细]
2023-04-03 19:06 分类:问答Problem in creating and publishing Web Service in Mustang(Java 1.6 sdk)
I am preety new to Java and have some experience in dotnet. The intension is to create a web service in java (jdk 1.6) and consume it thru dotnet. Please assume me as a beginner in Java.[详细]
2023-03-30 01:22 分类:问答Can some one tell me a way to find the native implementations of java methods?
Can some one tell me a way to find the native implementations of java method开发者_JAVA技巧sYou can get the complete source for openjdk including the (c/c++) implementations of the native methods here[详细]
2023-03-29 19:45 分类:问答Is Java 1.6.0_26 the same as Java 1.6.26?
Well, that\'s embarrassing, but I really could not find the answer. We started a new project, one of the requirements was to have JDK 1.6.26 installed. I downloaded JDK 开发者_如何学运维6 Update 26 a[详细]
2023-03-29 04:55 分类:问答intern() behaving differently in Java 6 and Java 7
class Test { public static void main(String...args) { String s1 = \"Good\"; s1 = s1 + \"morning\"; System.out.println(s1.intern());[详细]
2023-03-28 08:37 分类:问答