• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Install Java Studio Enterprise Install Issues

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I am trying to install Java Studio Enterprise version 8. I have the latest version of jre installed. I am getting an error message that it cannot find it. I point to the jre file and then after selecting all the options then I get an error dialog with just an x in the box and no message. This has happened on two different computers.

1. Has anyone seen this error and how does one get around it?
2. Is there an offical Sun website or forum to ask these questions

Andrew
 
author
Posts: 4335
39
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Probably
2. Yes, http://forum.java.sun.com

What operating system are you installing on? Have you tried setting the JAVA_HOME and JRE_HOME before starting the installer? Usually that fixes these types of problems.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have a forum just for IDE questions. I'll move this to it for you.
 
Andrew McHorney
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I created the environment variables and got the following error message:

(Mar 23, 2008 7:45:41 AM), Install, com.sun.tools.ide.installer.actions.ConfigureApplicationServer, err, An error occurred and product installation failed. Look at the log file E:\Java\Studio Enterprise\Studio Enterprise 8.1\installation-errors-log.txt for details.
(Mar 23, 2008 7:45:42 AM), Install, com.sun.tools.ide.installer.actions.ConfigureApplicationServer, err, java.lang.OutOfMemoryError: Java heap space
STACK_TRACE: 29
java.lang.OutOfMemoryError: Java heap space
at sun.util.calendar.AbstractCalendar.getCalendarDate(AbstractCalendar.java:106)
at sun.util.calendar.Gregorian.getCalendarDate(Gregorian.java:55)
at sun.util.calendar.Gregorian.getCalendarDate(Gregorian.java:59)
at sun.util.calendar.Gregorian.getCalendarDate(Gregorian.java:19)
at java.util.Date.normalize(Date.java:1176)
at java.util.Date.getYear(Date.java:632)
at java.util.zip.ZipEntry.javaToDosTime(ZipEntry.java:298)
at java.util.zip.ZipEntry.setTime(ZipEntry.java:114)
at com.sun.java.util.jar.pack.NativeUnpack.writeEntry(NativeUnpack.java:274)
at com.sun.java.util.jar.pack.NativeUnpack.run(NativeUnpack.java:196)
at com.sun.java.util.jar.pack.NativeUnpack.run(NativeUnpack.java:217)
at com.sun.java.util.jar.pack.UnpackerImpl.unpack(UnpackerImpl.java:104)
at com.sun.java.util.jar.pack.UnpackerImpl.unpack(UnpackerImpl.java:127)
at com.sun.tools.ide.installer.utils.FileUtils.unpackFile(FileUtils.java:64)
at com.sun.tools.ide.installer.utils.FileUtils.unpackFile(FileUtils.java:56)
at com.sun.tools.ide.installer.utils.FileUtils.unpackFile(FileUtils.java:56)
at com.sun.tools.ide.installer.actions.ConfigureApplicationServer.unpackApplicationServerFiles(ConfigureApplicationServer.java:241)
at com.sun.tools.ide.installer.actions.ConfigureApplicationServer.install(ConfigureApplicationServer.java:81)
at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)


I have 2.25 gigabytes of memory installed on this PC. I am running Windows XP. How much memory do I need?

Andrew
 
Andrew McHorney
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just rebooted and even though JRE_HOME and JAVA_HOME is defined I am still getting unable to find jre and now je binaries. I select one path and it still gives the x error message.

Here are the variable definitions:

JAVA_HOME E:\Java\Java SE Development Kit\SE Development Kit 6 Update 1\bin
JRE_HOME E:\Java\JRE\JRE 6 Update 1\bin
[ March 23, 2008: Message edited by: Andrew McHorney ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic