• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RH 7.1 and JDK 1.3

 
Ranch Hand
Posts: 776
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All - Anyone got this combo running? Any problems?
I had to change the default VM type to 'classic' from 'client' ($JAVA_HOME/jre/lib/jvm.cfg).
With 'client' as the VM type, I can compile programs, but any attempt to run results in a 'hang'.
Anyone else seen this?
If not, any thoughts?
Thanks, Guy
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nope, I haven't had any problems. Except I was getting some wierd compile time errors, that had nothing to do with my program (such as an error on a line of code that didn't even exist). However, it was my mistake why it was doing it in the first place, it's because I created some wierd symbolic links, but seems to be working fine now.
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you using the rpm or the tar.gz file. I have compiled the tar.gz file on Redhat 7.1 and on Mandrake 8.0 with no problems. I have not tried the rpm.bin one.
 
Guy Allard
Ranch Hand
Posts: 776
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The rpm file. It's been a while, but my recollection is I just did a normal rpm install with no errors.
Guy
 
R Hunter
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would try using the tar.gz file and compile it to your system. This would probably be the sane way.
 
reply
    Bookmark Topic Watch Topic
  • New Topic