sun
Has Oracle removed Sun net.ftp classes?
I have an older project that uses the sun.net.ftp.FtpClient class to download a file from an ftp server. It appears that Oracle has finally removed this unsupported/deprecated fea开发者_Python百科ture[详细]
2023-01-13 01:18 分类:问答Are there any major shortcomings to using Sun's JSP template solution?
This is 10 years old, but still appears to be one of the most widely accepted JSP template solutions. Is this still a viable approach for basic templates?[详细]
2023-01-11 07:58 分类:问答Where is Java EE 6 SDK for Windows 7 x64?
Sun\'s website is confusing. I am looking for Java 1.6 Enterprise Edition SDK for WINDOWS 7 64-bit. I found the 64-bit Standard Edition, and the 32-bit Enterprise edition.[详细]
2023-01-07 00:17 分类:问答ThreadLocal pondering (Or: Is sun's javadoc wrong?)
I\'ve been reading about ThreadLocal, trying to understand how it works and why we need it. So far what I\'ve been able to learn is the following:[详细]
2023-01-04 11:49 分类:问答Java Virtual Machines (JVM) and their performance comparison
I was wondering if there somebody knows if there are some 开发者_高级运维benchmarks which compare the following jvms.[详细]
2023-01-04 04:08 分类:问答MyFaces vs. Sun's Reference Implementation - latter not free?
Just a stupid beginner\'s question, which will be quickly solved, but I am curious. http://www.irian.at/myfacesexamples/home.jsf says:[详细]
2022-12-30 05:09 分类:问答Are there equivalences between Microsoft and Oracle/Sun technologies? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2022-12-30 01:00 分类:问答Can standard Sun javac do incremental compiling?
Recently I started to use 开发者_C百科Eclipse\'s java compiler, because it is significantly faster than standard javac. I was told that it\'s faster because it performs incremental compiling. But I\'m[详细]
2022-12-26 13:20 分类:问答Sun permgen & JRockit garbage collection
In the Sun JVM, classes that are loaded by the class loader are put in permgen space and never gc\'d. (Unless the class loader goes out of scope)It\'s my understanding that JRockit puts that same data[详细]
2022-12-26 01:21 分类:问答Makefile error: Unexpected end of line seen
Trying to install Git, I ran configure and make, but got the following error message: make: Fatal error in reader: Makefile,[详细]
2022-12-25 13:30 分类:问答