• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

file.encoding troubles (RedHat 8.0)

 
Ranch Hand
Posts: 214
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hej,
Just installed redhat 8.0 over the weekend (from previous install of 7.3), first thing I did was install the sun jdk1.3.1_04 rpm, and immediately couldn't compile any of my previous projects due to


This problem occurred because some of my files were ISO-8859-15 encoded under 7.3. RedHat 8.0 uses UTF-8 by default (my fault for not reading the release notes).
I don't have this problem using jdk1.4.0_01.rpm
So, just thought I'd let you know, if you get the same error, just use the -encoding flag on javac
L
 
bacon. tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic