Andrew McHorney

Greenhorn
+ Follow
since Mar 19, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Andrew McHorney

Hello

I just installed the latest JDK for Java. I did a check on my windows environment variables and I noticed that the class path is not the path that I installed Java into. It is the original path that was setup when the operating system was installed. Why would this happen? I thought perhaps that the install failed but when I went to install it again I was told that the version of the software was alread installed.

Any comments on why this would happen would be appreciated.

Thanks,
Andrew
12 years ago
I realize thet SOA is an architecture design. I am looking to build a server that implements a SOA architecture but does not have to be web based or gui based. I then want a java client that will invoke a method of this server using soap. This is for training purposes.
14 years ago
Hello

I am looking for some sample JAVA code where there is client code and server code and SOA is implemented. Is there a website with good examplers? I cannot find a book with example code.

Andrew
14 years ago
Hi

I am not an expert in Java but I do know how to code it. I was looking at a job opening and it stated that you needed FLEX and OZONE experience? Can someone tell me what these products are, what they do and where can I get more information?

Thanks,
Andrew
14 years ago
What format can you use to attach a file to a posting? Word and text are not allowed
14 years ago
What books would be a good start for learning about spring?
14 years ago
Hello

I am going to try to get certified in Java. I know the language but I have not used it. What is the difference between Progammer and Developer? Also is there a way to get a reduced price for the test? I am about to be laid off and $300 is a lot of money.
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 ]
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
Hello

I am looking to get Java Certified as I want to get back into software development. What are the best books that will prepare one for the examination and be up to date with Java features of the language?

Thanks,
Andrew
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