This week's book giveaway is in the Programmer Certification forum. We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line! See this thread for details.
Thanks for prompt reply !! This project is not working in my netbeans 6.5.1, with maven plugin. I'm getting error in java file which is saying Foo class doesn't exist. Which archetype you did use? Can you exactly tell me? When I'm compiling it through bash without maven, it's working but not through netbeans. Any suggestions?
Thanks for the prompt reply... I'll wait..I guess there is some problem in nbactions.xml...for java files it is working fine....so I guess action has to be added for scala files..
Thanks for the link....actually problem is when I'm calling scala function from java code....It is not able to find the classfile even when class files are in classfiles folder only....when I tried to import it....it is not even showing class names...set POM files...done all settings....still not working..working from last 2 days on the same thing...I'll b thankful if you can help in any way..
I need scala and java code integration in my project so thought of going for Maven but don't have much exposure to maven and scala integration....so if anybody can post an example showing calling java function from scala and scala functions from java and maven setting for this project or any useful link...I'll be thankful...
but when I add those nbm files and run it says...some of the modules couldn't be installed...and when I restarted it.....msg came: some of the modules can't be started...and when I create the project some object is null so not able to create the project....still project was created....I opened the project but couldn't build it...
I also tried with eclipse europa...but after I restarted it...there was not any option to make scala project.....
when ever we want to serialize object we can implement serializable interface and if we want we can override writeobject and readobject methods..
but my que is, if we want to implement an interface, we have to implement all of its methods, there is no choice...but here we have choice whether to implement them or not...it seems to be like I'm forgetting sth...