Re: JBuilder Foundation with JDK 1.3
Dear Alexander, In one of the JB3.5 startup script components you should find a piece of text reading "xbootclasspath/p". i changed it to "xbootclasspath/a" which made the problems disapear. The difference is that JBuilder classes get appended, not prepended to the boot classpath. I don't quite understand, why this should make a difference, but it does. Good luck Uli -Ursprüngliche Nachricht- Von: "Alexander Yap" <[EMAIL PROTECTED]> An: <[EMAIL PROTECTED]> Gesendet: Dienstag, 6. Juni 2000 05:40 Betreff: JBuilder Foundation with JDK 1.3 > Hi everyone, > > I have just installed the new JDK 1.3 (from Sun) on my PC running Red Hat > Linux 6.1. Subsequently, I re-installed the free JBuilder Foundation. However, > when I attempted to start JBuilder, it threw an exception about error loading > some classes before dying. > > I got a previous installation of JBuilder working using JDK 1.2.2. My problems > started when I installed the new GNOME 1.2. After that all my Swing > applications refused to start, so I decided to install JDK 1.3 which actually > got the Swing apps working again. Unfortunately, JBuilder Foundation didn't > like JDK 1.3. Does anyone know how to overcome this problem? > > Btw, JBuilder Foundation runs fine with JDK 1.3 on my Windows platform. So > this problem appears to be specific to Linux. > > Any advice is greatly appreciated. > > Thanks > > Alexander Yap > Melbourne, Australia > Email: [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JBuilder Foundation with JDK 1.3
On -1 xxx -1, Alexander Yap wrote: > Hi everyone, > > I have just installed the new JDK 1.3 (from Sun) on my PC running Red Hat > Linux 6.1. Subsequently, I re-installed the free JBuilder Foundation. However, > when I attempted to start JBuilder, it threw an exception about error loading > some classes before dying. > > I got a previous installation of JBuilder working using JDK 1.2.2. My problems > started when I installed the new GNOME 1.2. After that all my Swing > applications refused to start, so I decided to install JDK 1.3 which actually > got the Swing apps working again. Unfortunately, JBuilder Foundation didn't > like JDK 1.3. Does anyone know how to overcome this problem? Look in the newsgroup forums.inprise.com/borland.public.jbuilder, something has changed in the bootclasspath of the jdk between 1.2 and 1.3, you have to change the starting line: CMD="$jvm -Xms8m -Xmx128m -Xbootclasspath/a:$bootPath -cp $CLASSPATH $vmArgs $mainClass ... in the jbuilder script where the # are. > > Btw, JBuilder Foundation runs fine with JDK 1.3 on my Windows platform. So > this problem appears to be specific to Linux. > > Any advice is greatly appreciated. > > Thanks > > Alexander Yap > Melbourne, Australia > Email: [EMAIL PROTECTED] > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > Greets, Ingo * ** ** In the manual it said "For use with W95, W98 or better"* *** So I installed Linux... *** * Ingo Rockel, EMAIL: [EMAIL PROTECTED] ** ** Homepage: http://inro.da.ru * -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
How to draw a gragh with Jbuilder?
Hello: I want to draw a simple animated graph in Jbuilder3.The graph only has some lines and numbers ,and only appear in a fixed area.And it change per second.But I can not find useful information in help. Which class should I use? Where can I find some help ablut graph? btw: I know this is not a pure java mail list,but I can not find a good pure java list now.Who can tell me best mail list about java? Boris :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SEE 1.3 for Linux!
[EMAIL PROTECTED] wrote: > > On Mon, Jun 05, 2000 at 03:20:44PM +0100, Peter Pilgrim wrote: > > > > What glibc version do you need? Does it work with SuSE6.4 Linux for example? > > > > -- > > I was unable to use jdk 1.3 with Suse 6.4 > > Segmentation fault > > This is the answer :) > What kind of segmentation fault? I could not find no information what glibc version is required on the Sun web pages? Can anyone from suse labs clarify things? -- mfg Peter == "The greatest trick the devil ever pulled was making everyone in the world believe he didn't exist." Kevin Spacey as Kaiser Soze -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to use server side javascript on Apache
>Do you mean Java Servlet on Apache? If this is the case, you may want to >take a look at Apache JServ. See http://java.apache.org/ for more details. Actually, if you're looking specifically for server side support with JavaSCRIPT, you'll probably want to look at Resin, found at www.caucho.com. It's a servlet runner and JSP engine that allows you to write the JSP in JavaScript as well as regular Java. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SEE 1.3 for Linux! (APOLOGIES TO SUN)
[EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED] wrote: > > > > On Mon, Jun 05, 2000 at 03:20:44PM +0100, Peter Pilgrim wrote: > > > > > > What glibc version do you need? Does it work with SuSE6.4 Linux for example? > > > > > > -- > > > > I was unable to use jdk 1.3 with Suse 6.4 > > > > Segmentation fault > > > > This is the answer :) > > > > What kind of segmentation fault? > I could not find no information what glibc version is required > on the Sun web pages? > > Can anyone from suse labs clarify things? Apologies to Sun the info is right there before for my eyes System Requirements for Linux This version of the Java 2 SDK is supported on Intel Pentium platform running the Linux kernel v 2.2.5 and glibc v 2.1, 32 megabytes RAM minimum. Recommended 48 megabytes of RAM, 16-bit color mode, KDE and KWM window managers. Sun Microsystems, Inc. has tested this release using Red Hat Linux 6.1. Check your version of glibc using the following command: ls /lib/libc-* The output of this command should show libc-2.1.so or higher. Sun does support or recommend running the Java 2 SDK on SMP kernels. You should have 65 megabytes of free disk space before attempting to install the Java 2 SDK software. If you also install the separate documentation download bundle, you need an additional 120 megabytes of free disk space. The Java 2 SDK is localized for Japanese. For more information, see Japanese localization notes. -- mfg Peter == "The greatest trick the devil ever pulled was making everyone in the world believe he didn't exist." Kevin Spacey as Kaiser Soze -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SEE 1.3 for Linux!
> What kind of segmentation fault? > I could not find no information what glibc version is required > on the Sun web pages? They say 2.1 or higher the rpm states 2.1.2. What do you mean: Which kind of segmentation fault ? strace: --- SIGSEGV (Segmentation fault) --- I would like to know if it works on rh6.2. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Does it work IBM JDK 1.3 and SuSE Linux 6.4 ?
[EMAIL PROTECTED] wrote: > > On Mon, Jun 05, 2000 at 03:20:44PM +0100, Peter Pilgrim wrote: > > > > What glibc version do you need? Does it work with SuSE6.4 Linux for example? > > > > -- > > I was unable to use jdk 1.3 with Suse 6.4 > > Segmentation fault > > This is the answer :) > What about IBM's version? Does the IBM JDK 1.3 work with SuSe 6.4 ? -- mfg Peter == "The greatest trick the devil ever pulled was making everyone in the world believe he didn't exist." Kevin Spacey as Kaiser Soze -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SEE 1.3 for Linux!
[EMAIL PROTECTED] wrote: > > > What kind of segmentation fault? > > I could not find no information what glibc version is required > > on the Sun web pages? > > They say 2.1 or higher the rpm states 2.1.2. > > What do you mean: Which kind of segmentation fault ? > strace: --- SIGSEGV (Segmentation fault) --- > > I would like to know if it works on rh6.2. I guess one of us will have to sock it and see. Try both IBM's and Sun. In my dreams I can see Blackdowns 1.3 floating in the skies ... -- mfg Peter == "The greatest trick the devil ever pulled was making everyone in the world believe he didn't exist." Kevin Spacey as Kaiser Soze -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SEE 1.3 for Linux!
On Tue, Jun 06, 2000 at 01:10:25PM +0200, Oktay Akbal wrote:
>
> > What kind of segmentation fault?
> > I could not find no information what glibc version is required
> > on the Sun web pages?
>
> They say 2.1 or higher the rpm states 2.1.2.
>
> What do you mean: Which kind of segmentation fault ?
> strace: --- SIGSEGV (Segmentation fault) ---
>
> I would like to know if it works on rh6.2.
>
This is the last part of strace:
jdk1.3/Suse 6.4
If some1 need I can post the full strace..
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, {0x4038e690, ~[], SA_RESTART|SA_SIGINFO|SA_NOCLDSTOP|0
x400}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, {0x4038e690, ~[], SA_RESTART|SA_SIGINFO|0x400}, {SI
G_DFL}, 8) = 0
rt_sigaction(SIGILL, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGILL, {0x4038e690, ~[], SA_RESTART|SA_SIGINFO|0x400}, {SI
G_DFL}, 8) = 0
rt_sigaction(SIGFPE, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGFPE, {0x4038e690, ~[], SA_RESTART|SA_SIGINFO|0x400}, {SI
G_DFL}, 8) = 0
mmap(0xbff7e000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED
|MAP_ANONYMOUS, -1, 0) = 0xbff7e000
mprotect(0xbff7e000, 8192, PROT_NONE) = 0
mmap(0xbff7c000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED
|MAP_ANONYMOUS, -1, 0) = 0xbff7c000
sigaltstack({ss_sp=0xbff7c000, ss_flags=0, ss_size=8192}, NULL) = 0
rt_sigaction(SIGUSR1, {0x4038e874, [], SA_RESTART|SA_SIGINFO|0x400}, NUL
L, 8) = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
setrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
brk(0x804f000) = 0x804f000
brk(0x805) = 0x805
rt_sigprocmask(SIG_UNBLOCK, [INT QUIT USR1 TERM CHLD], NULL, 8) = 0
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
--
Homepage: http://go.to/muriglio
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SEE 1.3 for Linux!
> > > > What do you mean: Which kind of segmentation fault ? > > strace: --- SIGSEGV (Segmentation fault) --- > > > > I would like to know if it works on rh6.2. > > I guess one of us will have to sock it and see. > Try both IBM's and Sun. In my dreams I can see Blackdowns 1.3 > floating in the skies ... The one from IBM works great with Suse. Never had Problems with Blackdown. Whats the problem at Sun ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SEE 1.3 for Linux!
On Tue, Jun 06, Peter Pilgrim wrote: > > > What glibc version do you need? Does it work with SuSE6.4 Linux for example? > > > > > > -- > > > > I was unable to use jdk 1.3 with Suse 6.4 > > > > Segmentation fault > > > > This is the answer :) > > > > What kind of segmentation fault? > I could not find no information what glibc version is required > on the Sun web pages? glibc2.1 is required and SuSE Linux 6.4 ships 2.1.3: +/jdk1.3 $ rpm -qf /lib/libc.so.6 shlibs-2.1.3-58 But it does not work: +/jdk1.3 $ bin/java Segmentation fault last exitcode:139 strace is similar to the already posted one. I'm not a system-hacker, sorry. I am also not from SuSE Labs, but I will try to contact them. -- mit freundlichen Gruessen, Carsten Hoeger - SuSE Professional Services - SuSE GmbH, Schanzaeckerstr. 10, 90443 Nuernberg, Germany Tel: +49-911-7405356 Mo-Fr 09-17.00, Fax: +49-911-3206727 http://www.suse.de/de/support/prof/index.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
JDK1.1.x for Linux?
Is there a JDK1.1.x for Linux? I can't seem to find a place to download it on the Sun site. Thanks. Graham. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SEE 1.3 for Linux!
Oktay Akbal wrote: > > I would like to know if it works on rh6.2. So far it works just fine on my rh6.2 system. -- Rob Saul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDK1.1.x for Linux?
You can download JDK 1.1.x (up to 1.1.8) from the Blackdown web site (http://www/blackdown.org). Click on the "Download" link. Peace. Tom P.S. IBM also makes a 1.1.x JD for Linux (http://www3.software.ibm.com/segdown?segment=AD&family=JV) Graham Coppin <[EMAIL PROTECTED]> on 06/06/2000 09:38:34 AM To: Java-Linux <[EMAIL PROTECTED]> cc:(bcc: Tom Williams/HQ/dssi) Subject: JDK1.1.x for Linux? Is there a JDK1.1.x for Linux? I can't seem to find a place to download it on the Sun site. Thanks. Graham. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDK1.1.x for Linux?
Hi Graham Sun themself didn't support Java on Linux back when the 1.1.x series was coming out. Instead a group of volunteers ported and maintained the SUN jdk on Linux. You will find their work on www.blackdown.org Be sure to also get the tya jit for it, it's shipped seperately, there's a link to it on the blackdown.org site. --- http://www.elof.dk -- Kristian Elof Soerensen [EMAIL PROTECTED] (+45) 45 93 92 02 On Tue, 6 Jun 2000, Graham Coppin wrote: > Is there a JDK1.1.x for Linux? I can't seem to find a place to download > it on the Sun site. > > Thanks. > > Graham. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
JavaOne report - Linux support!
Just got back from the first day of JavaOne. I'm happy to say that Sun
sounds like they're fairly serious about Linux support. Lots of Linux
visibility at the conference, several talks and BOFs. The biggest news
I heard is that Java 1.4 ("Merlin") should be released simultaneously
on Windows, Solaris, and Linux. Yay! Pretty much all the standard J2SE
and J2EE stuff should be coming out for Linux, including Hotspot
(client & server), Java plug-in, etc.
The session name was BUS-1698, you may be able to find notes on the
JavaOne site at http://java.sun.com/javaone, or at
http://jsp.java.sun.com/javaone/javaone2000/event.jsp?eventId=1698&trackId=1&eventType=BUS&ts=960339101588
Blake Connell, Calvin Austin, and Eileen Yang all spoke for awhile.
Blake is a product line manager, Calvin is the lead Linux port
engineer, and Eileen works on performance. (Hong Zhang was also on the
panel, he does Hotspot work).
Some technical tidbits:
J2EE 1.2.1 is also available for Linux
October 2000 should be the final J2SE 1.3 release.
Fourth quarter 2001 should be J2SE 1.4 release (simultaneous).
Linux 1.3 should include everything that's in the Solaris version.
Hotspot both server & client, I believe native threads too.
Sound API is currently OSS, they may move to ALSA.
1.4 should be better at Java2D, SMP, and Hotspot.
They're interested in better Linux desktop support. Motif gives them
trouble with non-Motif window managers. They test KDE + KWM mostly,
but want to support everything.
Dual monitor support is forthcoming
There's a AWT on GTK port on the SCSL site, but they don't intend to
do anything with it.
Java 3D API is forthcoming from Blackdown.
Performance is getting better, 1000% IO improvement in 1.3! Faster Swing, too.
No specific plans for embedded Linux support.
No plans to do SVGA or framebuffer versions of AWT.
x86 releases only for now.
A FreeBSD port is in the works! Not official yet.
Political tidbits:
Caldera is a Java source licensee and is doing their own ports.
Mandrake will distributed Java with next release.
Sun is working with LinuxCare for support on portability, optimization.
They have no plans to compromise on SCSL to be more GPL friendly.
Plenty of props and respect paid to Blackdown. An explicit apology
about the gaffe on Sun's first Java 1.2 release with Inprise. They
also indicated a continuing relationship with Blackdown,
particularly for porting optional packages.
I asked "why did it take so long to support Linux?", the answer I got
was "limited resources".
They are listening to people's feedback and bug reports, would like to
hear more.
[EMAIL PROTECTED]
. . . .. . . . http://www.media.mit.edu/~nelson/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JavaOne report - Linux support!
Ah, so it was you who was asking the politically barbed question! :)
I enjoyed that.
It seemed that Eileen was just hyping up performance on 1.3 in
general - she just as easily could have been talking about 1.3 on Solaris.
Also, the fact that they weren't using the JIT with 1.2.2 when comparing
benchmarks with 1.3 + Hotspot was a bit silly.
All in all, it was nice to see stronger support from Sun for Linux.
Adam Ambrose
On Tue, 6 Jun 2000, Nelson Minar wrote:
> Just got back from the first day of JavaOne. I'm happy to say that Sun
> sounds like they're fairly serious about Linux support. Lots of Linux
> visibility at the conference, several talks and BOFs. The biggest news
> I heard is that Java 1.4 ("Merlin") should be released simultaneously
> on Windows, Solaris, and Linux. Yay! Pretty much all the standard J2SE
> and J2EE stuff should be coming out for Linux, including Hotspot
> (client & server), Java plug-in, etc.
>
> The session name was BUS-1698, you may be able to find notes on the
> JavaOne site at http://java.sun.com/javaone, or at
>
>http://jsp.java.sun.com/javaone/javaone2000/event.jsp?eventId=1698&trackId=1&eventType=BUS&ts=960339101588
>
> Blake Connell, Calvin Austin, and Eileen Yang all spoke for awhile.
> Blake is a product line manager, Calvin is the lead Linux port
> engineer, and Eileen works on performance. (Hong Zhang was also on the
> panel, he does Hotspot work).
>
> Some technical tidbits:
>
> J2EE 1.2.1 is also available for Linux
> October 2000 should be the final J2SE 1.3 release.
> Fourth quarter 2001 should be J2SE 1.4 release (simultaneous).
> Linux 1.3 should include everything that's in the Solaris version.
> Hotspot both server & client, I believe native threads too.
> Sound API is currently OSS, they may move to ALSA.
> 1.4 should be better at Java2D, SMP, and Hotspot.
> They're interested in better Linux desktop support. Motif gives them
> trouble with non-Motif window managers. They test KDE + KWM mostly,
> but want to support everything.
> Dual monitor support is forthcoming
> There's a AWT on GTK port on the SCSL site, but they don't intend to
> do anything with it.
> Java 3D API is forthcoming from Blackdown.
> Performance is getting better, 1000% IO improvement in 1.3! Faster Swing, too.
> No specific plans for embedded Linux support.
> No plans to do SVGA or framebuffer versions of AWT.
> x86 releases only for now.
> A FreeBSD port is in the works! Not official yet.
>
>
> Political tidbits:
>
> Caldera is a Java source licensee and is doing their own ports.
> Mandrake will distributed Java with next release.
> Sun is working with LinuxCare for support on portability, optimization.
> They have no plans to compromise on SCSL to be more GPL friendly.
> Plenty of props and respect paid to Blackdown. An explicit apology
> about the gaffe on Sun's first Java 1.2 release with Inprise. They
> also indicated a continuing relationship with Blackdown,
> particularly for porting optional packages.
> I asked "why did it take so long to support Linux?", the answer I got
> was "limited resources".
> They are listening to people's feedback and bug reports, would like to
> hear more.
>
> [EMAIL PROTECTED]
> . . . .. . . . http://www.media.mit.edu/~nelson/
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: J2SEE 1.3 for Linux!
On Tue, 6 Jun 2000, Rob Saul wrote: > Oktay Akbal wrote: > > > > I would like to know if it works on rh6.2. > > So far it works just fine on my rh6.2 system. That means the segfault on SuSe6.4 is not just the glibc-Version. I claim to remember that both are using 2.1.3. Strange. Oktay Akbal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
