[Bug 174759] Re: Eclipse crashes due to jvm crash

2008-05-27 Thread Paolo Costa
I can confirm that I have been using Eclipse for more than a week using
the Gutsy packages (on Hardy) without any crash or noticeable slowdown
thus far

-- 
Eclipse crashes due to jvm crash
https://bugs.launchpad.net/bugs/174759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 174759] Re: Eclipse crashes due to jvm crash

2008-05-22 Thread Paolo Costa
I confirm it works with IBM JRE 1.6!

However, for some reason the file eclipse.ini is not parsed by
/usr/bin/eclipse (although inotify reports it's open during the
initialization)

Two possible workarounds:

1. create a file eclipserc under $HOME/.eclipse with the following line

JAVA_HOME=/path/to/ibm-jvm/jre

2. use /usr/lib/eclipse/eclipse (instead of /usr/bin/eclipse)

-- 
Eclipse crashes due to jvm crash
https://bugs.launchpad.net/bugs/174759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96423] Re: Eclipse's Ant can't parse build.xml with sun-java6

2008-03-11 Thread Paolo Costa
I found an effective workaround on the Debian bug tracker

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446438

You need to merge ant.jar and ant-laucher.jar in a single ant.jar file
and replace the symlink
/usr/lib/eclipse/plugins/org.apache.ant_1.6.5/lib/ant.jar with it.

Here are the steps:

cd /tmp

mkdir ant

cd ant

cp /usr/share/ant/lib/ant.jar /usr/share/ant/lib/ant-launcher.jar .

jar xf ant-laucher.jar

jar uf ant.jar org

cd /usr/lib/eclipse/plugins/org.apache.ant_1.6.5/lib/

sudo cp ant.jar ant.jar.original

sudo mv /tmp/ant/ant.jar .

restart eclipse and now parsing should occur without problems.

Hope it helps
Paolo

-- 
Eclipse's Ant can't parse build.xml with sun-java6
https://bugs.launchpad.net/bugs/96423
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 49418] Re: grub-reboot does not work as expected

2006-10-20 Thread Paolo Costa
** Description changed:

  Binary package hint: grub
  
  After upgrading to Dapper, grub-reboot seems to forget the OS which has
  been selected to start at the next boot and runs the default.
  
- There is a related bug in Debian against 0.97-1 version but symptom are
+ There is a related bug in Debian against 0.97-1 version but symptoms are
  different, since no error is output. The program closes correctly but at
  the next boot the default OS is selected.

-- 
grub-reboot does not work as expected
https://launchpad.net/bugs/49418

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs