puppy and eclipse

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
thegreatwildbeast666
Posts: 1
Joined: Wed 02 Mar 2011, 15:52

puppy and eclipse

#1 Post by thegreatwildbeast666 »

Ok first of all I am completely new to Linux. Second of all my situation is kind of different. I have 3 pieces of hardware right now and that's all I have. I have a Droid x running on Verizon, an external 500g hard drive and a Sony laptop from 2003. I installed puppy on the laptop and it runs great! I love Linux even though I am just starting. Both hard drive and phone work as USB removable storage just fine but I would like more. Here are my goals :
To install Java / eclipse
To install android sdk
To tether my phone to my laptop vie USB.
To develop both Linux apps and droid apps.

I do not have a working wifi card for the laptop so tether must be via USB.
Here's what I downloaded :
Jdk-6u24-linux-i586-rpm.bin
Eclipse-sdk-3.6.2-linux-gtk.tar.gs

I extracted the contents of both and put it all in the same folder but eclipse only flashes the startup screen and then dies. I am sure that I did many things wrong. Any help on achieving my goals as far as install and tether would be awesome!!! Thank you so,much

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#2 Post by GustavoYz »

Java

Eclipse doesn't need installation if you alreadt have Jre.
Last edited by GustavoYz on Fri 04 Mar 2011, 04:45, edited 1 time in total.

jsssh
Posts: 4
Joined: Thu 03 Mar 2011, 20:29

puppy and eclipse

#3 Post by jsssh »

I'm having the same problem.
The funny thing is that I had it working well just yesterday
using the .sfs files provided by TheAsterisk!

Here's how I got it working yesterday:
Download, extract these two
<http://www.silverdollarsolutions.com/Pu ... 86.sfs.zip>
<http://www.silverdollarsolutions.com/Pu ... .1.sfs.zip>

Because I have done a Full hard drive installation
of Puppy I had to follow the directions given here:
<http://puppylinux.com/development/compileapps.htm>
under the heading:
Full hard drive installation

The start of the (long) error log follows:

--------------- T H R E A D ---------------

Current thread (0x080c3c00): JavaThread "main" [_thread_in_native, id=8536, stack(0xbfee5000,0xbff35000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0xbff36000

Registers:
EAX=0xbff36000, EBX=0xb242dc7c, ECX=0xbff33084, EDX=0xb2843102
ESP=0xbff32010, EBP=0xbff32038, ESI=0x083b6588, EDI=0xbff33080
EIP=0xb23f0b18, CR2=0xbff36000, EFLAGS=0x00210282

Register to memory mapping:

EAX=0xbff36000
0xbff36000 is pointing to unknown location

EBX=0xb242dc7c
0xb242dc7c: <offset 0x84c7c> in /usr/lib/libxpcom_core.so at 0xb23a9000


jsssh
Posts: 4
Joined: Thu 03 Mar 2011, 20:29

puppy and linux

#4 Post by jsssh »

I think SeaMonkey browser does something funky with libxpcom_core.so
When I take SeaMonkey out Eclipse works fine
Shrug

Post Reply