Tagged Questions
For issues relating to setting up or using the Java Development Kit (JDK), version 1.4.
4
votes
5answers
537 views
Running Two Versions of Java JDK
I primarily use JDeveloper 10 with JDK 1.4.2 on Vista. I would like to install Eclipse and have it run the latest JDK 6.
Is this possible without conflict?
Ideally I would like to just use ...
3
votes
1answer
345 views
How to mock construction of new objects under JDK 1.4?
I'll looking about mocking of constructor calls in tested method. Something like http://code.google.com/p/powermock/wiki/MockConstructor
The problem is that I'm working under JDK 1.4 (this is ...
3
votes
5answers
2k views
Is it possible to put java 1.4 on 64 bit Ubuntu?
I need to set up a legacy app that uses Tomcat 4 and runs using the 1.4 JDK.
I tried to install the linux JDK 1.4 from the sun download site on Ubuntu 9.04 but it wouldnt install.
Is it possible to ...
3
votes
3answers
3k views
How to add an xml element in Java 1.4
I am trying to add a "title" element but am getting a NO_MODIFICATION_ALLOWED_ERR error...
private static void saveDoc(String f) throws Exception
{
DocumentBuilderFactory dbf = ...
3
votes
2answers
375 views
Suppressing warnings for JDK1.4 project
Is it possible to suppress warnings in Eclipse for JDK1.4 project?
EDIT:
Longer version. There is a project which requires JDK1.4 (no annotations). Only way of suppressing warnings I know is using ...
2
votes
5answers
90 views
Access data in a Set in Java without using an Iterator
I have a stripped down version of Java 1.4.2 that does not have the Iterator class. I am trying to port the T2Framework source to be able to run on this target, however, I have run into the following ...
2
votes
5answers
184 views
Is it possible to use generics in lists in Java 1.4?
I have to use java 1.4 and am using arraylist structures. I now need to do some re-factoring and it would help if I can use generics. I currently have code like this
ArrayList rows = new ArrayList();
...
2
votes
1answer
394 views
Does Jboss 4.2.3.GA support JDK 1.4.2?
I'm migrating my apps from WebSphere to JBoss. I would like to know if JBoss 4.2.3 GA supports JDK 1.4.2.
Many thanks in advance.
2
votes
2answers
702 views
Controling the Volume of an Audio Clip in Java 1.4
I would have thought that this would be an easy thing to do, but no amount of googling around has turned up any solutions.
I have written an application for a client that runs in full screen and ...
2
votes
6answers
3k views
How to run a task daily from Java?
How can I run a task daily at a specified time (say 11:00 am) using java.util.Timer? I'm using JDK 1.4.2, I know it's old, but it's what the project requires.
2
votes
10answers
5k views
Java source upgrade from 1.4.2 to 1.6.0_10 recommended ? (skipping 1.5)
Our desktop-only product at work has been using JDK 1.4.2 until now (also 1.4.2 JRE shipped with product). I am trying to convince the management to let us upgrade to a newer version in order to get ...
1
vote
1answer
69 views
Is it possible to compile PDFRender to run on JRE 1.4?
I would like to use a PDF to image conversion API for Java, PDF-Renderer seems to be quite good. As it's been written for JRE 1.5 compliance, I get alot of compile errors when I try to compile down to ...
1
vote
1answer
94 views
Weird problem with entering numpad keystrokes in JTextComponent
I'm using SCO OSR5 Operating system.
My java version is 1.4
I have a really weird problem, with entering numpad keystrokes in JTextComponent.
When I'm using VNC connection everything works fine. ...
1
vote
2answers
336 views
Alternatives for jcifs which is compatible with jdk 1.4
Are there any alternatives for jcifs which is compatible with jdk 1.4.
Alternatives for jcifs like waffle, jespa requires jdk 1.5
Our requirement is to authenticate from a Windows 7 (which sends only ...
1
vote
3answers
508 views
Tomcat 5.5 Monitoring with JDK 1.4 on Windows
According to this documentation http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html#Enabling_JMX_Remote it should be possible to remotely Monitor a Tomcat 5.5 Server running on a JDK 1.4 but after ...
1
vote
1answer
222 views
how to make compatibility between two parties working on different jdk versions
My project is build in 1.4.2 JDK.
Now it is going to interact with a third party jar, build in JDK 1.6
I am getting compatibility problem while using client classes.
Is it possible to resolve it ...
1
vote
1answer
440 views
eclipse for sun one server for debugging and running application
Is there a way to add sun one application server 7 to eclipse IDE. Its for maintaining an enterprise application project. The jdk is also 1.4 used for the application.
1
vote
4answers
1k views
data type to represent a big decimal in java
Which data type is apt to represent a decimal number like "10364055.81".
If tried using double:
double d = 10364055.81;
But when I try to print the number, its displaying as "1.036405581E7", which ...
1
vote
0answers
509 views
Spring and AOP Configuration on Common Java Type Extensions
I have the following XML cross cutting definition in my context:
<bean name="/Details.htm" class="com.DetailServlet">
<property name="myPerfLogger" ref="perfLogger"></property>
...
1
vote
1answer
687 views
Using VisualVM with a JDK1.4 application?
I'm interested in using VisualVM (running on a JDK 1.6 environment) to monitor and troubleshoot some issues with an application deployed and running on JDK 1.4 (and Tomcat 5.0).
Basically, the app is ...
0
votes
1answer
609 views
A better JSON API for collection of java 1.4 objects
I am using JSON-simple API to convert java object array to JSON string without any success.
The response is weird: [object-name@6ddc07] and I get error on AJAX call.
Is there a better API compatible ...
0
votes
2answers
515 views
SimpleDateFormat returns incorrect date on jdk1.4
String format = "yyyyMMdd";
SimpleDateFormat formatter = getSimpleDateFormat(format);
formatter.setLenient(false);
Date date = formatter.parse("07312011",new ParsePosition(0));
...
0
votes
3answers
8k views
Where to download jdk 1.4.2 for Windows
From where can I download Sun JDK 1.4.2 for Windows. I have checked Sun's website and since they have stopped the support to this version it is no longer available for download.
0
votes
1answer
273 views
Web Services using J2ME and Java Version 1.4
Howdy,
We are trying to program an MFP (Multi-function-printer) to communicate to our backend using Web Services. We are sending large images so using MTOM is important. Since we are dealing with a ...
0
votes
2answers
856 views
SoapAction Issue under Java 1.3
This problem has been bothering me for days. Hopefully someone has come across this before and has developed a workaround.
So I've developed a middleware Java app which during its execution invokes a ...
-1
votes
2answers
171 views
How do you access posted form data in a servlet?
If I have a servlet running JVM1.4.2, and it is receiving a POST request with form data fields. I use req.getParameterNames() to get, what I would expect, all the query string and form data. However, ...