Jerry Lampi

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Question about debugging
Here's my situation:I have my project compiled to JDK version 1.3.1I have my default JVM at 1.4.1_02 (DOS prompt, java -version).When I run my project (shiftF10), it works just fine. Everything st... -
Created What Java version is the servlet.jar in C:\IntelliJ-IDEA-3.0.4\lib\servlet.jar?
What Java version is the servlet.jar in C:\IntelliJ-IDEA-3.0.4\lib\servlet.jar?Side note: When I placed the C:\j2sdkee1.3.1\lib\j2ee.jar as the one to use to find javax.servlet stuff, I could no l... -
Created Problem using Tomcat 4.1.24
I get this error trying to start Tomcat 4.1.24:I did some searching and found this page that claims to fix it, but am having trouble understanding how to do this: http://kinabalu.blog-city.com/read... -
Created How and where do I specify JVM debug startup parms?
I know I need to specify JVMDI startup for JVM. But where do I do this:Sorry for my ignorance, but VisualAge for Java took care of this for me, so I'm clueless.