Re: Java Newbie... Read file at HTTP
- From: sven.dz@xxxxxxxxx
- Date: 30 Apr 2005 02:51:58 -0700
Hi Lloyd,
so... I've made some mistakes... I guess!
The compiler says:
Building target "MakeTraffic" with build style "Development"
(optimization:level 'N/A', debug-symbols:off) - (5 errors)
frameworkjars=""
for i in `echo ` ; do if [ -f "$i" ] ; then
frameworkjars="$frameworkjars":"$i" ; fi ; done
classpath="/Users/sdz/Desktop/Tempora¨res
Verzeichnis/XCode/maketraffic/MakeTraffic/build/MakeTraffic.build/MakeTraffic.build/JavaClasses$frameworkjars:"`/usr/bin/javaconfig
DefaultClasspath`
/usr/bin/javac -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
-g -encoding MACINTOSH -sourcepath "/Users/sdz/Desktop/Tempora¨res
Verzeichnis/XCode/maketraffic/MakeTraffic/." -classpath "$classpath"
-d "/Users/sdz/Desktop/Tempora¨res
Verzeichnis/XCode/maketraffic/MakeTraffic/build/MakeTraffic.build/MakeTraffic.build/JavaClasses"
'@/Users/sdz/Desktop/Tempora¨res
Verzeichnis/XCode/maketraffic/MakeTraffic/build/MakeTraffic.build/MakeTraffic.build/JavaFileList'
MakeTraffic.java:3: cannot resolve symbol
symbol : class URL
location: class MakeTraffic
URL image = new URL("www.darknob.de","IMGA0356.JPG");
^
MakeTraffic.java:3: cannot resolve symbol
symbol : class URL
location: class MakeTraffic
URL image = new URL("www.darknob.de","IMGA0356.JPG");
^
MakeTraffic.java:4: cannot resolve symbol
symbol : class URLConnection
location: class MakeTraffic
URLConnection con = image;
^
MakeTraffic.java:5: cannot resolve symbol
symbol : method openConnection ()
location: class MakeTraffic
openConnection();
^
MakeTraffic.java:8: cannot resolve symbol
symbol : class InputStream
location: class MakeTraffic
InputStream stream = con.getInputStream();
^
5 errors
MakeTraffic.java:3: cannot resolve symbol
symbol : class URL
MakeTraffic.java:3: cannot resolve symbol
symbol : class URL
MakeTraffic.java:4: cannot resolve symbol
symbol : class URLConnection
MakeTraffic.java:5: cannot resolve symbol
symbol : method openConnection ()
MakeTraffic.java:8: cannot resolve symbol
symbol : class InputStream
:-( I'm a java newbie!
.
- Follow-Ups:
- Re: Java Newbie... Read file at HTTP
- From: Lloyd Duke
- Re: Java Newbie... Read file at HTTP
- References:
- Java Newbie... Read file at HTTP
- From: sven . dz
- Re: Java Newbie... Read file at HTTP
- From: Lloyd Duke
- Re: Java Newbie... Read file at HTTP
- From: Lloyd Duke
- Java Newbie... Read file at HTTP
- Prev by Date: Re: Create InetAddress from a String.
- Next by Date: Re: How to determine line break in textarea?
- Previous by thread: Re: Java Newbie... Read file at HTTP
- Next by thread: Re: Java Newbie... Read file at HTTP
- Index(es):