The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Java Setup: No Progress

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Java Setup: No Progress Posted: Dec 22, 2005 2:01 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Java Setup: No Progress
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

Well, I'd love to take a look at some of the Java tools out there (for ideas), but I can't get there. There is some kind of oddball configuration issue on my system. I've installed the latest Java 1.5 JDK; I've changed the CLASSPATH to eliminate the Oracle stuff and have just a path to the JDK lib directory; I've pre-pended my PATH with the 1.5 bin directory. Never mind the tools; here's what I get just trying to compile a simple "Hello World" program:


Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/tools/javac/code/Symbol$ClassSymbol
        at com.sun.tools.javac.main.Main.bugMessage(Main.java:628)
        at com.sun.tools.javac.main.Main.compile(Main.java:615)
        at com.sun.tools.javac.main.Main.compile(Main.java:544)
        at com.sun.tools.javac.Main.compile(Main.java:67)
        at com.sun.tools.javac.Main.main(Main.java:52)


Clearly, there's something very basic wrong with my configuration - but I'm at an utter loss as to what. I've tried specifying the jvm to use via command line args and path specification to the javac compiler as well - and I get the above. I'd like to thank the various people who have been honestly helpful - this is confusing to me as well. I've had people asking me questions about Smalltalk installation that were equally as befuddling to them and me, so I know this kind of problem from both ends.

Read: Java Setup: No Progress

Topic: Design is language specific Previous Topic   Next Topic Topic: Small Tool Survey

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use