Dienstag, 22. Mai 2012, 07:29

Du bist nicht angemeldet.



msgmr90

ist zu Gast bei Freunden.

  • »msgmr90« ist der Autor dieses Themas

Beiträge: 15

Architektur: 32-bit

  • Private Nachricht senden

1

Samstag, 13. Oktober 2007, 15:10

Fehler..kann nichts installieren??Eclipse startet nich

habe mir java installiert..von der synaptic-paketverwaltung und danach mt sudo apt-get install eclipse-sdk..hat auch geklappt..dann hat mir jemand gesagt bluej sei besser fürs programmieren und dann hab wollte ich halt bluej installieren nach howto aber es ging nich..hier mal die ausgabe:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 [b]:~$ sudo apt-get install bluej-220[/b] 
 E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.  
 :~$ dpkg --configure -a 
 dpkg: Angeforderte Operation benötigt Superuser-Rechte 
 :~$ sudo su 
 root@:# dpkg --configure -a 
 Richte j2sdk1.4-doc ein (1.4.2.02-1ubuntu3) ... 
 warning: file `/usr/share/doc/j2sdk1.4-doc/1.4.2/index.html' does not exist at /usr/sbin/install-docs line 821, </usr/share/doc-base/j2sdk1.4-doc> line 11. 
warning: file mask `/usr/share/doc/j2sdk1.4-doc/1.4.2/*/*.html' does not match any files at /usr/sbin/install-docs line 826, </usr/share/doc-base/j2sdk1.4-doc> line 11. 
 This package is an installer package, it does not actually contain the 
 J2SDK documentation.  You will need to go download one of the 
 archives: 
  
     j2sdk-1_4_2-doc.zip j2sdk-1_4_0-doc-ja.zip j2sdk-1_4_2-doc-ja.zip 
  
 (choose the non-update version if this is the first installation). 
 Please visit 
  
     [url]http://java.sun.com/j2se/1.4.2/download.html[/url] 
  
 now and download.  The file should be owned by root.root and be copied 
 to /tmp. 
  
 [Press RETURN to try again, 'no' + RETURN to abort]

dann hab ich das runtergeladen, in den ordner /tmp reingepackt, es geht aber immer noch nich??
hoffe ihr habt die lösung für das problem...

mfg

uwegeercken

unregistriert

2

Montag, 15. Oktober 2007, 22:24

also ich arbeite seit jahren mit eclipse und sun java - ohne probleme. wenn es keinen unterschied für dich macht, dann installiere doch z.b. sun-java6-jdk aus der paketverwaltung:

sudo apt-get install sun-java6-jdk

die warning, die du erhälst sagt nur, dass die dokumentation separat downgeloadet werden muss. ansosnten funktioniert es vielleicht doch schon. gibt im terminal doch einfach mal

java

ein. oder:

java --version

dann solltest du entweder eine antwort zur version bekommen oder eine fehlermeldung.

das file das du runtergeladen hast muss - wie die meldung es sagt - zur gruppe/owner root.root gehören. check mal ob das der fall ist.

gruss,

uwe