classpath

IntelliJ Python plugin & Run classpath

北城余情 提交于 2020-01-20 02:19:05
问题 I have a project located at /home/myself/workspace/Project1, for which I created an SDK from a Python 2.7.3 Virtualenv I have setup. This project uses some external code that I have in an accessible directory, e.g. /home/myself/LIBRARY; this directory contains several directories with code, docs etc.... For example, there is a module "important_util" located at /home/myself/LIBRARY/mymodule/important_util.py. Now, I added the whole dir /home/myself/LIBRARY in the SDK Classpath, and in the

IntelliJ Python plugin & Run classpath

别来无恙 提交于 2020-01-20 02:17:25
问题 I have a project located at /home/myself/workspace/Project1, for which I created an SDK from a Python 2.7.3 Virtualenv I have setup. This project uses some external code that I have in an accessible directory, e.g. /home/myself/LIBRARY; this directory contains several directories with code, docs etc.... For example, there is a module "important_util" located at /home/myself/LIBRARY/mymodule/important_util.py. Now, I added the whole dir /home/myself/LIBRARY in the SDK Classpath, and in the

IntelliJ Python plugin & Run classpath

為{幸葍}努か 提交于 2020-01-20 02:17:06
问题 I have a project located at /home/myself/workspace/Project1, for which I created an SDK from a Python 2.7.3 Virtualenv I have setup. This project uses some external code that I have in an accessible directory, e.g. /home/myself/LIBRARY; this directory contains several directories with code, docs etc.... For example, there is a module "important_util" located at /home/myself/LIBRARY/mymodule/important_util.py. Now, I added the whole dir /home/myself/LIBRARY in the SDK Classpath, and in the

Unbound classpath container in Eclipse

社会主义新天地 提交于 2020-01-18 19:39:23
问题 I have checked out a project using Subversive for Eclipse and I am getting the following errors: The project cannot be built until build path errors are resolved Unbound classpath container: 'JRE System Library[jdk1.5.0_08]' I'm assuming the first error will be resolved as soon as the second one is. I think I need to install JDK 1.5.0_08 and set it as a jre system library for the project but I can't find anywhere to download it - the closest I can get is JDK 1.5.0_22. If anyone could provide

Unbound classpath container in Eclipse

孤街醉人 提交于 2020-01-18 19:38:13
问题 I have checked out a project using Subversive for Eclipse and I am getting the following errors: The project cannot be built until build path errors are resolved Unbound classpath container: 'JRE System Library[jdk1.5.0_08]' I'm assuming the first error will be resolved as soon as the second one is. I think I need to install JDK 1.5.0_08 and set it as a jre system library for the project but I can't find anywhere to download it - the closest I can get is JDK 1.5.0_22. If anyone could provide

Unbound classpath container in Eclipse

给你一囗甜甜゛ 提交于 2020-01-18 19:37:15
问题 I have checked out a project using Subversive for Eclipse and I am getting the following errors: The project cannot be built until build path errors are resolved Unbound classpath container: 'JRE System Library[jdk1.5.0_08]' I'm assuming the first error will be resolved as soon as the second one is. I think I need to install JDK 1.5.0_08 and set it as a jre system library for the project but I can't find anywhere to download it - the closest I can get is JDK 1.5.0_22. If anyone could provide

Unbound classpath container in Eclipse

爱⌒轻易说出口 提交于 2020-01-18 19:37:06
问题 I have checked out a project using Subversive for Eclipse and I am getting the following errors: The project cannot be built until build path errors are resolved Unbound classpath container: 'JRE System Library[jdk1.5.0_08]' I'm assuming the first error will be resolved as soon as the second one is. I think I need to install JDK 1.5.0_08 and set it as a jre system library for the project but I can't find anywhere to download it - the closest I can get is JDK 1.5.0_22. If anyone could provide

How can I easily switch between environment specific runtime configuration with IntelliJ?

末鹿安然 提交于 2020-01-16 01:06:30
问题 In most Java projects (Maven, Spring) I work on, I have the following requirements: The packaged jar needs to run in multiple environments e.g. dev, beta, prod The jar must not be rebuilt for each environment Each environment requires different configuration properties In development, I need to be able to easily switch between different environments in order to ensure that each environment is configured correctly, before deployment So far, I have accomplished this by putting all configuration

Slow spring component scan

北战南征 提交于 2020-01-16 01:05:13
问题 i found some posts dealing with this topic, but our situation is a bit different, so I post it here, hoping someone can help us with it. The situation is: We develop a rich client that is started via webstart (loaded from a server). In the client we use spring (3.0.5) for dependency injection, nothing else so far. Since we had big trouble with slow component scans because of AOP in spring, we do not use all spring jars but the following: spring-asm-3.0.5.RELEASE.jar spring-beans-3.0.5.RELEASE

Slow spring component scan

元气小坏坏 提交于 2020-01-16 01:04:51
问题 i found some posts dealing with this topic, but our situation is a bit different, so I post it here, hoping someone can help us with it. The situation is: We develop a rich client that is started via webstart (loaded from a server). In the client we use spring (3.0.5) for dependency injection, nothing else so far. Since we had big trouble with slow component scans because of AOP in spring, we do not use all spring jars but the following: spring-asm-3.0.5.RELEASE.jar spring-beans-3.0.5.RELEASE