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

deploytool - having trouble with it

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any help is much appreciated!
Here's my path:
C:\WINNT\system32;C:\WINNT;%JAVA_HOME%\bin;%J2EE_HOME%\bin;c:\jdk1.3.1_01\bi
n;c:
\j2sdkee1.3\bin;c:\ant\bin;
Here's what I get when I try deploytool:
at sun.awt.windows.WToolkit.<clinit>(WToolkit.java:77)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at java.awt.Toolkit$2.run(Toolkit.java:512)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:503)
at sun.awt.GlobalCursorManager$CursorEvent.<init>(GlobalCursorMava:28)
at sun.awt.GlobalCursorManager.<clinit>(GlobalCursorManager.java
at java.awt.Cursor.initIDs(Native Method)
at java.awt.Cursor.<clinit>(Cursor.java:171)
at java.awt.Window.<init>(Window.java:184)
at java.awt.Frame.<init>(Frame.java:315)
at java.awt.Frame.<init>(Frame.java:262)
at javax.swing.SwingUtilities$1.<init>(SwingUtilities.java:1491)
at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities87)
at javax.swing.JWindow.<init>(JWindow.java:134)
at javax.swing.JWindow.<init>(JWindow.java:105)
at com.sun.enterprise.tools.deployment.ui.UIUtils.showSplashPanes.java:428)
at com.sun.enterprise.tools.deployment.main.DeployTool.<init>(De.java:60)
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi stowe
1. Try to use your path like this: C:\WINNT\system32;C:\WINNT;c:\jdk1.3.1_01\bin;c:\j2sdkee1.3\bin;c:\ant\bin;
2. Go to C:\j2skee1.3\bin folder, in the begining of all batch files, add the following to all batch files in this folder.
SET JAVA_HOME=c:\jdk1.3.1_01\bin
SET J2EE_HOME=c:\j2sdkee1.3\bin
3.Go to C:\ant\bin folder, do same thing as stated as 2.
I help this will work.
David
 
I AM MIGHTY! Especially when I hold this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic