CloudCode

想念 就在回忆里变淡 也渐渐变成习惯……

Archive for the ‘Eclipse’ Category

十一月 6th, 2011

Eclipse-Extjs插件之JSEclipse

No Comments, Eclipse, ExtJS, 程序设计, by CloudCode.

使用 JSEclipse,JavaScript 程序员现在有了自己的 Eclipse 插件,该插件将提供许多重要功能来辅助开发 JavaScript 应用程序。像 Eclipse 多年来为 Java™ 语言和其他语言提供了易用性一样,JSEclipse 为 JavaScript 开发人员提供了同样的 [Read More…]

最近在学习Spring和MongoDB的结合,在Spring官网下载了Spring Data MongoDB hello world example 例子,配置过程种出现各种错误。和大家分享下,有兴趣的可以一起研究下:

错误一:

Exception in thread “m [Read More…]

In this article we are going to cover the following topics:

MongoDB Installation on Windows Machine.

MongoDB Java Example.

[Read More…]

系统:Windows7

使用软件: Maven3.0.3 + Eclipse Indigo JEE

 

安装Maven

1. 下载解压缩Maven3.0.3,放在某一个目录下

我的目录为:D:\study\greensoft\apache-maven-3.0.3

& [Read More…]

在eclipse中安装了m2eclipse(maven插件)

在安装后,出现下列警告:

The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugin [Read More…]

Cannot create PoolableConnectionFactory (Access denied for user ‘root’@'localhost’ (using password: YES)) 今天有项目中遇到这个问题,在Google中搜索了一翻,原来是当前连接数据库的用户权 [Read More…]

关键字:eclipse tomcat部署web应用

一.下载

J2SDK下载
http://java.sun.com/j2se/1.4.2/download.html
下载版本是j2sdk-1_4_2_08

ECLIPSE下载
http://www.eclipse.org/downloa [Read More…]

采用 Eclipse 和 Tomcat 的原因

从很早以前,我就一直使用 Eclipse 进行开发工作,我发现对于自己的 Java 开发工作来说,Eclipse 是最好的工具之一。 我原来是一个具有 Linux 背景的 Java 程序员,只能使用 vi 和 JDK 进行编程,当时编写和调试 Ja [Read More…]

核心提示:错误: The import javax.servlet.http.HttpServletRequest cannot be resolved 解决: 1、这是因为工程里面web-inf/lib目录下少了包:Package javax.servlet.http引起的; (包的介绍可参见: [Read More…]