cancel
Showing results for 
Search instead for 
Did you mean: 

java.Net or java.Net.URL

Former Member
0 Kudos

Greetings!

I am trying to locate the java.Net file to import for this WIKI:

http://wiki.sdn.sap.com/wiki/display/xi/file%2blookup%2bin%2budf?bc=true

I got the PI error that these were missing ...

I've looked all over Google and even on the JDK and JRE folders on my machine but can't locate it.

Can anyone suggest where else I might consider?

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

simple answer

java is case sensitive

use import statement  as below

java.net.*  or java.net.URL

Former Member
0 Kudos

That was it.  The WIKI had java.Net.* and java.Net.URL so I thought that was correct. Thank you!

Answers (0)