- 浏览: 79841 次
文章分类
- 全部博客 (89)
- web service (9)
- subversion (1)
- JBOSS (3)
- interview (23)
- jQery (2)
- ExtJs (0)
- Axis (0)
- Design pattern (3)
- Agile (2)
- mutithread (0)
- Core Java (24)
- programming methods (1)
- SSH (7)
- jee design (1)
- OO (4)
- books (8)
- other (1)
- JSF (7)
- seam (2)
- Weblogic (4)
- JPA (1)
- ADF (1)
- Spring (5)
- Tomcat (1)
- DWR (2)
- JEE (3)
- Servlet (1)
- EJB (1)
- JDBC (3)
最新评论
-
iloveflower:
呵呵。好好学习。。。。。。。。。。。。
java 读书 -
Eric.Yan:
看了一点,不过是电子版的……你这一说到提醒我了,还要继续学习哈 ...
java 读书
How do I uninstall Java on my Windows computer ?
--------------------------------------------------------------------------------
This article applies to: •Platform(s): Windows 7, Vista, Windows XP
•Java version(s): All Java Versions
--------------------------------------------------------------------------------
Older versions of Java may appear in the program list as J2SE Runtime Environment or Java 2 Runtime Environment.
--------------------------------------------------------------------------------
Remove older versions of Java in the same way as you would remove any other software from your Windows computer.
Windows 7 and Vista - Uninstall Programs
1.Click Start
2.Select Control Panel
3.Select Programs
4.Click Programs and Features
5.Select the program you want to uninstall by clicking on it, and then click the Uninstall button.
You may need administrator privileges to remove programs.
--------------------------------------------------------------------------------
This article applies to: •Platform(s): Windows 7, Vista, Windows XP
•Java version(s): All Java Versions
--------------------------------------------------------------------------------
Older versions of Java may appear in the program list as J2SE Runtime Environment or Java 2 Runtime Environment.
--------------------------------------------------------------------------------
Remove older versions of Java in the same way as you would remove any other software from your Windows computer.
Windows 7 and Vista - Uninstall Programs
1.Click Start
2.Select Control Panel
3.Select Programs
4.Click Programs and Features
5.Select the program you want to uninstall by clicking on it, and then click the Uninstall button.
You may need administrator privileges to remove programs.
发表评论
-
Java Collection summary
2012-06-16 02:40 566Collection:List、Set Map: ... -
When to use Comparable vs Comparator
2012-06-15 00:52 787I have a list of objects I need ... -
Arrays.fill with multidimensional array in Java
2012-06-15 00:09 685How can I fill a multidimension ... -
Immutable objects
2012-06-14 23:49 707Immutable objects are simply ... -
Implementing hashCode; Transaction.java
2012-06-14 23:43 814Below is the syntax highlight ... -
Lazy initialization
2012-06-14 22:48 798http://www.javapractices.com/to ... -
How to sort an array,mid of linkedlist, reverse int
2012-06-13 07:47 932A common mistake for a beginner ... -
Java各类型转换
2012-06-13 05:25 693各种数字类型转换成字符串型: String s = Str ... -
regular expression
2012-06-13 03:08 5101、Java对反斜线处理的 ... -
string functions
2012-06-13 00:09 842import java.util.*; public c ... -
String array to arraylist
2012-06-13 00:07 575There are some important thing ... -
core java interview summary
2012-06-12 04:11 377http://blog.sina.com.cn/s/blog_ ... -
programming with String
2012-06-12 01:43 549Question: 1) Write code to che ... -
Java高手必会的要点
2012-05-29 03:28 605http://developer.51cto.com/art/ ... -
How to use getClass().getClassLoader().getResource()
2012-05-29 03:13 1743This is the simplest wat to get ... -
How to override equals method in Java
2012-05-12 02:57 1532Object class holds some very in ... -
Top 30 Programming interview questions
2012-05-12 02:48 902Programming questions are integ ... -
10 example of using ArrayList in Java >>> Java ArrayList Tutorial
2012-05-12 02:37 869ArrayList in Java is most frequ ... -
How to use Comparator and Comparable in Java? With example
2012-05-12 02:21 761Read more: http://javarevisited ... -
Difference between HashMap and HashTable? Can we make hashmap synchronized?
2012-05-12 01:32 767This question oftenly asked in ...
相关推荐
To install or re-install DJ Java Decompiler run SetupDJ.exe To run DJ Java Decompiler setup you must have MS Windows Installer v.1.00 or above installed. (see your \Windows\SYSTEM folder - MSIEXEC.EXE...
OSGi lets you install, start, stop, update, or uninstall modules at execution time without taking down your entire system. It's the backbone of the Eclipse plugin system, as well as many Java EE ...
OSGi lets you install, start, stop, update, or uninstall components without taking down your entire system. The interest in OSGibased applications has exploded since major vendors like Sun, Spring, ...
To install tModLoader, extract the zip achive containing this README.txt file to a temporary folder and then simply run the tModLoaderInstaller.jar file in that folder. Java 1.8 or higher is required ...
If Java is not installed, download and install it from the official Oracle website. **2.2 Downloading Maven** Download the latest version of Maven from the official Apache Maven website. The ...
java百度登录源码 项目简介 VirtualApp 是漯河科技开发运营的商业项目,它在您的 App 内创建一个虚拟空间。 您可以install, start and uninstall APK arbitrarily in the virtual space ,与外界隔绝,就像一个沙盒...
which you can install a more recent version or IE and the result is likely to be a smoother install and more stable final product when compared to an upgrade installation. * Severe problems and ...
Android Sunflower (alpha) A gardening app illustrating Android development best practices with Android Jetpack. ...case, please uninstall and re-install the app. Introduction Android Jetpack is a set o
1. **MicrosoftProgram_Install_and_Uninstall.meta.diagcab**:这是一个微软提供的诊断工具,用于帮助用户解决程序安装和卸载的问题。在部署项目时,如果遇到软件安装失败或者冲突,可以使用此工具进行故障排查。 ...
例如,将APK文件放在SDK的platform-tools目录下,使用adb install命令进行安装,使用adb uninstall命令卸载。aapt(Android Asset Packaging Tool)则用于查看APK的版本信息。dexdump则是反编译工具,可以帮助理解...
INSTALL_FAILED_ALREADY_EXISTS 应用已经存在,或卸载了但没卸载干净 adb install 时使用 -r 参数,或者先 adb uninstall <packagename> 再安装 INSTALL_FAILED_INVALID_APK 无效的 APK 文件 INSTALL_FAILED_...
(3) On the Install/Uninstall tab, click "Canon Digital Camera SDK 7.1", and then click the "Add/Remove..." button. (4) The uninstaller may ask you about removing shared files. Click on "Yes" to ...
- 将 .Java.policy 文件复制到用户的 home 目录, 如 `C:\Documents and Settings\username`。 - 在控制面板的 Java 设置中, 移除“保持临时文件在我的计算机上”的选项。 ##### 4. 安装过程 - 按照屏幕提示输入...
- 安装和卸载应用:通过adb install和adb uninstall命令来安装和卸载应用程序。 - 其他adb命令:如列出设备、重启设备等。 4. Appium自动化测试基础 - 启动App:通过Appium启动应用程序,例如淘宝App。 - 元素...
分词服务器程序既是一个windows 服务程序, 服务名称是:cangzhuo fenci service and serve 0.1 (藏拙中文分词服务器) 同时又是一个简单的webserver安装启动后,你可以直接在浏览器中输入 http://127.0.0.1:888 进行...
- 通过菜单 `Window -> Android SDK and AVD Manager` 进入管理界面。 - 选择 `Update All` 并按照提示安装所需SDK版本。 - 安装完成后,可新建虚拟设备 (AVD) 以支持应用模拟运行。 4. **新建Android项目** -...
- 选择 Export -> Plug-in Development -> Deployable plugins and fragments。 - 选择要导出的插件并指定 Felix 环境的物理地址。 - 导出后,会在 Felix 工程根目录下自动生成 `felix-cache` 和 `plugins` 目录...
分词服务器程序既是一个windows 服务程序, 服务名称是:bwsyq fenci service and serve 0.1 (百万商业圈中文分词服务器) 同时又是一个简单的webserver安装启动后,你可以直接在浏览器中输入 http://127.0.0.1:888 ...
:hammer_and_wrench: 安装 自动安装将以下行的粘贴复制到您的终端中。 wget " ...