Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 697  / 2 Years ago, thu, august 11, 2022, 5:35:38

In school I use ubuntu in my programmers class and we use BlueJ. This IDE is set to german language but I want to have an english IDE because I´m also programming in english. But to achieve this I have to modify a specific textfile. This file only can be accessed when you have root permissions. Is there any "inofficial" way to change this file without root permissions?


More From » permissions

 Answers
3

I haven't used BlueJ but most applications have their default, system-wide config files, which should not be modified by users (and if that's what your sysadmin refuses to modify, he might be right in doing so) but also a user-specific config files in $HOME/. Looking at its documentation p.30, BlueJ can be invoked like this:



java -jar bluej.jar -Dbluej.language=german


and it also has a user-specific configuration file in:



<USER_HOME>/.bluej/bluej.properties

[#34907] Friday, August 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
amelican

Total Points: 162
Total Questions: 116
Total Answers: 108

Location: Guam
Member since Mon, May 29, 2023
12 Months ago
;