-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1, 1.4.0
-
rc1
-
x86
-
linux, windows_nt, windows_2000
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038256 | 1.4.0 | J. Duke | P2 | Closed | Fixed | beta |
STEPS TO REPRODUCE:
- Install the Ladybird JDK on your local machine.
- Set JAVA_HOME to point to the Ladybird JDK.
- Cd into the "demo/sound" directory and run the JavaSound demo by using
the following command:
java -jar JavaSound.jar
RESULTS:
The "Juke Box" will not run because there are no sound files available and
they can't be added by clicking on the "Add" button and trying to find
them.
The JavaSound demo has the location of the sound files hardcoded in it's
source code. The files are expected to be in the following location:
jdk<ver>/demo/jfc/Java2D/media
I ran the Ladybird JavaSound demo on WinME, Win2000, and Sol/Sparc 2.7 with
the same results. The media directory listed above is no longer being
created during the install process. I also installed the Merlin JDK and ran
the Merlin JavaSound demo on WinME with the same results.
The media directory is created when the Kestrel JDK is installed, but is
not created when either Ladybird or Merlin JDK's are installed.
heidi.chen@eng 2001-03-01
The problem still exists on Ladybird RC b18. Verified with sol/sparc 8 platform. No sample sound files in the Juke Box in Sound Demo. No media folder is found in Sound Demo for sample sound files, so the "Add" botton cannot add any sample sound files as well.
===================================================================
heidi.chen@eng 2001-04-02
Verified in ladybird RC1 build 21 on Sparc8, IA2.6, WinNT, and RedHat7 platforms.
---------
According to the Merlin j2se workspace history file, this bug was integrated
into merlin on Jan 23, 2001 by seligman. I am updating this bug to reflect
that it has been fixed and integrated into Merlin.
###@###.### 2001-08-21
###@###.### 2001-08-21
Since sound demo has been removed from Merlin, the problem is solved by itself.
- Install the Ladybird JDK on your local machine.
- Set JAVA_HOME to point to the Ladybird JDK.
- Cd into the "demo/sound" directory and run the JavaSound demo by using
the following command:
java -jar JavaSound.jar
RESULTS:
The "Juke Box" will not run because there are no sound files available and
they can't be added by clicking on the "Add" button and trying to find
them.
The JavaSound demo has the location of the sound files hardcoded in it's
source code. The files are expected to be in the following location:
jdk<ver>/demo/jfc/Java2D/media
I ran the Ladybird JavaSound demo on WinME, Win2000, and Sol/Sparc 2.7 with
the same results. The media directory listed above is no longer being
created during the install process. I also installed the Merlin JDK and ran
the Merlin JavaSound demo on WinME with the same results.
The media directory is created when the Kestrel JDK is installed, but is
not created when either Ladybird or Merlin JDK's are installed.
heidi.chen@eng 2001-03-01
The problem still exists on Ladybird RC b18. Verified with sol/sparc 8 platform. No sample sound files in the Juke Box in Sound Demo. No media folder is found in Sound Demo for sample sound files, so the "Add" botton cannot add any sample sound files as well.
===================================================================
heidi.chen@eng 2001-04-02
Verified in ladybird RC1 build 21 on Sparc8, IA2.6, WinNT, and RedHat7 platforms.
---------
According to the Merlin j2se workspace history file, this bug was integrated
into merlin on Jan 23, 2001 by seligman. I am updating this bug to reflect
that it has been fixed and integrated into Merlin.
###@###.### 2001-08-21
###@###.### 2001-08-21
Since sound demo has been removed from Merlin, the problem is solved by itself.
- backported by
-
JDK-2038256 Juke Box demo does not work in Ladybird
-
- Closed
-
- relates to
-
JDK-4385902 remove sound from the 2D demo
-
- Resolved
-