Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8731689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:17:45+00:00 2026-06-13T09:17:45+00:00

create file test1.scala with following code: package test import java.io.FileInputStream object Foo create another

  • 0

create file test1.scala with following code:

package test
import java.io.FileInputStream
object Foo 

create another file test2.scala with following code:

package test.java
object Bar 

Now compile as scalac test1.scala test2.scala:

We get the error:

test.scala:2: error: object io is not a member of package test.java
import java.io.FileInputStream
            ^
one error found

I think the error is because Scala thinks that java above refers to package test.java. How to resolve this problem apart from renaming the package?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T09:17:46+00:00Added an answer on June 13, 2026 at 9:17 am
    import _root_.java.io.FileInputStream
    

    Or to simplify things, you might use an alias:

    import _root_.java.{io => jio}
    import jio.FileInputStream
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I create a scala source file test.scala : // the source code in test.scala
Okay, so I created a JavaScript file called test.js which contains the following code:
If I create a java Random Access File object against a file. What happens
FileName=1.pdf,filepath=f:/test1 FileName=2.pdf,filepath=f:/test2 FileName=3.pdf,filepath=f:/test3 FileName=4.pdf,filepath=f:/test4 FileName=5.pdf,filepath=f:/test5 FileName=6.pdf,filepath=f:/test6 I don't want to create a new file.
I know what works If I create a new file in explorer named test.as
I tried to create jar file using command line that I inserted into java
I'm just learning scala and im trying to import an XML file to a
I'm trying to create an ePub file in android. Below is my source code.
private void button4_Click(object sender, EventArgs e) { OCR.recognize(test1.tif); System.IO.File.Delete(test1.tif); // <--- Problem on this
I use this code for create a 80x30 mm pdf file with a 25x25

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.